About Me
I have used csharp, aspnet, winforms, html, css, javascript, sql, php, vba; very basic abap-experience.
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));
- 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 (threeFourOneSixOneThree).