Error!
Success!

Upcoming Stories

showing:  of
0
kicks

Prevent JavaScript code blocking the UI thread with setTimeout + handy stopWatch to profile JS code  (Unpublished)

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 jQuery. It’s part of a project where my customer asked for the possibility of answering a questionnaire in two ways: using a Wizard (one question at a time) and Lis...


Kicked By:
Drop Kicked By:
0
kicks

Modeling a Directory Structure on Azure Blob Storage  (Unpublished)

Utilize the Azure SDKs and APIs to organize Blob data in a Hierarchal format


Kicked By:
Drop Kicked By:
0
kicks

Building REST API with MVC 4 Web API - Part 2  (Unpublished)

In part 1 of this tutorial, we learned how to build a REST Web API using ASP .NET MVC. We also wrote a simple Web API to maintain a database of Chuck Norris facts. We will keep building on this example in this part, as we learn more about ASP .NET MVC Web API.


Kicked By:
Drop Kicked By:
0
kicks

Get Query String Value using Java Script  (Unpublished)

In web application development, we all are well aware of Query String and Its uses. We can easily retrieve the Query String values from URL on server-side, but sometimes we need to find the Query String values from URL on client-side i.e using Java Script. But in Java Script, there is no standard wa...


Kicked By:
Drop Kicked By:
0
kicks

.NET Guidelines: Should I have one class per file?  (Unpublished)

I had this discussion many times over the last few years: Should we have a class per file? What about other types such as interfaces, enums, …? Opinions on this subject vary a lot. This purpose of this article is to provide you some basic guidelines and why you should follow them.


Kicked By:
Drop Kicked By:
0
kicks

Edument CQRS and Intentful Testing Starter Kit  (Unpublished)

C# code to help you get started with writing intentful tests for a domain, expressing it as commands, events and exceptions. These ideas are often associated with the CQRS pattern.


Kicked By:
Drop Kicked By:
0
kicks

AngularJS and TypeScript  (Unpublished)

For those TypeScript developers who want to use the new hotness of AngularJS but have run into some issues with minification and model primitives, this blog post describes how to use AngularJS in a .NET environment with TypeScript.


Kicked By:
Drop Kicked By:
0
kicks

How to sort a data table in C# with LINQ  (Unpublished)

One of friend today ask how we can sort data table based on particular column? So I thought it’s a good idea to write a blog post about it. In this blog post we learn how we can learn how we can sort database with LINQ queries without writing much more long code. So let’s write a code for that. usi...


Kicked By:
Drop Kicked By:
0
kicks

Validating composite models with knockout validation  (Unpublished)

This article looks at how you go at validating composite models with knockout.js.


Kicked By:
Drop Kicked By:
0
kicks

C# Performance Benchmark Mistakes: Pt 1  (Unpublished)

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 benchmarks in C#. But before we get into the mistakes, I suppose I should introduce myself and define the term...


Kicked By:
Drop Kicked By:
0
kicks

Weekly Digest 14  (Unpublished)

The most interesting links from programming community


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

Windows 8 File Explorer Tips  (Unpublished)

File Explorer is a great way to see the files and folders on your computer as well as libraries, folders and control panel.This post outlines some enhancements and tips in using File Explorer in Windows 8.


Kicked By:
Drop Kicked By:
0
kicks

WYSIWYG Html Editor and XSS Attack Prevention  (Unpublished)

How to prevent cross site scripting (XSS) attack due to html editors.


Kicked By:
Drop Kicked By:
0
kicks

CRUD Operations using jQuery Dialog with WYSIWYG HTML Editor, Knockout and ASP.NET Web API  (Unpublished)

Implementing CRUD operations using jQuery dialog with WYSIWYG HTML Editor, Knockout, EF database first and ASP.NET Web API


Kicked By:
Drop Kicked By: