Note that there are some explanatory texts on larger screens.

plurals
  1. USsurfmuggle
    primarykey
    data
    text
    <h3>About Me</h3> <p>I have used <a href="/questions/tagged/csharp" class="post-tag" title="show questions tagged &#39;csharp&#39;" rel="tag">csharp</a>, <a href="/questions/tagged/aspnet" class="post-tag" title="show questions tagged &#39;aspnet&#39;" rel="tag">aspnet</a>, <a href="/questions/tagged/winforms" class="post-tag" title="show questions tagged &#39;winforms&#39;" rel="tag">winforms</a>, <a href="/questions/tagged/html" class="post-tag" title="show questions tagged &#39;html&#39;" rel="tag">html</a>, <a href="/questions/tagged/css" class="post-tag" title="show questions tagged &#39;css&#39;" rel="tag">css</a>, <a href="/questions/tagged/javascript" class="post-tag" title="show questions tagged &#39;javascript&#39;" rel="tag">javascript</a>, <a href="/questions/tagged/sql" class="post-tag" title="show questions tagged &#39;sql&#39;" rel="tag">sql</a>, <a href="/questions/tagged/php" class="post-tag" title="show questions tagged &#39;php&#39;" rel="tag">php</a>, <a href="/questions/tagged/vba" class="post-tag" title="show questions tagged &#39;vba&#39;" rel="tag">vba</a>; very basic <a href="/questions/tagged/abap" class="post-tag" title="show questions tagged &#39;abap&#39;" rel="tag">abap</a>-experience. </p> <h3>Usefull links for newbies</h3> <ul> <li>html and javascript: <a href="http://www.youtube.com/watch?v=nOEw9iiopwI" rel="nofollow noreferrer">Video on the Chrome developer tools</a></li> <li><a href="http://stackoverflow.com/help/someone-answers">what should i do</a> </li> <li>and <a href="http://stackoverflow.com/help/why-vote">why vote</a>. </li> <li>and <a href="http://stackoverflow.com/help/how-to-answer">good answer</a></li> <li>When asking for help it is good to prepare a <a href="http://sscce.org/" rel="nofollow noreferrer">Short, Self Contained, Correct Example (ssccee)</a>.</li> </ul> <h3>Links for me</h3> <ul> <li><a href="http://www.html5rocks.com/en/tutorials/speed/v8/" rel="nofollow noreferrer">Tutorial on v8 speed</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/bb302894.aspx" rel="nofollow noreferrer">Use of concat</a> <code>IEnumerable&lt;string&gt; query = cats.Select(cat =&gt; cat.Name).Concat(dogs.Select(dog =&gt; dog.Name));</code></li> <li><a href="https://github.com/fsprojects/ProjectScaffold" rel="nofollow noreferrer">scaffold a prototypical .NET solution</a></li> <li>community-wiki: <a href="http://stackoverflow.com/privileges/community-wiki">intro</a> and <a href="http://meta.stackexchange.com/questions/11740/what-are-community-wiki-posts">question</a></li> <li>reminder to check out this <a href="http://www.codeproject.com/Articles/4012/C-List-View-v1-3" rel="nofollow noreferrer">ListView control</a> and <a href="http://www.codeproject.com/Articles/16009/A-Much-Easier-to-Use-ListView" rel="nofollow noreferrer">this one</a> at a later time </li> <li><a href="http://www.devexpress.com/Support/WhatsNew/DXperience/bc.xml" rel="nofollow noreferrer">Overview Breaking Changes DevExpress</a></li> <li><a href="http://www.codeproject.com/Articles/6564/Understanding-the-using-statement-in-C" rel="nofollow noreferrer">Using the using statement</a></li> <li><a href="http://richnewman.wordpress.com/about/code-listings-and-diagrams/intro-to-cab-toc/" rel="nofollow noreferrer">intro-to-cab</a></li> <li><a href="http://blog.stackoverflow.com/2012/03/enterprise-vs-consumer-development/">using balsamiq on ux</a></li> <li><a href="http://stackoverflow.com/questions/5418856/">nuget-for-solutions-with-multiple-projects</a></li> <li><a href="http://data.stackexchange.com/stackoverflow/query/143777/upvoted-posts-for-userid-with-certain-tag" rel="nofollow noreferrer">query so-data</a></li> <li><a href="http://www.pythian.com/blog/cdc-and-unpivot/" rel="nofollow noreferrer">Using UNPIVOT with CDC Functions to get Updated Columns List</a> if Change Data Capture (CDC) is enabled DML statements (insert/update/delete) to a table are captured. The function cdc.fn_cdc_get_all_changes_ can be used to query changes made to the table. </li> <li>read later <a href="https://stackoverflow.blog/2017/12/04/designing-channels/?cb=1">https://stackoverflow.blog/2017/12/04/designing-channels/?cb=1</a></li> </ul>
    plurals
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload