Print Barcode at ASP.NET Application
Barcodesoft ASP.Net Server Control enpowers you to print barcode from your own ASP.NET application. It supports all major linear and... more »
Tweet 0 Comments Save Tags: .net , how-to
Announcing RavenHQ - RavenDB as a Service on the Cloud
RavenHQ is now out of beta as a fully-managed cloud of RvenDB servers and scalable plans.
Tweet 0 Comments Save Tags: .net , database , how-to
Keep Localizable Strings Close To Your Users
Much has been written about the technical ins and outs of localizing .NET applications with ResX files, but I think that most treatments... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
Windows 8 C# – Capture Media
I left JavaScript and started to work on Windows 8 Metro using C# and XAML, in this post I’ll demonstrate how to use WinRT for Camera,... more »
Tweet 0 Comments Save Tags: .net , other languages , windows
Under the covers of the async modifier and await operator in .NET 4.5 and C# Metro style applications
IL DASM (The Intermediate Language Disassembly tool) is something I haven't used in a while. When .NET 1.0 first came out in beta over a... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
ASP.NET Web API: Generating a Web API help page using ApiExplorer
In the previous post, I briefly introduced you to the IApiExplorer which can be used to generate documentation, machine-readable... more »
Tweet 0 Comments Save Tags: .net , frameworks
Extracting Tar archives with C#
I needed to extract some tar files and came across the tar_cs library for .net, which was great except it didn't work with the tar files... more »
Tweet 0 Comments Save Tags: .net , other languages
CRUD Operation in ASP.NET Web Applications Using HTTP Handler and jQuery
This article will demonstrate, step-by-step, how to create a basic application of CRUD (Create, Read, Update, Delete) Operations using... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript , ria
Which WCF Binding Is Best?
Which binding is best? That’s a question I hear and see a lot. When it’s asked of me, the answer is always – “it depends”. It’s... more »
Tweet 0 Comments Save Tags: .net , frameworks , web services
Find the Distance between two places using Google map.
In this article ,you can learn about to find the distance and time taken to cover the two places using google map.
Tweet 0 Comments Save Tags: .net , javascript , web design
Debug MVC projects through the source code of the MVC framework using Visual Studio 11 Beta
In this post we will see how we will remove the reference of the MVC dlls and add reference to the projects itself so we can debug the... more »
Tweet 0 Comments Save Tags: .net , frameworks
Visual Studio and TFS 11 Beta Hands-on Lab series and Videos
This series will introduce labs and videos on the new Visual Studio 11 Beta and TFS, it also include MTM 11 and Code UI videos
Tweet 0 Comments Save Tags: .net , tools
How to Debug a Windows 8 Metro Secondary Tile
I've been working on Chapter 7 of my upcoming book, Designing Windows 8 Metro Applications with C# and XAML. This chapter focuses on... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , tools
Painless database logging with mongoDB
While browsing the source code of the ELMAH mongoDB provider, I learned about a special type of collections: capped... more »
Tweet 0 Comments Save Tags: .net , database
Controller in ASP.NET MVC
In the last article we went through the basics of MVC. In this article we will see details of how the controller works.
Tweet 0 Comments Save Tags: .net , how-to , open source
jQuery Extension function to handle and log javascript Errors - Part 2
In this follow up article based on feedback, the $.logError is fully defined to either write to the console or display an alert dialog.... more »
Tweet 0 Comments Save Tags: .net , ajax , javascript
Using and Disposing of WCF Clients
The WCF client classes generated by Visual Studio implements IDisposable, but putting them in a using block hides any real exception with... more »
Tweet 0 Comments Save Tags: .net , frameworks , how-to , web services


