TOP 10 Visual Studio Shortcuts

TOP 10 Visual Studio Shortcuts

Visual Studio is development environment for creating applications for Windows, Android , iOS as well as modern web applications and cloud services.

Read More
ASP.NET MVC Framework Overview

ASP.NET MVC Framework Overview

ASP.NET MVC is an open source web application framework that implements the Model-View-Controller (MVC) architectural pattern.

Read More
Best Features in Visual Studio 2012

Best Features in Visual Studio 2012

The latest version of its Visual Studio 2012 has many of new features and capabilities. Microsoft started it with redesigning the interface of Visual Studio2012. Overall Microsoft Visual Studio 2012 have now new capabilities for Windows 8, the web, SharePoint, mobile, and cloud development.

Read More
Compressing ViewState in ASP.NET using AJAX

Compressing ViewState in ASP.NET using AJAX

ASP.NET view state, in a nutshell, is the technique used by an ASP.NET Web page to persist changes to the state of a Web Form across postbacks. View state has caused the most confusion among ASP.NET developers.

Read More
Creating SVN Repository using Tortoise SVN

Creating SVN Repository using Tortoise SVN

Using a versioning repository is an essiential part of web development process. Whether you are working with a team of developers or alone having copies of code stored by version history will save you at one point or another. This article will explain the basic usage of Tortoise SVN with an existing SVN repository. This article will not go over the initial repository setup.

Read More