Upcoming Stories
0
kicks
Announcement: Employee Info Starter Kit (v6.0–ASP.NET MVC Edition) is Released
After a long wait, the next version of Employee Info Starter Kit is released! This starter kit is basically is a project template that contains code samples targeting a specific technology, such as ASP.NET Web Form, ASP.NET MVC etc.
Since its first release, this open source project gained a huge p...
0
kicks
Getting started with Roslyn
An overview of the Roslyn compiler as a service CTP from Microsoft using VS2012
0
kicks
Install online samples ("Search Code Samples") feature in visual studio 2012
The article explains the new feature about "Search Code Samples" in visual studio 2012.
0
kicks
Why Collections Should Never Be Null
After a long time of programming, I've realized that nulls are just evil, but what is worse is the idea that a collection can be null. This might be a provocative thing to say, or you might be on my side. I'll try to explain myself and see if you agree with me.
0
kicks
C# LINQ: Saving JSON Data to SQL Server Database using JSON.NET and SqlBulkCopy
C# LINQ: Saving JSON Data to SQL Server Database using JSON.NET, asp.net web api and SqlBulkCopy
0
kicks
Using Fluent Validation with ASP.NET MVC – Part 4: Database Validation
I conclude my series on FluentValidation by extending the validator to do database validation by using a repository. I also show how to mock the repository for quick and easy unit testing
0
kicks
Using Cloudmailin’ to Receive E-mail with ASP.NET MVC
I’m building an ASP.NET MVC app that receives E-mail via Cloudmailin.com’s service. In this post, I’ll show you how to create a handler for Cloudmailin using MVC, and I’ll show you how to test that handler locally using Powershell 3.0.
0
kicks
Map Chart with Pop-Up Details using ASP.NET Web API and jVectorMap
Implementing Map Chart with Pop-Up Details using ASP.NET Web API and jVectorMap
0
kicks
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 back to jitter issues in the next episode; in this episode I want to look at some actual (terrible) code for measuring performance.
0
kicks
collation issues in sql server
Well described article with example on the issues encountered with collation