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 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…
Posted on November 8, 2011, 1:37 pm, by Maarten Balliauw, under
ASP.NET,
c#,
General,
ICT,
MVC,
Scalability,
Webfarm.
When scaling out an application to multiple servers, often a form of load balancing or reverse proxying is used to provide external users access to a web server. For example, one can be in the situation where two servers are hosting a WCF OData Service…
Earlier today, a colleague of mine asked for advice on how he could create a “dynamic” view. To elaborate, he wanted to create a change settings page on which various sections would be rendered based on which plugins are loaded in the appli…
Posted on September 6, 2011, 11:55 am, by Maarten Balliauw, under
AppFabric,
ASP.NET,
Azure,
c#,
General,
ICT,
MVC,
Scalability,
Webfarm.
Recently one of the Tweeps following me started fooling around and hit one of my sweet spots: Windows Azure. Basically, he mocked me for using Windows Azure for MyGet, a website with enough users but not enough to justify the “scalability” …
Posted on July 13, 2011, 7:33 am, by Maarten Balliauw, under
ASP.NET,
Azure,
c#,
General,
ICT,
MVC,
Scalability,
Webfarm.
One of the questions I often get around Windows Azure is: “Is Windows Azure interesting for me?”. It’s a tough one, because most of the time when someone asks that question they currently already have a server somewhere that hosts 100 websites. I…
Posted on July 7, 2011, 8:39 am, by Maarten Balliauw, under
AppFabric,
Azure,
c#,
General,
ICT,
MVC,
Scalability,
Software,
SQL Azure,
Webfarm.
After the Windows Azure AppFabric team announced the availability of Windows Azure AppFabric Applications (preview), I signed up for early access immediately and got in. After installing the tools and creating a namespace through the portal, I decided …