Visual Studio 2012 New Features of the IDE
This post talks about the Visual Studio 2012’s IDE new features.
Tweet 1 Comments Save Tags: .net , microsoft
Embracing SCRUM and CMMI in TFS 2012
This article discusses how strongly Team Foundation Server 2012 supports the implementation of SCRUM and CMMI processes
Tweet 0 Comments Save Tags: .net , methodology , microsoft
Scaffolding in ASP.NET MVC4
Scaffolding in ASP.NET MVC generates the code for create, read, update and delete operations in your application. This post outlines the... more »
Tweet 0 Comments Save Tags: .net , microsoft
Uploading Big files to Azure Storage from ASP.NET MVC
This article demonstrates how to do Chunked File Uploads to Azure Storage from an ASP.NET MVC application
Tweet 0 Comments Save Tags: .net , cloud , microsoft
A perspective: developers vs Microsoft
Most people understand that Windows is used by a variety of people who have a variety of needs, ranging from corporate server to... more »
Tweet 0 Comments Save Tags: microsoft , opinion , reviews
Notifications and Background Tasks in Windows 8 Store Apps
This article explains notification types and background tasks in Windows 8 Apps and also the programmatic APIs that we need to use to... more »
Tweet 0 Comments Save Tags: .net , microsoft , windows
Microsoft Office 365: An Innovation Or An Unwanted Departure?
The new Microsoft Office 365 has certainly got people talking, so why is Windows’ latest offering causing such a difference of opinion amongst users?
Tweet 0 Comments Save Tags: microsoft , web services , windows
Using bit fields in C#
Do you know how to use bit fields in C#?
Tweet 0 Comments Save Tags: .net , microsoft
Difference between StaticResource and DynamicResource in WPF
There are lot of differences between Static Resource and Dynamic Resource in WPF. Lets try to understand them with the help of examples below:
Tweet 2 Comments Save Tags: .net , frameworks , microsoft , windows
Anonymous MSFT developer admits Linux is faster than Windows
This shouldn't come as any great surprise, but Linux is faster than Windows, and at least one anonymous Microsoft developer is willing to... more »
Tweet 2 Comments Save Tags: methodology , microsoft , news , unix-linux
Windows 8.1 Public Beta Test Day Rapidly Approaching, Scheduled For June 26th
The Windows 8.1 public beta test is scheduled for June 26h, and Microsoft confirmed this upgrade will be free. It seems so soon after the... more »
Tweet 0 Comments Save Tags: microsoft , news , windows
Master-Details view using Knockout and ASP.NET MVC
Developing Master-Details type of functionality probably ranks as the top-most project types that are implemented in any LoB application.... more »
Tweet 0 Comments Save Tags: .net , javascript , microsoft
Preventing CSRF Hacks in ASP.NET WebAPI
Use ASP.NET MVC's AntiResourceForgery token mechanism and extend it to Web API via a delegating handler to prevent CSRF attacks
Tweet 0 Comments Save Tags: .net , how-to , microsoft , security
Microsoft Confirms Free Updates from Windows 8 for the Current Year
There have been rumors about the possibility of an Update from Windows 8 on the net. Microsoft has confirmed that they are indeed working... more »
Tweet 0 Comments Save Tags: microsoft , news , windows
Hosting your ASP.NET Web API Services without IIS
This article gives us an overview of how to host Web API services without IIS using it’s built in Self Hosting capabilities. Along the... more »
Tweet 1 Comments Save Tags: .net , microsoft , web services
Entity Framework Code-First and Migrations in ASP.NET MVC
Code-First approach provides freedom to the developer to define model classes as per the Domain requirements first via POCOs. We will use... more »
Tweet 0 Comments Save Tags: .net , database , microsoft
Microsoft Visual Studio Tools for Applications 2012 and SDK Released
Microsoft has released the Microsoft Visual Studio Tools for Applications 2012 and Microsoft Visual Studio Tools for Applications 2012... more »
Tweet 0 Comments Save Tags: .net , announcement , microsoft , news
Multiple types were found that match the controller Error in ASP.NET MVC
There are times when you get the error similar to the below message when you type the URL
Tweet 0 Comments Save Tags: .net , how-to , microsoft
Dot NET Assemblies and Strong Name Signature
This article discusses .NET assemblies and strong name signature. In addition to providing some benefits like versioning and giving name... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , security
Razor View Engine Interview Questions Answers
List of Razor View Engine Interview Questions Answers
Tweet 0 Comments Save Tags: .net , methodology , microsoft
What’s new in Asp.Net MVC 4 ?
"Article briefly describing the new features introduced with Asp.Net MVC 4.
Tweet 0 Comments Save Tags: .net , microsoft , windows
Advanced Programming with C#
This is the third part of a series of tutorials on C#. In this part we are going to discuss exciting features of C# like dynamic... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft
Microsoft re-releases 'Blue Screen of Death' patch
Microsoft today re-released a security update that had crashed customers' PCs and crippled the machines with endless reboots, saying that... more »
Tweet 0 Comments Save Tags: announcement , microsoft
Big Data and the Xbox
At Strata 2013, Microsoft's Dave Campbell talks about how the Xbox leverages big data.
Tweet 0 Comments Save Tags: database , microsoft , tools
Working with MSBuild
The Microsoft Build Engine (MSBuild) is the build platform for Microsoft and Visual Studio. MSBuild is completely transparent with... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , tools