wwb_99

Stories kicked by wwb_99

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

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

jQuery and Microsoft(weblogs.asp.net)

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

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

Convenience Kills, or the Case Against RAD Tools(kohari.org)

submitted by ang3lfir3ang3lfir3(660) 3 years, 9 months ago

A rather heated discussion erupted last week on Twitter and IRC concerning so-called “drag-and-drop demos” — point-and-click demonstrations of “software development” that just involve dragging controls around on a graphical designer without a lot of actual coding involved. Being entirely unable to resist joining in on debates, I had to chime in and give my two cents. read more...

add a comment |category: |Views: 323

tags: another

Handling "GO" Separators in SQL Scripts - the easy way(weblogs.asp.net)

submitted by ormicoormico(150) 3 years, 9 months ago

use SMO to run SQL scripts on .NET read more...

add a comment |category: |Views: 261

tags: another

ASP.NET gets no Respect(west-wind.com)

submitted by pstathopstatho(670) 3 years, 9 months ago

Poor ASP.NET! Is it really that bad? I say No! read more...

10 comments |category: |Views: 837

tags: another

Is Managed Code Slower Than Unmanaged Code?(grimes.demon.co.uk)

submitted by terrbleterrble(1665) 3 years, 10 months ago

Ask anyone the question above and they will say that managed is slower than unmanaged code. Are they right? No they are not. The problem is that when most people think of .NET they think of other frameworks with a runtime, like Java or Visual Basic; or they may even think about interpreters. They do not think about applications, or what they do; they do not think about limiting factors like network or disk access; in short, they do not think. read more...

6 comments |category: |Views: 479

tags: another

Deploy ASP.NET MVC on IIS 6, solve 404, compression and performance pr(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 10 months ago

Load dynamic pages 5 to 20 times faster by compressing response on the fly. Serve static files (js, html, css) 10 to 100 times faster by compressing and caching their content. Improve repeated site load time by maximizing caching on browser. read more...

add a comment |category: |Views: 140

tags: another

ASP.NET MVC Framework out on CodePlex(blog.maartenballiauw.be)

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

This morning, I was browsing the new projects page on CodePlex and noticed something nice! The ASP.NET MVC team already rumoured around making the ASP.NET MVC framework source code available on CodePlex, but here it is: the ASP.NET MVC project on CodePlex. read more...

1 comment |category: |Views: 23

tags: another

SubSonic: 2.1 Beta 2 Available Now(blog.wekeroad.com)

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

I spose there’s not much more to add to that title. Eric and Shawn Oster have been hard at work while I pretty much have been under water for the last month, getting ready for MIX. read more...

2 comments |category: |Views: 8

tags: another

Are .NET Developers the American Tourists of the Software Industry?(caffeinatedcoder.com)

submitted by rimsystemsrimsystems(6119) 4 years, 2 months ago

"I believe that the prevailing stereotype about .NET developers is that we wouldn’t know a software best practice or sound computer science principle if it recursively bit us in the arse." read more...

add a comment |category: |Views: 2

tags: another

Implementing Interfaces: ICloneable and IComparable(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 2 months ago

A friend of mine was showing me about some common interfaces and some good use cases for them the other day. A discussion arose of how to accurately create a deep copy of an object and the best way to go about it. Shortly after that discussion we got into the Sort() method and how to dictate how that method will sort your objects. This is when he spilled into telling me all about these common interfaces. read more...

1 comment |category: |Views: 63

tags: another

Configuration Section Designer(codeplex.com)

submitted by simonebsimoneb(5450) 4 years, 3 months ago

Great Visual Studio addin to create custom configuration sections via a designer. read more...

add a comment |category: |Views: 7

tags: another

Put Down the XmlNode and Step Away From the StringBuilder(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Demonstrates the easiest way of generating and parsing Xml available in the .net framework. No more XmlNodes and no more CleanStringForXml custom utility functions. read more...

add a comment |category: |Views: 18

tags: another

Lock Down SQL Server 2005(duartes.org)

submitted by gustavodgustavod(775) 4 years, 3 months ago

This article teaches you how to lock down a SQL Server 2005 installation. A step-by-step procedure is given along with the concepts behind it. It includes a world-accessible SQL2005 shell to let you experiment with a hardened database. Two SQL scripts are provided to automate hardening. read more...

3 comments |category: |Views: 95

tags: another

JScript IntelliSense: Working with jQuery(blogs.msdn.com)

submitted by bdsuttonbdsutton(525) 4 years, 3 months ago

Looks like the new VS 2008 hotfix will help VS 2008 work better with jQuery. If you haven't checked out jQuery and you are doing web development give it a try and I think you'll be impressed. read more...

add a comment |category: |Views: 12

tags: another