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
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
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
Using Viewbox for Automatic Control Scaling in Windows Phone
Presenting content of varied size can often be tricky. For example, displaying names of metro stations with fixed font size, and it... more »
Tweet 0 Comments Save Tags: .net , how-to , mobile , reviews
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
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
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
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 Simple Live Cricket Score Using ASP.NET SignalR
I am from Pakistan. Like most of Pakistanis, I am also a huge fan of Cricket. Yesterday, I got some time from my busy job. I thought to... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , tools
Email Conversion to MHTML, ICS Files Processing & PSTs Creation are Enhanced
Aspose.Email for Java 2.9.0 now supports adding contacts, notes, tasks, calendar, and journal items to PST files in the same way as... more »
Where Is .NET Headed?
I watched the dotNetConf .NET Open Source Panel last week. It was a bit disappointing to hear defeatism in the voices of OSS project... more »
Tweet 1 Comments Save Tags: .net , reviews
How to prepare for your first programming interview
A short write up containing a few tips to assist those looking to land their first coding job.
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 , how-to , microsoft , tools
Convert Multipage Tiff file into PDF in ASP.Net using C#
Here, I am explaining how to convert a multipage tiff file into PDF file in C#. Sometimes we have a requirement to convert the multipage... more »
Tweet 0 Comments Save Tags: .net
Latest Twitter Bootstrap broken in Windows Phone
Unfortunately the latest Twitter Bootstrap is broken with Windows Phone: The responsive layout doesn’t work.
Tweet 0 Comments Save Tags: .net , css-html , news
JSONP request to your WebAPI Service
WebAPI service by default is not prepared to handel JSONP requests. You need your own formatter to support such a request.
Tweet 0 Comments Save Tags: .net , web services
C# Performance Benchmark Mistakes, Part One - Tech.Pro
In this series of articles, I'm going to go through some of the mistakes I frequently see people making who are attempting to write... more »
Tweet 0 Comments Save Tags: .net , how-to , news , standards
Using bit fields in C#
Do you know how to use bit fields in C#?
Tweet 0 Comments Save Tags: .net , microsoft
Ninject with NServiceBus confusions
Every now and then people get confused when they try to use the NinjectObjectBuilder for NServiceBus. In this blog post I want to... more »
Tweet 0 Comments Save Tags: .net , frameworks
The fluent calculator kata
We are currently preparing for the next coding dojo in our team. A team mate and I came up with a nice kata which we are going to try out... more »
Tweet 0 Comments Save Tags: .net , agile
RavenDB & Locking Indexes
One of the things that we keep thinking about with RavenDB is how to make it easier for you to run in production.
New NuoDB Dev Center!
Its sole intent is to put the things developers care about front and center, in a bare metal, easy to navigate framework. We’ve also... more »
Tweet 0 Comments Save Tags: .net , database , microsoft , windows
The N-layer myth and basic dependency injection
Creating an application with N layers doesn't make it a loosely coupled solution. In this post I explain the pitfalls and how to use... more »
Tweet 0 Comments Save Tags: .net , how-to , standards , tools