Visual Studio 2010 IDE Settings Tips and Tricks
Visual Studio 2010 comes with a great new IDE recreated using WPF. Some of the useful features Line numbers Setting shortcut keys Search Project Template Async loading of .NET References Code...
View ArticleOverview of Parallel Computing in Visual Studio 2010
How you can use multi-core and many-core power to increase the performance of your application flexibly – is what Parallel Computing in Visual Studio 2010. It’s flexible as it does not wait for us to...
View ArticleCode Analysis Using Visual Studio 2010
Code Analysis is a great way to revisit and apply standards. This demo is a simple example on how we can achieve it with Visual Studio 2010. Stay tuned, Wriju (http://blogs.msdn.com/wriju)
View ArticleCPU Sampling using Visual Studio 2010 Performance Analyzer Tool
Here I have discussed about the Performance Analyzer Tools’s sampling mechanism. You can check the performance of your application and compare between the two states. Sample :...
View ArticleUsing Stored Procedure in ADO.NET Entity Framework 4.0
Stored Procedure is an integral part of Application Development if it targets database like SQL Server. So we have created a many of them. The question is, will we be able to use them? Answer to that...
View ArticleModel First in ADO.NET Entity Framework 4
You develop your conceptual mode first then create the database and write application. This is new in ADO.NET Entity Framework 4. Let’s see how we can do it. Stay Tuned Wriju Ghosh...
View ArticleCRUD 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