SgDotNet
Singapore Professional .NET User Group -For Cool Developers
All Tags » C# (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • ASP.Net C# blog

    I realized that one of the biggest problems for novices is, the lack of knowledge in the learning progress so this blog have huge amount of ASP.NET material to help programmer to perform better in his/her Programming, coding skill. http://24x7aspnet.blogspot.com/
    Posted to C# (Forum) by rajiiv on 05-13-2009
  • UML representation for C# extension Methods

    Hi, I would like to know if someone has documented UML for c# extension methods? Please point out some resources that i can read on. Thanks
    Posted to C# (Forum) by hendry on 01-14-2009
  • www.dotnetvideos.net releases Implementing Optimistic conncurrency etc., in ASP.NET 2.0 Tutorial videos..

    Hi all, www.dotnetvideos.net giving away FREE Apress books listed below and also $495/- productivity toolset from Syncfusion for FREE. In addition, I would also like to inform you that I found out from their news letter that www.dotnetvideos.net added 11 more new videos to its web site for Editing and...
    Posted to Products & Services (Forum) by venkat443 on 05-15-2008
  • Re: C# 3.0

    I especially like the lambda expressions. Imagine this: //returning even numbers List<int> arrInt=new List<int>{1,2,3,4,5,6,7,8,9,10};//new functionality in .NET 3.5 in .NET 2.0 List<int> evenInt=arrInt.FindAll(delegate(int i) { return i%2==0;}); in .NET 3.5 List<int> evenInt...
    Posted to C# (Forum) by hendry on 04-10-2008
Page 1 of 1 (4 items)
Copyright SgDotNet 2004-2009
Powered by Community Server (Commercial Edition), by Telligent Systems