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
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
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
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
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
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
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
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
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
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
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
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