-
Notifications
You must be signed in to change notification settings - Fork 0
SO Profile
surfmuggle edited this page Apr 27, 2020
·
1 revision
###Usefull links for newbies
- html and javascript: Video on the Chrome developer tools
- what should i do
- and why vote.
- and good answer
- When asking for help it is good to prepare a Short, Self Contained, Correct Example (ssccee).
###Links for me
- Tutorial on v8 speed
-
Use of concat
IEnumerable<string> query = cats.Select(cat => cat.Name).Concat(dogs.Select(dog => dog.Name));
- scaffold a prototypical .NET solution
- community-wiki: intro and question
- reminder to check out this ListView control and this one at a later time
- Overview Breaking Changes DevExpress
- Using the using statement
- intro-to-cab
- using balsamiq on ux
- nuget-for-solutions-with-multiple-projects
- query so-data
- Using UNPIVOT with CDC Functions to get Updated Columns List 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.
- read later https://stackoverflow.blog/2017/12/04/designing-channels/?cb=1