Articles (RSS)

Articles

Yukon and Whidbey Delayed - Mad or Happy?

I'm sure that most of you have read or heard by now that the release date of both Yukon and Whidbey has been delayed. Most of those I've spoken to at Microsoft, Microsoft Partners, and in the Community have told me that while being disappointed with the news of a new timeframe, that they are more than happy to wait a little longer for the release. Why? Because they want the quality, the features, and the revolutionary technology these two extraordinary products are promising to deliver to be done right, or as close to right as possible, the first time.

 So instead of the old adage, get the product out on time (even though it may have bugs, or features had to be slashed) to get it into the customers hands and then deliver service pack after service pack until all the features are finally there – most times breaking older features that users have already implemented. They’ve decided to say screw that, let’s just push back the release, do the thing right the first time, and if need be “Add” features later. And sure, they’ll probably get scrutinized by competitors like Oracle (who still uses a date driven model) for not delivering the products on time, but I think in the end they’ll be better off.

 So I guess my question is what do you prefer?

 A: A date driven model where the corporation delivers on time but not always the best product

 B: A feature/application model where the corporation delivers a rock solid product sometimes in a modified time frame.

 I know that there are many other issues here, but I’m just wondering about the above.

New Article: SQL Server Disaster Recovery

SQL Server Disaster Recovery
By Microsoft Team
This bulletin gives an introduction on how to go about developing a disaster recovery strategy for SQL Server. Also included is a case study demonstrating typical considerations when designing a disaster recovery strategy. (Monday, December 08, 2003)

Read More     Discuss in the Forums     See More Articles

New Article by Alan Dean

Alan Dean has just put out his first article on DotNetJunkies:

Using Satellite Assemblies to Isolate Localised Resources
By Alan Dean
Utilizing the support in .NET for satellite assemblies is a powerful way to approach the problem of application globalization . The essential idea behind satellite assemblies is to isolate localizable resources from your main application, and from each other. If you thoroughly isolate your resources, then you will not need to recompile your application code in order to support any new culture. (Monday, November 17, 2003)

Read More     Discuss in the Forums     See More Articles

Distributed Computing, Large Databases and SQL Server, Grid Computing and Much More

Originally posted here: http://sqljunkies.com/weblog/donnymack/posts/382.aspx

The guy is just brilliant so I had to spread the knowledge

Great Presentations on many different cutting edge topics::http://research.microsoft.com/users/gray/jimgraytalks.htm

BIO

Jim Gray is a "Distinguished Engineer" in
Microsoft's
Scaleable Servers Research Group
and manager of Microsoft's
Bay Area Research Center (BARC).

Jim's primary research interests are in databases and transaction processing systems. His current work focuses on building supercomputers with commodity components, thereby reducing the cost of storage, processing, and networking by factors of 10x to 1000x over low-volume solutions. This includes work on building fast networks, on building huge web servers with CyberBricks, and building very inexpensive and very high-performance storage servers.

Jim also is working with the astronomy community to build the world-wide telescope . When all the world's astronomy data is on the Internet and is accessible as a single distributed database, the Internet will be the world's best telescope. This is part of the larger agenda of getting all information online and easily accessible (digital libraries, digital government, online science, ...).

Creating a Base Page Class? Read this First!

The ASP.NET Page Object Model

One Day in the Life of an ASP.NET Web Page

Dino Esposito
Wintellect

August, 2003

Applies to:Microsoft® ASP.NET

Summary: Learn about the eventing model built around ASP.NET Web pages and the various stages that a Web page experiences on its way to HTML. The ASP.NET HTTP runtime governs the pipeline of objects that transform the requested URL into a living instance of a page class first, and into plain HTML text next. Discover the events that characterize the lifecycle of a page and how control and page authors can intervene to alter the standard behavior. (6 printed pages)

http://msdn.microsoft.com/asp.net/?pull=/library/en-us/dnaspp/html/aspnet-pageobjectmodel.asp#aspnet-pageobjectmodel_topic2

New Article on Transforming XML to RSS By Jeff Julian

Introduction:

This site has tons of great content that changes very frequently. Many developers want to read these articles as soon as they come out, because they enjoy the content and the authors as well. Currently, the only way of knowing when an article is released, you must use your browser to surf to the site or the web services to manipulate the response in your own way. This may be fine for many of you, but there is another solution. Many users of this site have been introduced to the world of weblogs and many have downloaded and found their favorite aggregator for RSS and other syndication formats. MSDN has realized their readers are in the same situation and have introduced several different RSS feeds for their users to aggregate to for the most up-to-date information about their site. With these feeds gaining popularity, I decided to write this article as a solution to adding your own RSS feed with the XML you may already have on your site. This example will use the current web service  

http://www.dotnetjunkies.com/Tutorial/ShowContent.aspx?cg=5B95C756-BF7D-42F9-82E5-D58F8D94F756&forumid=4774

New Article on DNJ: Building a Full-Featured Custom DataGrid Control

Check it out:

Building a Full-Featured Custom DataGrid Control
By Dimitrios Markatos
In this article, we will examine and implement these very features and demonstrate how you can build your very own Datagrid control component, one that you will be able to customize, and more importantly reuse. Based on this ability, you will then end up with one powerful control that will have many implementations, from which you could learn about creating almost any other types of custom controls. (Tuesday, July 22, 2003)

Includes source code downloads in C#.
Read It Now! Read It Now!    Discuss it in the Forums! Discuss it in the Forums!