CRUD using Stored Procedure in ADO.NET Entity Framework 4.0
How to configure your Entity to perform Insert/Update/Delete against user defined Stored Procedure. Stay tuned, Wriju (http://blogs.msdn.com/b/wriju)
View ArticlePOCO Template in ADO.NET Entity Framework
POCO (Plain Old CLR Object) is the new feature in ADO.NET Entity Framework and how can we use the template to create POCO classed in Visual Studio 2010. For more on POCO please visit...
View ArticleComplex Type ADO.NET Entity Framework
Complex Type is the new feature in ADO.NET Entity Framework. This helps us to group the columns together to be able to manage better. Stay tuned, Wriju (http://blogs.msdn.com/b/wriju)
View ArticleTeam Foundation Server 2010 – Creating Team Project
Team Foundation Server 2010 is truly a complete ALM tool to play with. This video demonstrates the initial settings for a Project. Stay tuned, Wriju (http://blogs.msdn.com/b/wriju)
View ArticleVisual Studio 2010 Database Development
Visual Studio 2010 offers a rich set of database development tools for database development. When you develop database project just like any other Visual Studio projects you can perform Code Analysis,...
View ArticleConfiguring Tomcat Server in Azure VM
This show how easy it is to create an Azure VM and configure it for Java. Step by step it shows how to install Apache Tomcat and deploy Java Application. With few setting changes we can expose this...
View ArticleAzure Active Directory and Single Sign On
Simple demo showing how to set up Azure Active Directory and build ASP.NET application to enable Single Sign On.Create Azure ADCreate AD UserBuild ASP.NET AppsNamoskar!!!
View ArticleImporting SQL Data to Azure DocumentDB
DocumentDB will rule one day and Microsoft has released the most important tool. It is Data Export/Import for DocumentDB.This demo shows how to import Data from SQL to DocumentDB.Using tool available...
View Article