Always remain updated about current software development trends

Articles in ASP.NET

IIS at TechEd Europe - Madrid - 26 June 2013

Don't miss the opportunity to hear Wade Hilmo, IIS' principal development lead, at Tech Ed Europe, 26 June 2013 in Madrid, Spain at the IFEMA \u2013 Feria de Madrid Convention Centre. Wade will be presenting the latest about IIS in Windows Server 2012 R2, bringing...

jQGrid PDF Export

Export your content from jQGrid to PDF format with less pain using iTextSharp.

NHibernate Conventions

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

A Simple Case For C# Generic Constraints

Imagine you need to support multiple projects that retrieve “widgets” of different types from various data sources. You might start with some simple type definitions that build a core API around widgets and widget storage. public class Widget { ...

ASP.NET MVC View Model: Entity Framework & JSON Serialization | dotnetExpertGuide.com

Blog post on performance improvements with Entity Framework Model JSON serialization in ASP.NET MVC application.

Five Essential Front-End Tools That Should be Used with Modern MVC Projects

VS 2012 web templates come preloaded with standard front-end libraries. This post is meant to complete the list with other essential and productive libraries that should be used in modern public-facing MVC and webform projects.

Retrieve Picasa Albums and View Photos in ASP.NET

How to retrieve Picasa albums and view photos in ASP.NET

How to tweet automatically when you push a new package to nuget.org

Wouldn't it be nice if your followers could be notified whenever you publish a new version of a NuGet package? Currently, nuget.org offers no support for this, but with the following tricks, you can get it working without programming.The essential idea...