CompiledMonkey

Stories kicked by CompiledMonkey

Separate Assemblies != Loose Coupling(codebetter.com)

submitted by scottcreynoldsscottcreynolds(195) 3 years, 7 months ago

read and learn read more...

add a comment |category: |Views: 403

tags: another

$("Microsoft").append("excitement");(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 7 months ago

Right now is honestly the most excited that I have ever been about the .net platform. With IronRuby and ASP.NET MVC on the horizon and jQuery being integrated as part of the official Microsoft development platform, I think that Microsoft is finally "getting" web development. read more...

add a comment |category: |Views: 302

tags: another

ASP.NET MVC Request Flow(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 7 months ago

I looked all over the net for a good diagram that outlined the major classes involved an ASP.NET MVC request. I couldn't find one, and so I created this one. If you want to get a very high level overview, then check it out. read more...

1 comment |category: |Views: 876

tags: another

Microsoft Announces Visual Studio 2010. Developers Respond.(cio.com)

submitted by asteroidasteroid(445) 3 years, 7 months ago

Microsoft's development environment offers new tools for Agile development, software testing enhancements and improved support for cloud computing. Microsoft showed CIO.com a sneak peek, and the author invited developers to chime in with their feedback. read more...

4 comments |category: |Views: 861

tags: another

jQuery to ship with ASP.NET MVC and Visual Studio(hanselman.com)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

Microsoft is going to make jQuery part of the official dev platform. JQuery will come with Visual Studio in the long term, and in the short term it'll ship with ASP.NET MVC. We'll also ship a version includes Intellisense in Visual Studio. read more...

add a comment |category: |Views: 140

tags: another

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

Congrats! Scott Guthrie, corporate vice president(microsoft.com)

submitted by wisemxwisemx(8074) 4 years, 3 months ago

Scott Guthrie, corporate vice president, .NET Developer Platform. Previously general manager, Guthrie will continue to oversee several development teams responsible for delivering Microsoft Visual Studio developer tools and Microsoft .NET Framework technologies for building client and Web applications. read more...

5 comments |category: |Views: 5

tags: another

Top 10 Best Practices for Production ASP.NET Applications(daptivate.com)

submitted by kbeyerkbeyer(445) 4 years, 3 months ago

A list of some things to pay attention to when dealing with production ASP.NET applications. read more...

1 comment |category: |Views: 175

tags: another

ASP.NET MVC Framework Road-Map Update(weblogs.asp.net)

submitted by jwhitehornjwhitehorn(340) 4 years, 3 months ago

Scott gives an update to where ASP.NET MVC is going read more...

3 comments |category: |Views: 27

tags: another

.NET Framework Library Source Code now available(weblogs.asp.net)

submitted by dalzieldalziel(6230) 4 years, 4 months ago

Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio read more...

1 comment |category: |Views: 90

tags: another

Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library)(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 4 months ago

While writing type-safe queries is great for most scenarios, there are cases where you want the flexibility to dynamically construct queries on the fly. For example: you might want to provide business intelligence UI within your application that allows an end-user business analyst to use drop-downs to build and express their own custom queries/views on top of data. read more...

1 comment |category: |Views: 178

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

Call for help with the Code Camp server written using ASP.NET MVC(codebetter.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 4 months ago

Jeffrey Palermo has announced a call for participation in the open source "code camp" server project. If anybody has been involved with code camps before, they know there's limited resources out there for organizing one - this promises to be a great resource. But it'll only be as great as you want it to be! Contribute! read more...

add a comment |category: |Views: 55

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