Popular Stories
0
kicks
Code First Entity Framework with MVC4 and Visual Studio 2012
We spend 99% of our time working WITH projects and not setting them up; sometimes, we may need a little reminder. This is a quick, bare-bones guide (and a downloadable graphic guide) to remind us of the steps involved in setting up a code first entity framework MVC4 application (with a simple model ...
0
kicks
Building reactive XAML apps with ASP.NET SignalR and MVVM
A great portion of mobile applications consumes data from HTTP services. This is usually achieved as a pull scenario in which apps initiate the data flow from the server. In many cases pushing data to the client is a more natural and potentially much better solution. In this blog post I will explore...
0
kicks
VIDEO: The Dependency Inversion Principle in 5 minutes
The final video in my little SOLID series the Dependency Inversion Principle, where we briefly go through why high level modules shouldn't depend on low level modules and low level modules should depend on abstractions.
0
kicks
IDDD Tour notes (1/2)
Two weeks ago I got to spend four days attending the IDDD Tour by Vaughn Vernon. Although my book queue has only allowed me to shallowly browse the book, I had high hopes for this course. I anticipated a week of getting lectured on DDD with a few practical exercises, but was blown away by the openne...
0
kicks
Using LESS with MVC
An easy way to implement LESS (the dynamic stylesheet language) with MVC4 bundling. Very simple approach.
0
kicks
Validation Components in ASP.NET MVC
Validating the user input and showing a user-friendly error message is an important step in Web Application development. ASP.NET MVC framework provides validation features which helps developer to validate model values. The validation features in MVC allows you to write the validation using attribut...
0
kicks
Using Fluent Validation with ASP.NET MVC – Part 1: The Basics
I am doing a short series of blog posts on using FluentValidation with ASP.NET MVC. In this first instalment I cover the basics of installing via NuGet and replacing the standard data annotations validation.
0
kicks
Reference implementation: Creating a hybrid cloud with Windows Azure Virtual Networks software based
After Microsoft announced software based Site-to-Site VPN support between Windows Azure Virtual Networks and Windows Server 2012 Routing And Remote Access I wrote a blog post on how easy it is to configure all of this: Setting up software based Site-to-Site VPN for Windows Azure with Windows Server ...
0
kicks
Unobtrusive validations in ASP.Net 4.5 Web Forms
With the release of ASP.Net 4.5 web forms there are tons of features added in the ASP.Net and Unobtrusive validations support is one of them. We have already seen that kind of validation in ASP.Net MVC and now we are going to have that in ASP.Net web forms.
0
kicks
Case Sensitive Search in SQL Server
In SQL Server , Installation by default are case insensitive .This means that SQL Server ignores the case of the characters and treats the string 'Dot Net World' equal to the string 'dot net world'. SO how to perform case sensitive search in SQL?
0
kicks
Advanced Programming with C#
This is the third part of a series of tutorials on C#. In this part we are going to discuss exciting features of C# like dynamic programming using the DLR or using the meta-data information known as reflection. We will also extend our knowledge on the .NET-Framework by getting to know the abstract S...
0
kicks
Visual Studio 2012 New Features of the IDE
This post talks about the Visual Studio 2012’s IDE new features.
0
kicks
Why app store ratings are broken
App ratings in mobile app stores are really broken. This post is mostly about the Windows Phone Store and Windows Store but may apply to Android and iOS as well.
0
kicks
A View Engine for ASP.NET MVC Feature-Based Organized
I am a huge fan of ASP.NET MVC. It is leaps and bounds ahead of WebForms, and if you’re doing web development on the Microsoft platform, it’s arguably the best overall solution available. But it is far from perfect. One of the things that has bugged me about it since the very beginning is the def...
0
kicks
Windows Azure support to SharePoint 2013
Last week Microsoft announced general availability of Infrastructure as a Service(IaaS) support for Windows Azure. You can signup here to see what is new in this release? Key Enhancements are made in General Availability like creating a new virtual machine and virtual networks in Windows Azure. This...