Welcome to whodurun4.com Community Sign in | Join | Help

August 2005 - Posts

I'm not sure how well this will work for me since it's based on Java, but Ian Bourke offers a suggestion on how to Unit Test in Javascript . I'll try it when I have the opportunity. Read More...
Here's another overview of Agile and Test Driven Development for review. Read More...
I don't know what the complete substance of this is, but Computerworld has published a special report on the future of application development. I don't have time to read it this morning, so I want to hold on to it for a slower time. Read More...
I've been researching unit testing for ASP.Net, particularly for a library of custom controls I created. It was one of my first projects that could use some significant refactoring and receives frequent requests for new functionality. I've discovered Read More...
I was looking for this functionality a month or so ago and gave up because of security concerns. Read More...
Here are some links I've collected regarding ISVs: Sean Mountcastle provides his notes from a speech at OSCON . It's the way I like my information: organized, succinct and valuable. Stanford offers videos, case studies and other materials from some people Read More...
Microsoft is offering free eLearning for SQL Server 2005 and Visual Studio 2005 until November 1. Read More...
Here's a rather in-depth look into working with the WS-Transfer specification in Indigo: http://www.codeproject.com/soap/WSTransfer.asp Read More...
K. Scott Allen discusses how to both read and write to configuration files in .NET 2.0 here. http://odetocode.com/Articles/418.aspx Read More...
Here's an interesting article that walks through writing a smart client in .NET 2.0 and use web services which have been developed using .NET 1.1. I'd like to hold on to it in case I ever start developing smart client apps. http://www.codeproject.com/smartclient/SmartClientSOA.as Read More...
I discovered an online javascript syntax checker that saved me a few weeks a go and almost lost the reference. It's called JSLint and can be found at http://www.jslint.com/ . Read More...
Custom and User Controls, Part 2 This overview of creating custom controls seems in-depth enough to be worth a gander. It has portions on adding attributes and creating rendered controls. Read More...
I have some real reservations about this, but this link has some insight into it. http://dhtml-menu.com/examples/ex8-javascript-context-menu.html Read More...
I came across some interesting articles on Agile Programming today. We don't have the resources where I'm at now, but it's an idea I'd like to hold on to. Here are some of the articles I enjoyed: Agile Top Down A Metric Leading to Agility Where's the Read More...
Here's a list of RSS feeds for Microsoft's Knowledge Base articles. Read More...
The Code Models Of ASP.NET 2.0 ASP.NET 2.0 continues to offer code-behind and single file models for ASP.NET web form development, but picking a winner between the two is a difficult task. Read More...
Notes on Async Pages in ASP.NET 2.0 A quick look at how async processing in 2.0 compares to traditional methods of async processing in .NET 1.x. Read More...
Precompilation In ASP.NET 2.0 When the first request arrives at your web application there is a mind-numbing amount of work to do. The worker process starts, the runtime initializes, ASPX pages are parsed and compiled to intermediate language, methods Read More...
Whidbey: New Caching Techniques Caching has been improved a lot in Whidbey thanks to the SQL Cache Notification and other new mechanisms which provide way to create robust applications leveraging the power of Caching to improve performance. Whidbey: New Read More...
Here's a list of Blogs on Microsoft Technet . It probably holds a few gems. Just need the time to find them. Read More...
Having spent far too much time restructuring web pages with tables, I'd like to watch this video on replacing them with CSS if I can ever get the video to stream. Read More...
Here's a large collection of webcasts with associated virtual labs on ASP.NET 2.0. Read More...
I found some free training modules for Windows Server 2003. Read More...
Writing Secure Code with Visual Studio 2005 Rick Samona shows enhancements to Visual Studio 2005 that help make applications more secure. See how FxCop and Code Access Security help create more secure managed code apps, while PREfast and the /GS switch Read More...
I'd like to read this when I have the chance. Building XML Applications with the .NET Framework 2.0 XML is the most popular technology for structuring data. .NET 2.0 provides much needed functionality to enable one to build XML-based applications. The Read More...
This looks like an article worth holding onto for an overview or review of tracing, performance counters and monitoring. Visual Studio .NET Developer: Diagnosing and Debugging with the System.Diagnostics Namespace Jani Jarvinen gives you a tour of System.Diagnostics: Read More...
Here's another approach to AJAX that uses HTTP Handlers and .NET and is worth further investigation in the future if I really want to go down that road. Read More...
I just came across a collection of brief video clips by MSDN UK. It looks like there's some potential here to get an introduction to some interesting topics over lunch or whenever I have a couple free minutes. Read More...
These are a couple articles introducing the Model View Controller Pattern, how to use it with the User Interface Process Application Block and test the user interface . Read More...
I'd like to read this article on the My Namespace on MSDN. It doesn't look like anything out of this world, but could be a good resource for when I start playing with the new stuff. Simplify Common Tasks by Customizing the My Namespace Underlying the Read More...
The Fog Creek Copilot looks like a pretty cool tool. I'll have to give it a try next time someone needs help. The progress is documented in the Project Aardvark Midterm Report . Too bad it won't help me fix Aunt Chris' dial up connection. Read More...