gsn1

Stories submitted by gsn1

Forgotten SQL Functions (weblogs.asp.net)

submitted by gsn1gsn1(90) 5 years, 4 months ago

Its pretty easy to forget some of the cool SQL functions that are built into SQL server. I've been driving myself crazy adding in a custom function that would take a varchar variable and convert it to an empty string if it was null. I totally forget about the lovely IsNull function. What functions have you forgotten about before either because you haven't used it in awhile or were caught up in doing something and you couldn't remember or think clearly? read more...

add a comment |category: |Views: 0

tags: another

ASP.NET AJAX Cheat Sheets(weblogs.asp.net)

submitted by gsn1gsn1(90) 5 years, 4 months ago

Milan Negovan from the http://aspnetresources.com/ site has been working on putting together some really nice PDF "cheat sheets" for the client-JavaScript libraries in ASP.NET AJAX. These are super handy pages to print out and keep around to quickly find information and code-snippets to use. read more...

3 comments |category: |Views: 22

tags: another