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 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 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 …
Posted on June 29, 2011, 7:10 am, by Maarten Balliauw, under
ASP.NET,
Azure,
c#,
General,
ICT,
MVC,
Projects,
Software.
One of the first features we had envisioned for MyGet and which seemed increasingly popular was the ability to provide other users a means of managing packages on another user’s feed. As of today, we’re proud to announce the following new features…
Posted on June 28, 2011, 10:24 am, by Maarten Balliauw, under
ASP.NET,
c#,
General,
ICT,
MVC,
Projects,
Software.
Yes, a long title, but also something I was not able to find too easily using Google. Here’s the situation: for MyGet, we are implementing basic authentication to the OData feed serving available NuGet packages. If you recall my post Using dynamic WC…
Posted on June 1, 2011, 8:06 am, by Maarten Balliauw, under
ASP.NET,
Azure,
c#,
General,
ICT,
MEF,
MVC,
Projects,
Software.
One of the work items we had opened for MyGet was the ability to push packages to a private feed from the command line. Only a few hours after our initial launch, David Fowler provided us with example code on how to implement NuGet command line pushes …
Posted on May 31, 2011, 7:49 am, by Maarten Balliauw, under
ASP.NET,
Azure,
c#,
General,
ICT,
MEF,
MVC,
Projects,
Software.
Ever since NuGet came out, I’ve been thinking about leveraging it in a corporate environment. I’ve seen two NuGet server implementations appear on the Internet: the official NuGet gallery server and Phil Haack’s NuGet.Server package. A…
Posted on May 18, 2011, 11:42 am, by Maarten Balliauw, under
ASP.NET,
c#,
General,
ICT,
MEF,
MVC,
Personal,
Software,
source control.
As you can see, a new .NET Framework version just came out. Read about it at http://blogs.msdn.com/b/endpoint/archive/2011/04/18/microsoft-net-framework-4-platform-update-1.aspx. Now why does my title not match with the title from the blog post I refer…
Posted on February 4, 2011, 12:36 pm, by Maarten Balliauw, under
ASP.NET,
c#,
General,
ICT,
Internet,
MVC,
Projects,
Software,
XML.
Just a quick note to tell that MvcSiteMapProvider 3.0.0 has been released and is available on CodePlex and NuGet. This version is targeted at ASP.NET MVC 3. If you are still using ASP.NET MVC 2, no worries: version 2.3.1 contains the exact same functio…
Posted on January 7, 2011, 10:50 am, by Maarten Balliauw, under
ASP.NET,
c#,
General,
ICT,
Internet,
MVC,
Projects,
Software,
VS2010,
VSTS.
In this blog post, I will cover two interesting tools that, when combined, can bring great value and speed at the beginning of any new software project that has to meet standards that are to be re-used for every project. The tools? Templify and NuGet.
…