Browse by Tags

Related Posts

  • Infosys Guys are blogging about .NET

    Infosys is India's most well know company at we all know.Recently I have visited the Infosys and I found there blogs about Microsoft Technologies. I had read some entries and I found lots of things to learn. here is the link for there blogs about Microsoft technology. http://infosysblogs.com/microsoft...
    Posted to Dotnetworld (Weblog) by Jalpesh P. Vadgama on 02-14-2008, 12:00 AM
    Filed under: General, ASP.NET, C#.NET, VB.NET, Infosys, Microsoft
  • ASP.NET MVC Framework Link collection

    Microsoft will release it's Model view controller base framework for asp.net. In this user will have built in support for model view controller architecture. Here are the some interesting collection of links related to asp.net MVC Framework.. ASP.NET MVC Introduction: http://weblogs.asp.net/scottgu/archive...
    Posted to Dotnetworld (Weblog) by Jalpesh P. Vadgama on 02-19-2008, 12:00 AM
    Filed under: General, ASP.NET, C#.NET, VB.NET, SilverLight, AJAx, Microsoft, ASP.NET MVC
  • Previous week startdate and enddate in sql server 2000,sql server 2005

    Following are the some tricky code to find previous week startdate and enddate in sql server 2000/2005   Set @STimeStamp=GETDATE() set @PStartDate=@STimeStamp-DATEPART(dw,@STimeStamp)-6 set @PEndDate=@STimeStamp-DATEPART(dw,@STimeStamp)
    Posted to Dotnetworld (Weblog) by Jalpesh P. Vadgama on 04-26-2008, 12:00 AM
    Filed under: ASP.NET, C#.NET, VB.NET, SQL Server, Microsoft
Page 1 of 1 (3 items)