|
Posted to:
11 hours, 47 minutes ago
|
Couple months ago I bought Surface RT because I needed some lightweight business supporting thing to take with me sometimes. Carrying ~3kg development laptop is not always fun, specially when you have long days and you need to move from one place to another...
|
|
Posted to:
06-18-2013, 5:48 AM
|
Introduction It seems that nowadays everyone loves conventions! Not the ones that you go to, but the ones that you use, that is! It just happens that NHibernate also supports conventions, and we’ll see exactly how. Conventions in NHibernate are supported...
|
|
Posted to:
06-13-2013, 2:30 PM
|
Remember those old posts on Dynamic LINQ? You are probably aware that Microsoft has made its implementation available as a Nuget package , but, like I said, you already have it in your machine, hidden inside the System.Web.Extensions assembly. In order...
|
|
Posted to:
06-12-2013, 2:29 PM
|
Introduction I recently came upon this problem: how to calculate a hash from a LINQ expression so that I can safely compare two expressions for equality? I had naively assumed that the Expression class – and their descendants – would have implemented...
|
|
Posted to:
06-12-2013, 4:15 AM
|
I have used MSDN Ultimate Windows Azure benefit from the day it was made available and from this day I have more and more used Windows Azure on my everyday’s development work. I’m building mostly web-based applications and services and Windows Azure fits...
|
|
Posted to:
06-11-2013, 2:07 PM
|
Sometimes it is useful to know something about the physical storage of a code first model. Maybe it’s for SQL reporting or for any other matter, I sometimes have the need to look up the table name where an entity is stored or the column that holds some...
|
|
Posted to:
06-10-2013, 12:08 PM
|
In this post, I will demonstrate how to scale out real-time Socket.IO apps with Windows Azure Service Bus by leveraging the Node.js module Socket.IO-ServiceBus. The Node module Socket.IO-ServiceBus lets the Node.js developers scale out the Socket.IO apps...
|
|
Posted to:
06-10-2013, 2:21 AM
|
Some sites need simple WYSIWYG editor just to provide some simple formatting options for some texts. I needed editor like this on one of my ASP.NET MVC projects. Although there are lot of editors and it is not hard to build your own simple editor I took...
|
|
Posted to:
06-09-2013, 2:21 AM
|
Why Orchard? Our company wants to convert an old html site to a content management system. We considered between Wordpress and Orchard and picked Orchard. This post strongly influenced us. It is ASP.NET MVC vs php. We are a .net shop. We thought it would...
|
|
Posted to:
06-07-2013, 4:49 AM
|
Couple of years ago I worked out my first solution for checkbox list in ASP.NET MVC. Today I got some markable simplifications done and my solution is close to state where some nice-to-have tweaks can be done to add more automatics to controller side...
|