Books
-
Recent Posts
Archives
Categories
- .NET Core (1)
- ActivityDesigner (5)
- AngularJs (7)
- Architecture Features (1)
- ASP.Net (24)
- Entity Framework (3)
- ASP.Net 4.5 (6)
- Azure (16)
- Book (6)
- C# (22)
- C# 4.0 (4)
- Cognitive Services (1)
- Contest (5)
- DevOps (1)
- EnvDTE (3)
- feature Builder (1)
- General (8)
- Google (3)
- HTML5 (20)
- IDE (3)
- IE (3)
- IIS (1)
- jQuery (3)
- LightSwitch (1)
- LINQ (2)
- Load Test (5)
- Lync Server 2010 (2)
- Microsoft (21)
- MVC (7)
- Node (2)
- Office (5)
- Open XML (1)
- performance Test (6)
- Pex and Moles (3)
- Site Review (2)
- SQL (6)
- TFS (18)
- Tools (6)
- UI (1)
- Uncategorized (25)
- Visual Studio (18)
- Visual Studio 2015 (12)
- Visual Studio 2010 (15)
- WCF (1)
- Visual Studio 2011 (4)
- Metro App (1)
- Visual Studio 2012 (14)
- Visual Studio 2013 (5)
- VSTS 2010 (12)
- LightSwitch (1)
- VSTS 2011 (3)
- WebMatrix (2)
- WF (9)
- WF4 (20)
- Windows (11)
- Windows 8 App (8)
- Windows Phone 7 (1)
- WPF (9)
Meta
Blog Stats
- 141,235 hits
Category Archives: Visual Studio
Visual Studio 2015: DNX
DNX or the .NET Execution Runtime is a software development kit and runtime environment that has everything you need to build and run .NET applications for Windows, Mac and Linux. DNX is built for running cross-platform ASP.NET web applications; but … Continue reading
Visual Studio 2015: C# 6.0 Null-conditional Operator
NullReference exception is one of the main exceptions most of the code blocks return. For handling the same, we will verify most of the object is null or not before accessing the properties or elements of the object. if (emps … Continue reading
Visual Studio 2015: Connected Services
Modern web applications, especially cloud based applications require to integrate with various online services like Azure storage, Salesforce, and so on. Normally, we configure the service details to our application manually. Visual Studio 2015 added a new dialog for handling … Continue reading
Visual Studio 2015: Shared Project
Shared Project is one of the new features added to Visual Studio 2015. With Shared project, we can share our common code with many different type of applications like Console application, Windows app, Web application, Windows 8.1 app or Windows … Continue reading
Visual Studio 2015 and TFS 2015 RC2 Launch
Visual Studio 2015 and TFS 2015 RC2 released on 20th July. The theme of the new product is ‘Choice’. As a developer, you can choose your programming language, your platform, and targeted device. You can choose to perform various tasks … Continue reading