webscale

Stories kicked by webscale

ASP.NET MVC and the Managed Extensibility Framework (MEF)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 1 month ago

Microsoft’s Managed Extensibility Framework (MEF) is a .NET library (released on CodePlex) that enables greater re-use of application components. You can do this by dynamically composing your application based on a set of classes and methods that can be combined at runtime. Think of it like building an appliation that can host plugins, which in turn can also be composed of different plugins. Since examples say a thousand times more than text, let’s go ahead with a sample leveraging MEF in an ASP.NET MVC web application. read more...

1 comment |category: |Views: 1192

tags: another

13 ASP.NET MVC extensibility points you have to know(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don’t like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline. This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. read more...

add a comment |category: |Views: 501

tags: another

Microsoft Embracing the Cloud(simnova.com)

submitted by webscalewebscale(40) 3 years, 10 months ago

Microsoft has a number of solutions that appear to form a very strong offering for enterprise class web 2.0 applications: (including new projects : Red Dog / Velocity / Zermatt) read more...

add a comment |category: |Views: 11

tags: another

Mix08 Sessions - PodCast Format(simnova.com)

submitted by webscalewebscale(40) 4 years, 2 months ago

Get all the Mix08 Sessions on your iPod read more...

add a comment |category: |Views: 9

tags: another

Installing TFS2008 on Windows Server 2008(simnova.com)

submitted by webscalewebscale(40) 4 years, 3 months ago

Installing TFS2008 on Windows Server 2008 can be daunting, this guide can make it much easier. read more...

add a comment |category: |Views: 38

tags: another

jQuery for ASP.NET Mvc - part 2(chrisvandesteeg.nl)

submitted by alleyalley(2840) 4 years, 3 months ago

All new and improved version of the jquery and asp.net mvc sample.. read more...

add a comment |category: |Views: 78

tags: another