Must to watch video on ASP.NET MVC 4, JQuery Mobile, HTML5:
Archive for Microsoft .NET
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 database
2. With little bit of extra code any custom collections can be passed as TVP [by popluating meta-data and SqlDataRecord collection].
Please see this excellent article for more details: http://www.sommarskog.se/arrays-in-sql-2008.html
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
1Code on CodePlex – Extremely useful collection of Microsoft .NET code samples
Thanks to a friend of mine for sharing these details with me. I downloaded and tried few samples. These samples are extensive, very well documented and simple to follow.
Thanks to people behind this: http://1code.codeplex.com
Web Development using latest Microsoft Technologies
In this article, focus is on web development using recent Microsoft Technologies. My goal is to provide clear practical approach that helps you use these new tools/technologies right away. To be specific I will be covering: Windows Azure, SQL Azure, Azure Queues, ASP.NET MVC2, EF 4.0, VS 2010, Ajax, JQuery/JQueryUI and Silverlight. I will also cover few common trends in web development: Blogs, CSS, debugging tools in browser etc
Read More… Web Development using Microsoft Technologies
Power of LINQ to XML and LINQ to Objects
This article focuses on working with XML and how to get best out of LINQ to XML and LINQ to Objects. Focus of this article is to you show the power of LINQ to Xml and get you started on LINQ with practical examples. We will discuss specific scenario of finding difference between two XML files and applying changes. Instead of creating a tool and end-to-end solution, I preferred to pick up what areas you might hit and how to solve few problems using different techniques.
Read more… LINQ to XML and LINQ to Objects
Microsoft Technology Overview
In today’s fast changing technology, keeping up with technological changes is a challenge. Every time we try to keep up with technology changes, technology changes again. It is never ending chase to catch up with technology and that is what makes software development even more interesting. Focus of this article is to give developers, project managers a quick view of many of new Microsoft technologies out there and help them realize the value of these new technologies.
Read more.. Microsoft Technology Overview
Developer Roadmap For Building Smart Client Applications
.NET Windows Forms based development is almost a thing in the past… But still there is place for it when it comes to quickly building test applications OR admin tools. If you are developing win forms applications or tools, it is worth reading about Smart client development. Microsoft SCCF is not meant for small Windows Forms applications but you can still use out of box Smart Client publish to deliver your tools easily.
Read more… Smart Client Development