Pluralsight has developed a great training course on Building ASP.NET MVC Apps with EF Code First, HTML5 and jQuery . It is presented by the most excellent Dan Wahlin , and is really comprehensive. Details of the course outline can be found…
Here is the latest in my link-listing blog series: ASP.NET Easily overlooked features in VS 11 Express for Web : Good post by Scott Hanselman that highlights a bunch of easily overlooked improvements that are coming to VS 11 (and specifically the free …
Microsoft has made the source code of ASP.NET MVC available under an open source license since the first V1 release. We’ve also integrated a number of great open source technologies into the product, and now ship jQuery, jQuery UI, jQuery Mobile, jQu…
Cool! I’ve just learned that I’m invited to join the ASPInsiders. I’m really excited and honored to be part of this group of great ASP.NET experts. Very much looking forward to learning the secret handshake and being able to provide feedback that…
Posted on March 1, 2012, 10:33 pm, by Maarten Balliauw, under
c#,
General,
ICT,
MVC,
Personal,
Projects,
Quality code,
Software,
source control.
My blog already has quite the number of blog posts around MyGet, our NuGet-as-a-Service solution which my colleague Xavier and I are running. There are a lot of reasons to host your own personal NuGet feed (such as protecting your intellectual property…
Posted on February 24, 2012, 6:06 am, by ScottGu's Blog : MVC, under
.Net,
ASP.NET,
MVC.
Earlier this week I blogged about the release of the ASP.NET MVC 4 Beta . ASP.NET MVC 4 is a significant update that brings with it a bunch of great new features and capabilities. One of the improvements I’m most excited about is the supp…
A few days ago we released the ASP.NET MVC 4 Beta . This is a significant release that brings with it a bunch of great new features and capabilities. The ASP.NET MVC 4 Beta release works with VS 2010 and .NET 4.0, and is side-by-side compat…
Posted on February 16, 2012, 8:32 am, by Maarten Balliauw, under
ASP.NET,
Azure,
c#,
General,
ICT,
jQuery,
MVC,
NuGet,
Presentations.
It was the last session on the last day of TechDays 2012 so I was expecting almost nobody to show up. Still, a packed room came to have a look at how to make the web realtime using SignalR. Thanks for joining and for being very cooperative during the d…
Posted on December 6, 2011, 12:08 pm, by Maarten Balliauw, under
ASP.NET,
c#,
General,
ICT,
JavaScript,
jQuery,
MVC,
NuGet,
Projects,
Scalability,
Silverlight.
Last week, I’ve discussed Techniques for real-time client-server communication on the web (SignalR to the rescue). We’ve seen that when building web applications, you often face the fact that HTTP, the foundation of the web, is a request/re…
Posted on November 29, 2011, 10:23 am, by Maarten Balliauw, under
ASP.NET,
c#,
General,
ICT,
JavaScript,
jQuery,
MVC,
Scalability,
Software.
When building web applications, you often face the fact that HTTP, the foundation of the web, is a request/response protocol. A client issues a request, a server handles this request and sends back a response. All the time, with no relation between the…