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
The CORRECT Way to Code a Custom Exception Class
There is a lot of advice out there on how to go about building your own custom exception classes. A lot of these sources are at... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
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
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
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
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
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
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
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
Mission Control to Major...C4F - Coding4Fun Mission Control project
Coding4Fun Mission Control is a flexible framework that allows developers to easily create an API to control a variety of devices through... more »
Tweet 0 Comments Save Tags: .net
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
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
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
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
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
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
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
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
Extending the Windows Phone Pivot
As I was working on a Windows Phone 8 project I needed a pivot that could hide its title, giving back some screen real-estate when... more »
Tweet 0 Comments Save Tags: .net , how-to , mobile
Creating a Web Calendar App with NHibernate
Learn how to build a NHibernate-based app with DHTMLX Scheduler .NET web calendar control. Detailed instructions include the creation of... more »
Tweet 0 Comments Save Tags: .net , how-to , news
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
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