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
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
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
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
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
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
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
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
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
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
Connect to MongoDB from .NET using Web API
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.
Tweet 0 Comments Save Tags: .net , database , microsoft , web services
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
How to use Gmail to send emails in WordPress, PHP and ASP.NET
Sending email using Gmail SMTP server in WordPress, PHP and ASP.NET - Step by step tutorial with codes.
Tweet 0 Comments Save Tags: .net , how-to , php
Reverse Engineering Obfuscated Assemblies
This article introduces code obfuscation and how it can be dealt with when reverse engineering.
Tweet 0 Comments Save Tags: .net
Ninja App: Quick and Dirty Image Degrading
A few years back I was messing around with some graphics for a website and found myself repeatedly trying to 'fuzz-out' or pixelate... more »
Tweet 0 Comments Save Tags: .net , how-to
WPF For the WinForms Coder- Part 2
This isn't exactly a "tutorial" but is a part of this 'WPF for the WinForms coder' transitional series. We all know that Visual... more »
Tweet 0 Comments Save Tags: .net , how-to , methodology , microsoft
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
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