Upcoming Stories
0
kicks
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 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...
0
kicks
Modeling a Directory Structure on Azure Blob Storage
Utilize the Azure SDKs and APIs to organize Blob data in a Hierarchal format
0
kicks
Building REST API with MVC 4 Web API - Part 2
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.
0
kicks
Get Query String Value using Java Script
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...
0
kicks
.NET Guidelines: Should I have one class per file?
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.
0
kicks
Edument CQRS and Intentful Testing Starter Kit
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.
0
kicks
AngularJS and TypeScript
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.
0
kicks
How to sort a data table in C# with LINQ
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...
0
kicks
Validating composite models with knockout validation
This article looks at how you go at validating composite models with knockout.js.
0
kicks
C# Performance Benchmark Mistakes: Pt 1
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...
0
kicks
Windows 8 File Explorer Tips
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.
0
kicks
WYSIWYG Html Editor and XSS Attack Prevention
How to prevent cross site scripting (XSS) attack due to html editors.
0
kicks
CRUD Operations using jQuery Dialog with WYSIWYG HTML Editor, Knockout and ASP.NET Web API
Implementing CRUD operations using jQuery dialog with WYSIWYG HTML Editor, Knockout, EF database first and ASP.NET Web API