Wrestling All Day With WebAPI, NewtonSoft and JSON Date Formats
Half to document what I now believe and half to share my findings, I’m going to do a short post that shows the implications of changing... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript
C# Best Coding Practices for Developers to Follow
In this article, I will try to list down some C# best practices which a C# developer must follow during development of a project. These... more »
Tweet 0 Comments Save Tags: .net , opinion , standards
Retrying tasks with TPL, async and synchronous code
In this world, we have to face up to the horrible possibility of failure. Sometimes, that failure is irrecoverable. There’s no going... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
XML Serialization and Deserialization: Part-1
The article talks about serialization of objects in XML format and deserialization of an XML file back to an object. Serialization is a... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
.NET Framework – Serialize and Deserialize
This article is about serialization and deserialization in Microsoft .NET Framework. At the time of writing this article I am using .NET... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
WCF: NotSupportedException: The SSL settings for the service 'SslRequireCert' does not match those of the IIS 'Ssl'
The exception text is actually quite informative in this case. The IIS configuration is telling you that it is only SSL with any cert but... more »
Tweet 0 Comments Save Tags: .net , frameworks , web services
Web API in ASP.NET Web Forms Application
With the release of ASP.NET MVC 4 one of the exciting features packed in the release was ASP.NET Web API. In a nutshell, ASP.NET Web API... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , tools
Visual Studio ALM Ranger Solutions Catalog - All ALM, All Awesome
The following Visual Studio ALM Rangers solutions have been developed for the ALM community:
Tweet 0 Comments Save Tags: .net , how-to , microsoft
Using Strings and Tokens as Querystring Parameters in SharePoint Links
At some point during your development adventures you'll need to put a rather generic link somewhere with the expectation that no matter... more »
Tweet 0 Comments Save Tags: .net , microsoft , server , windows
Implementing Pagination in ASP.NET Web API using OData operators
ASP.NET Web API is a framework that makes it easy to build HTTP services for various types of clients from Microsoft to Non-Microsoft... more »
Tweet 0 Comments Save Tags: .net , frameworks , web design , web services
Preparation materials for MCSD Web Applications certification
How to prepare for 3 exams required to become a MCSD in Web Applications area.
Tweet 0 Comments Save Tags: .net , how-to , microsoft
IP Throttling in ASP.NET Web API
Some Web APIs use the client IP address to enforce Service Level Agreements such as limit the number of calls in a period of time. The... more »
Tweet 0 Comments Save Tags: .net , frameworks , web services
A first look at SignalR
SignalR is the latest in a long string of new technologies pouring out from the ASP.NET team recently, when Microsoft rolled out version... more »
Tweet 0 Comments Save Tags: .net , frameworks , ria
Manage your catalogue inventory using API
Developers can create multiple categories under a catalogue. Each category can have multiple items associated to it.
Tweet 0 Comments Save Tags: .net , java , javascript , ruby
Inject Controller Libraries Dynamically at Runtime in ASP.NET Web API using Custom Assembly Resolvers
An introduction to Web API’s Custom Assembly Resolver feature that enables you to add Controller libraries dynamically at run time. To... more »
Tweet 0 Comments Save Tags: .net , frameworks , web design
Prevent JavaScript code blocking the UI thread with setTimeout + handy stopWatch to profile JS code
In early January of this year I was implementing some JavaScript code that does a lot of processing on the client side with the help of... more »
Tweet 1 Comments Save Tags: .net , css-html , how-to , javascript
Domain Events with Ninject and ASP.Net Web API
How to hook up domain events to concrete implementations using Ninject as an IoC container and the ASP.Net Web API.
Tweet 0 Comments Save Tags: .net , frameworks , methodology , microsoft
Simple CRUD with Knockout, Breeze, WEB API, Twitter bootstrap...
As I was asked to write a post with simple Insert/Update/Delete screens using the same technology from my previous post here is what I... more »
Tweet 0 Comments Save Tags: .net , css-html , javascript , microsoft
C# Performance Benchmark Mistakes, Part Two
So far in this series we've learned about the jitter and how it compiles each method in your program "on the fly"; we'll come... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
RavenDB: Fixing Up the Build Process
There is a big problem in the RavenDB build process. To be rather more exact, there is a… long problem in the RavenDB build process.
Tweet 0 Comments Save Tags: .net , database , news
Code Jugalbandi
In Indian classical music, we have Jugalbandi, where two lead musicians or vocalist engage in a playful competition. Lets say there is... more »
Tweet 0 Comments Save Tags: .net , groovy , java , javascript
OuterConf 2013 presentations on open source development
The Outercurve Foundation has provided a summary (with links to presentations) of its recent open source software conference keynotes.... more »
Tweet 0 Comments Save Tags: .net , how-to , open source , windows
Getting Started With Glimpse - In ASP.NET MVC
I’m currently working on a more exhaustive Pluralsight course on Glimpse, but I thought I’d write up a quick getting started tutorial here.
Tweet 0 Comments Save Tags: .net , frameworks , how-to , tools
Calling Non Public Setters in C#
Properties with non public setters sometimes make sense – until a unit test requires an object to be set up in a specific state. I don’t... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft
Take a Walk on the Client Side with WebAPI and WebForms – Part 2
In this article, I will show you how to configure WebAPI to work with one of Telerik’s most popular controls, the Grid for ASP.NET AJAX.... more »
Tweet 1 Comments Save Tags: .net , ajax