ASP.NET Road Show notes

Jake Ashcraft [http://weblogs.asp.net/jakeashcraft/] shares notes [http://weblogs.asp.net/jakeashcraft/archive/2004/01/20/60499.aspx] taken by Greg at the ASP.NET Road Show [http://www.asp.net/roadshow] event. A good read if you’ve missed the Road Show.…

ASP.NET Code Migration

Need help migrating your application from PHP/ASP/JSP to ASP.NET? Checkout the ASP.NET Code Migration Assistants [http://www.asp.net/MigrationAssistants/]…

Rory Rocks .NET

Rory Blyth [http://www.neopoleon.com/] is interviewed this week at .NET Rocks! [http://www.franklins.net/dotnetrocks/] Rory?talks about the .NET community and the Open Source Software (OSS) community, writing, blogging, driving to the PDC from Las Vegas, Longhorn, and lots of other great stuff.…

Improving .NET Application Performance and Scalability

Beta 2 of Improving .NET Application Performance and Scalability [http://www.gotdotnet.com/community/workspaces/workspace.aspx?ID=540F8BD7-BE95-45F7-A477-919D23294553] from the Patterns and Practices book. As?Sam Gentile?blogged about beta 1 [http://samgentile.com/blog/archive/2003/12/08/10858.aspx] of this book, it contains a wealth of…

J2EE verses .NET

The Middleware Company [http://www.middleware-company.com/], a training/consulting company, conducted an experiment comparing J2EE and .NET performance. This whitepaper details those results. Free download – J2EE verses .NET performance comparison [http://www.middleware-company.com/j2eedotnetbench/report.shtml].…

Tabbing in a TextArea/TextBox

Tabbing in a TextArea or a TextBox?has been a distant feature to think of up until now, as Justin Lovell [http://blogs.aspadvice.com/jlovell/]?shares a?simple?JavaScript (IE 5+ only) which makes it possible to insert a tab via the keyboard into a?TextArea or a TextBox.…

WinFX 247

I didn’t knew up until today that Matthew Reynolds [http://weblogs.asp.net/mreynolds/] (dotnet247.com [http://www.dotnet247.com]) has already launched WinFX247 [http://www.winfx247.com]?(beta). The new site?holds WinFX (that will?be .NET’s big brother?when Longhorn comes out [http://www.theregister.co.…

Modal WebForms

Brendan Tompkins [http://dotnetjunkies.com/WebLog/BsBlog/]?shares his approach (called Sticky Draggable Divs or SDDs [http://dotnetjunkies.com/WebLog/BsBlog/posts/5629.aspx]) on creating Modal WebForms in ASP.NET. Although I personally don’t like the idea of?using excessive JavaScript and DHTML in?project?implementations except for…