Blogs - wriju


Importing SQL Data to Azure DocumentDB[MP4] [0:06:57] [2015/04/09]
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…


Azure Active Directory and Single Sign On[MP4] [0:09:57] [2014/07/28]
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!!!


Configuring Tomcat Server in Azure VM[MP4] [0:13:44] [2014/06/11]
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…


Visual Studio 2010 Database Development[MP4] [0:12:16] [2010/09/30]
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…


Team Foundation Server 2010 Creating Team Project[MP4] [0:10:18] [2010/09/18]
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 (https://blogs.msdn.com/b/wriju)


Complex Type ADO.NET Entity Framework[MP4] [0:10:06] [2010/08/11]
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 (https://blogs.msdn.com/b/wriju)


POCO Template in ADO.NET Entity Framework [MP4] [0:06:35] [2010/08/11]
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…


CRUD using Stored Procedure in ADO.NET Entity Framework 4.0[MP4] [0:10:29] [2010/07/14]
How to configure your Entity to perform Insert/Update/Delete against user defined Stored Procedure. Stay tuned, Wriju (https://blogs.msdn.com/b/wriju)


Model First in ADO.NET Entity Framework 4[MP4] [0:07:51] [2010/06/10]
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 …


Using Stored Procedure in ADO.NET Entity Framework 4.0[MP4] [0:04:10] [2010/06/08]
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…


CPU Sampling using Visual Studio 2010 Performance Analyzer Tool[MP4] [0:09:20] [2010/02/22]
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 :…


Code Analysis Using Visual Studio 2010[MP4] [0:06:08] [2010/02/22]
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 (https://blogs.msdn.com/wriju)


Overview of Parallel Computing in Visual Studio 2010[MP4] [0:16:23] [2010/02/19]
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…


Visual Studio 2010 IDE Settings Tips and Tricks [MP4] [0:19:11] [2010/02/15]
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…