Posted by: Suprotim Agarwal ,
on 5/20/2013
Abstract:
An introduction to Web API’s Custom Assembly Resolver feature that enables you to add Controller libraries dynamically at run time. To add some pizazz, we generate the entire Controller on the fly and see how we can access it from a Web API Client.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/20/2013
Abstract:
A walkthrough of how to sign up with MongoHQ to setup a MongoDB database and then connect to it from an ASP.NET Web API application.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/18/2013
Abstract:
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 way we build a plain vanilla html client to consume our service as well.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/17/2013
Abstract:
Profiling MVC production code at runtime can often be tough, messy and a performance hog. MiniProfiler created by the Stack Exchange team is an easy-to-setup-and-use profiling library for ASP.NET MVC and Entity Framework.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/10/2013
Abstract:
Demo showing how to send files ‘chunked’ to an ASP.NET MVC Web Application which in turn stores the files in Azure Blob storage.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/9/2013
Abstract:
This article demonstrates how to do Chunked File Uploads to Azure Storage from an ASP.NET MVC application
Read More ...
|
Posted by: Subodh Sohoni ,
on 5/8/2013
Abstract:
This article discusses how strongly Team Foundation Server 2012 supports the implementation of SCRUM and CMMI processes
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/3/2013
Abstract:
Build an ASP.NET MVC 4 application that uploads multiple files to Azure Cloud Storage, get the list of items in storage and have a rudimentary view of the files.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/3/2013
Abstract:
Use ASP.NET MVC's AntiResourceForgery token mechanism and extend it to Web API via a delegating handler to prevent CSRF attacks
Read More ...
|
Posted by: Mahesh Sabnis ,
on 5/2/2013
Abstract:
Code-First approach provides freedom to the developer to define model classes as per the Domain requirements first via POCOs. We will use this feature in an ASP.NET MVC application
Read More ...
|
Posted by: Suprotim Agarwal ,
on 4/27/2013
Abstract:
Today, we will look at the Lifecycle of an ASP.NET Web API message as it travels from the server to the client via the HttpRequest and back via the HttpResponse
Read More ...
|
Posted by: Sumit Maitra ,
on 4/26/2013
Abstract:
This article explains notification types and background tasks in Windows 8 Apps and also the programmatic APIs that we need to use to make best use of the notifications framework.
Read More ...
|
Posted by: Sumit Maitra ,
on 4/22/2013
Abstract:
With .NET 4.5, the Task Parallel Library team went another step ahead and built a little known library called Parallel Dataflow Library. This article explains why as a .NET developer, you must know about this powerful library.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 4/19/2013
Abstract:
The Code Map and Debugger Integration in Visual Studio 2012 can add a lot of value in large sized projects with plenty of legacy code and sparse documentation. This article explore these new features.
Read More ...
|
Posted by: Raj Aththanayake ,
on 4/18/2013
Abstract:
Explore some key concepts that involves making a testable Windows 8 style app (XAML/C#)
Read More ...
|
|