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
NancyFX - Revisiting Content Negotiation & APIs (Part 2)
Going back to my previous post I said we should be able to use the same API to build our website as we expose. But what about when we... more »
Tweet 0 Comments Save Tags: .net , frameworks
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
Constructor Chaining in C#
In this post, I am explaining about Constructor Chaining in C#. I konw this will be taken for granted for those of us who have been... more »
Tweet 0 Comments Save Tags: .net
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
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
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
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
Convert Multipage Tiff file into PDF in ASP.Net using C#
Here, I am explaining how to convert a multipage tiff file into PDF file in C#. Sometimes we have a requirement to convert the multipage... more »
Tweet 0 Comments Save Tags: .net
Using bit fields in C#
Do you know how to use bit fields in C#?
Tweet 0 Comments Save Tags: .net , microsoft
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
One ASP.NET: Nancy.Templates for Visual Studio
I hope you've updated to Visual Studio 2012.2 and picked up Web Essentials because we're continuing to add goodness all the time. As we... more »
Tweet 0 Comments Save Tags: .net , frameworks , reviews , web design
The fluent calculator kata
We are currently preparing for the next coding dojo in our team. A team mate and I came up with a nice kata which we are going to try out... more »
Tweet 0 Comments Save Tags: .net , agile
Web Programming Languages
Deciding which web programming language you should use really depends on what you are looking to achieve in terms of website design. It’s... more »
Tweet 0 Comments Save Tags: .net , javascript , php
Generate & Recognize MicroPDF417 2D Barcode with ECC Standards Support
Aspose.BarCode for Java 5.4.0 helps to recognize MicroPDF417 2D barcodes and support ECC for 2D barcodes to generate/recognize. This... more »
Tweet 0 Comments Save Tags: .net , announcement , java , tools
OuterConf keynotes on open source best practices now online
The OuterCurve Foundation's first annual conference, OuterConf, began today. Links to the keynote presentation slide decks are being live... more »
Tweet 0 Comments Save Tags: .net , how-to , methodology , open source
Stop Your Console App The Nice Way
It’s much nicer to to make your console application work with Windows command line conventions and exit when the user types Control-C.
Tweet 1 Comments Save Tags: .net , how-to , tools
How to Create an ASP.NET Handler for a Sencha Touch Store
In this tutorial you will learn how to create a .NET server-side handler for a Sencha Touch store. Let’s begin by defining a sample... more »
Tweet 0 Comments Save Tags: .net , news
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
Where Is .NET Headed?
I watched the dotNetConf .NET Open Source Panel last week. It was a bit disappointing to hear defeatism in the voices of OSS project... more »
Tweet 1 Comments Save Tags: .net , reviews
Creating Room Booking Calendar in ASP.NET MVC3
A step-by-step tutorial that explains how to implement a room booking calendar in ASP.NET MVC3 Razor. The calendar includes a login form... more »
Tweet 0 Comments Save Tags: .net , how-to , news
Add MapiContacts, Notes, Tasks, Journal & Calendar Data to PST Files
We are pleased to announce the release of Aspose.Email for .NET 2.9.0. Did you ever want Aspose.Email to provide support for adding... more »
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
Razor View Engine Interview Questions Answers
List of Razor View Engine Interview Questions Answers
Tweet 0 Comments Save Tags: .net , methodology , microsoft