bengtbe

Stories kicked by bengtbe

Creating a monster: The DataTable meets dynamic(blog.rag.no)

submitted by runegrirunegri(115) 2 years, 3 months ago

In this article I combine the good old DataTable with the new fancy dynamic types found in .Net 4. The result is a terrible monster, but a fun one! read more...

add a comment |category: |Views: 32

tags: another

SilverTile: Another progress report(blog.rag.no)

submitted by runegrirunegri(115) 2 years, 5 months ago

Another progress report for my development of SilverTile. SilverTile is a Silverlight game engine for tile based games. The core game engine is working well now, and I have started working on supporting functions like how to define a game world. read more...

add a comment |category: |Views: 5

tags: another

Organizing ASP.NET MVC solutions(lostechies.com)

submitted by just3wsjust3ws(560) 2 years, 5 months ago

A suggestion on how to structure your ASP.NET MVC project. Interesting because the actual website project only holds client resources. read more...

2 comments |category: |Views: 483

tags: another

SilverTile progress report(blog.rag.no)

submitted by runegrirunegri(115) 2 years, 5 months ago

A progress update for the SilverTile library. SilverTile is a simple library for writing old-school tile based games in Silverlight 4. read more...

add a comment |category: |Views: 3

tags: another

Dependency Injection For Dummies(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 2 years, 6 months ago

The goal of this series is to introduce programming patterns and practices to developers who have little to no familiarity with them. This series does not intend to dive into the intricacies of each pattern / practice, but to give a brief overview that will (hopefully) inspire developers to learn more about them. read more...

add a comment |category: |Views: 617

tags: another

No JavaScript IntelliSense in VS 2010 Beta 2? Reset your Settings(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 7 months ago

When I installed Visual Studio 2010 a couple of days ago I was really disappointed to see that Intellisense failed to work completely in the new install. No workey in .js files, or ASPX pages inside of script blocks. After some back and forth with folks on the ASPInsiders list and the product teams it looks like there is an issue somewhere with the default settings that get set when Visual Studio... read more...

add a comment |category: |Views: 103

tags: another

IoC, SRP and DI best practices(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 2 years, 7 months ago

A blog post summing some of real world IoC experiences in 5 "laws" read more...

add a comment |category: |Views: 627

tags: another

NerdDinner with Fluent NHibernate Part 3 - The infrastructure(bengtbe.com)

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

This is the final 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 this post we are going to take a look at the Nhibernate infrastructure and the dinner repository. read more...

add a comment |category: |Views: 293

tags: another

Performing Static Page Checking in MVC(dimecasts.net)

submitted by tryfailretrytryfailretry(90) 2 years, 8 months ago

Taking a look at how you can setup Static Type checking within your ASP.Net MVC web project. Having static checking is a great asset as it can reduce the chances of run time errors due to refactoring. Static checking will also allow the compiler to verify all your strongly typed objects are being called correctly. read more...

add a comment |category: |Views: 203

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

Auto-mocking hierarchies (a.k.a. recursive mocks) with Moq(bengtbe.com)

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

In this post I will show how the auto-mocking hierarchies (a.k.a. recursive mocks) feature of Moq can greatly simplify your unit tests. read more...

add a comment |category: |Views: 39

tags: another

NerdDinner with Fluent NHibernate Part 2 - The mapping(bengtbe.com)

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

This is the second 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 this post we are going to take a look at the mappings. read more...

add a comment |category: |Views: 83

tags: another

REST for ASP.NET MVC SDK(blog.maartenballiauw.be)

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

Earlier this week, Phil Haack did a post on the newly released REST for ASP.NET MVC SDK. I had the feeling though that this post did not really get the attention it deserved. I do not have the idea my blog gets more visitors than Phil’s, but I’ll try to give the SDK some more attention by blogging an example read more...

add a comment |category: |Views: 411

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

Beginning ASP.NET MVC 1.0 – Finally Available(nayyeri.net)

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

Kevan announces the availability of the book Beginning ASP.NET MVC by Wrox, and explains in details the contents of the book and the level it is targeting read more...

add a comment |category: |Views: 281

tags: another

Exploring StructureMap: Learning how to setup registries(dimecasts.net)

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

Taking a look at how to setup and use the Registry feature of StructureMap. This is a feature that will allow the IoC container to scan for and find a method in a single class which will setup your mappings for the associated assembly read more...

add a comment |category: |Views: 146

tags: another