-
Recent Posts
- Common tools/technologies in web development world
- IIS 7.5 ASP.NET 4.0 : Implementing application warm up with AlwaysRunning StartMode
- ASP.NET MVC 4, JQuery Mobile, HTML5
- SQL Server 2008 and ADO.NET: Passing Collections as a parameter to stored procedure [Using TVP]
- Windows 8 and Visual Studio 2011 – where to start
Recent Comments
- J on Projects
Archives
Categories
Monthly Archives: October 2011
ASP.NET MVC 4, JQuery Mobile, HTML5
Must to watch video on ASP.NET MVC 4, JQuery Mobile, HTML5: http://channel9.msdn.com/events/BUILD/BUILD2011/TOOL-803T
Posted in ASP.NET, Microsoft .NET, Web Development
Leave a comment
SQL Server 2008 and ADO.NET: Passing Collections as a parameter to stored procedure [Using TVP]
You can pass collections as Stored procedure parameter in SQL Server 2008. This is very useful in many scenarios. Following are few options to send: 1. Easiest option is to send DataTable that has same column names as UDT in … Continue reading
Posted in Microsoft .NET, Microsoft SQL Server
Leave a comment
Windows 8 and Visual Studio 2011 – where to start
Following are few useful links: http://www.buildwindows.com/ Below article has good FAQ and some clarity on Windows 8: http://stevesmithblog.com/blog/analyzing-windows-8-and-winrt/ Windows 8 Developer Preview download: http://msdn.microsoft.com/en-us/windows/apps/br229516 Visual Studio 2011 Developer Preview download: http://msdn.microsoft.com/en-US/vstudio/hh127353
Posted in Microsoft .NET, Windows 8
Leave a comment