alley

Stories kicked by friends of alley

The Developer's Almanac(developersalmanac.com)

submitted by aaronlerchaaronlerch(1670) 1 year, 8 months ago

A developer's parody of the NPR (national public radio) show The Writer's Almanac. read more...

add a comment |category: |Views: 2

tags: another

My Favorite Helpers For ASP.NET MVC(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 4 months ago

Rob shares some of his frequently used helpers for working with ASP.NET MVC. read more...

1 comment |category: |Views: 473

tags: another

Introduction to NDepend, adding NDepend to your Nant Script(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 6 months ago

Taking a quick look at NDepend and how to do a simple fly-by of how to setup and run NDepend. Once we have our simple project up and running we are going to turn our focus at takig a look at how to run NDepend from our NAnt scripts. Running NDepend as part of our builds will allow us to have a clear picture of the state of our code with each build. read more...

add a comment |category: |Views: 169

tags: another

xVal v1.0 is now released(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 8 months ago

In case you’re not aware, xVal is a validation helper for ASP.NET MVC that lets you use your own choice of server-side validation framework (e.g., Microsoft’s DataAnnotations attributes, or Castle Validator, or NHibernate Validaion) and dynamically generates client-side validation code from your rules. Version 1.0 adds new features including dynamic client-side validation summaries and remote (ajax) validation rules. read more...

add a comment |category: |Views: 218

tags: another

NerdDinner with Fluent NHibernate Part 1 - The domain model(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 9 months ago

This is the first post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In the first post we are going to take a look at the domain model. read more...

add a comment |category: |Views: 391

tags: another

ASP.NET MVC, DynamicData, Domain-/RiaServices, Unity and NHibernate(chrisvandesteeg.nl)

submitted by alleyalley(2840) 2 years, 10 months ago

For this project the following (extensive) list of libraries is used (all these libraries are included in the download): * MS ASP.NET Mvc 1.0 * Microsoft .NET RIA Services July 2009 Preview * NHibernate 2.1.0CR1 * NHibernate Linq (latest trunk version) * FluentNhibernate (latest trunk version, patched to work with NHibernate 2.1.0CR1) * MS Unity 1.2 * ASP.NET Dynamic Data MVC Preview (since this project is pretty old, I had to modify it quite a bit, the source is included in the download) * I used Rob Conery’s t4 templates as the base to generate entities from the database. read more...

add a comment |category: |Views: 423

tags: another

How we do MVC – View models - Jimmy Bogard -(lostechies.com)

submitted by javeryjavery(5523) 2 years, 10 months ago

Jimmy talks about View Models and how to use them in an ASP.NET MVC Project. read more...

add a comment |category: |Views: 42

tags: another

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

submitted by maartenbamaartenba(5845) 2 years, 11 months ago

A while ago, I did a blog post on combining ASP.NET MVC and MEF (Managed Extensibility Framework), making it possible to “plug” controllers and views into your application as a module. I received a lot of positive feedback as well as a hard question from Dan Swatik who was experiencing a Server Error with this approach… Here’s a better approach to ASP.NET MVC and MEF. read more...

add a comment |category: |Views: 173

tags: another

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

Making Unity work more like the others(chrisvandesteeg.nl)

submitted by alleyalley(2840) 3 years, 1 month ago

I love MS Unity as an IoC container, it has some great features. Though I found it to function incorrectly at two points (it’s not that the path chosen by the Unity team is incorrect, I just want/excpect it to act differently). The first thing that bothered me was the fact that Unity throws an exception when Resolve<T> is not able to resolve the given type: I’d prefer it to return null instead, hence most containers do that. The second, even more irritating point, was that ResolveAll<T> only returned the named instances/types instead of all registered types read more...

1 comment |category: |Views: 188

tags: another

First steps with Lightweight Test Automation Framework and ASP.NET MVC(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 1 month ago

Microsoft's newly-Codeplexed Lightweight Test Automation Framework lets you test UI behaviors in ASP.NET applications. But what does it actually do? How does it work behind the scenes? How do you use it with ASP.NET MVC? This post explains the architecture and provides a downloadable demo project. read more...

add a comment |category: |Views: 266

tags: another

MvcContrib v1.0 Released! Download now!(jeffreypalermo.com)

submitted by sharplifesharplife(4570) 3 years, 2 months ago

After official release of ASP.NET MVC 1.0 RTM it's time to release the first version of MvcContrib too! It's ready; download it ;-) read more...

6 comments |category: |Views: 433

tags: another

ASP.NET MVC goes RTM before MIX09(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 2 months ago

Not sure if the release was intentional or just someone that forgot to set the timezone field while publishing the download, but ASP.NET MVC has been RTMed before MIX09. read more...

1 comment |category: |Views: 169

tags: another

ASP.NET MVC Domain Driven Design(nathan.whiteboard-it.com)

submitted by nrstottnrstott(345) 3 years, 2 months ago

The first in a series of posts detailing how to create ASP.NET MVC projects in a way that facilitates DDD. Fluent NHibernate, NHibernate.Burrow, and MVCContrib will be used. read more...

1 comment |category: |Views: 613

tags: another

Silverlight.FX project page(projects.nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 3 years, 3 months ago

Silverlight.FX is a light-weight application framework for building Rich Internet Applications with Silverlight 2. read more...

add a comment |category: |Views: 55

tags: another

Fluent NHibernate – AutoPersistenceModel auto mapping(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 3 years, 4 months ago

An blog post presenting Fluent NHibernate AutoPersitanceModel through simple code example read more...

add a comment |category: |Views: 64

tags: another