Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 DigiMortal 
11 hours, 47 minutes ago

Surface RT–first impressions

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...
Filed under: ,
Posted to:
by
 RicardoPeres 
06-18-2013, 5:48 AM

NHibernate Conventions

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...
Filed under: , ,
Posted to:
by
 RicardoPeres 
06-13-2013, 2:30 PM

Dynamic LINQ Extension Method

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...
Filed under: ,
Posted to:
by
 RicardoPeres 
06-12-2013, 2:29 PM

Comparing LINQ Expressions

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...
Filed under: ,
Posted to:
by
 DigiMortal 
06-12-2013, 4:15 AM

How my company uses Windows Azure in development process

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:
by
 RicardoPeres 
06-11-2013, 2:07 PM

Entity Framework Metadata

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:
by
 shiju 
06-10-2013, 12:08 PM

Scaling Node.js Real-time Apps with Windows Azure Service Bus

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:
by
 DigiMortal 
06-10-2013, 2:21 AM

Aloha Editor–simple and easy to use WYSIWYG editor

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...
Filed under: ,
Posted to:
by
 dotneteer 
06-09-2013, 2:21 AM

Fun with Orchard, Webmatrix, Git and Azure

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:
by
 DigiMortal 
06-07-2013, 4:49 AM

Better solution for ASP.NET MVC checkbox list

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...

1 2 3 4 5 Next > ... Last »