CompiledMonkey

Stories submitted by CompiledMonkey

Friendly "maintenance" page for your ASP.NET application(weblogs.asp.net)

submitted by CompiledMonkeyCompiledMonkey(135) 4 years, 3 months ago

ScottGu demonstrates a nice and easy way to show a maintenance page for your ASP.NET application while you're working on it. read more...

4 comments |category: |Views: 1571

tags: another

But I like my dependencies!(weblogs.asp.net)

submitted by CompiledMonkeyCompiledMonkey(135) 4 years, 3 months ago

"Recently I've been talking about dependency injection and ASP.NET MVC. Each are interesting technologies and are "hot topics" in the ASP.NET world right now. I had decided that my newest project would utilize these, if for nothing else but to learn them in more detail." read more...

add a comment |category: |Views: 2

tags: another

Dependency Injection was made for ASP.NET MVC(weblogs.asp.net)

submitted by CompiledMonkeyCompiledMonkey(135) 4 years, 3 months ago

"It's not that you can't use dependency injection in any .NET application, because you can. It's just that dependency injection fits so well in the ASP.NET MVC programming model. While building up a simple example for how my new application would be architecturally designed, I found using dependency injection with Web Forms as troublesome as trying to fit a square peg into a round hole. After some modifications and adjustments, I could get it to work, but it just didn't feel like a solid fit and certainly didn't make me any more productive." read more...

add a comment |category: |Views: 6

tags: another

Microsoft ASP.NET MVC(weblogs.asp.net)

submitted by CompiledMonkeyCompiledMonkey(135) 4 years, 4 months ago

"By now we've nearly all heard of the ASP.NET MVC framework available in CTP form. The Model View Controller architecture has been around for quite some time but more popularly in the desktop world. Java has seen its share of MVC web frameworks over the years and just a few years ago Ruby on Rails crashed the party with its own MVC implementation for a rapid development environment..." read more...

add a comment |category: |Views: 1

tags: another

LINQ In An N-Tier Architecture(compiledmonkey.com)

submitted by CompiledMonkeyCompiledMonkey(135) 4 years, 4 months ago

Brainstorming an n-tier architecture using LINQ. read more...

add a comment |category: |Views: 574

tags: another