Signal-to-Noise #3

SQL Server Yukon seems to be the highlight in MSDN Mag (Feb 2004 issue)?with articles on?Yukon Basics, XML in Yukon, T-SQL in Yukon, Types (and Managed UDTs)?in Yukon etc. Working with the System Registry using .NET Comparing the three Timer Classes (System.Windows.Forms.Timer, System.Timers.…

Signal-to-Noise #2

The Republic Day (Mon, 26th Jan) is near while the odd rains in and around New Delhi will hopefully not confine people indoors?during this long weekend. To me, the most amazing sight in the city this time of the year is the evening view of the Rashtrapati Bhavan (Presidents…

Signal-to-Noise #1

To organize my blog better I’m starting this new category of posts called Signal-to-Noise. Such posts will basically be aggregated random links, ideas, thoughts and resources from the .NET community and the technology sector. Here’s today’s scoop … A look at the .NET Authorization…

Rory Rocks .NET

Rory Blyth is interviewed this week at .NET Rocks! 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.…

"use the filesystem as your database"

Stuart Langridge, writes about why he doesn’t like databases and why to “use the filesystem as your database” (in context to the backend of a blog, I guess). IMO, it may hold some value to design a filesystem-driven data tier for ease-of-deployment or ease-of-maintenance?(not that…

Improving .NET Application Performance and Scalability

Beta 2 of Improving .NET Application Performance and Scalability from the Patterns and Practices book. As?Sam Gentile?blogged about beta 1 of this book, it contains a wealth of information for all .NET developers, but most particularly Architects. A must read! [Quick Tip] Scott Hanselman shares some JavaScript code…

DataTable and Relational Operators

DavidM is running some interesting notes on DataTable Relational Operators (in C#) — Introduction, JOIN, UNION, DISTINCT helper method, DIFFERENCE / MINUS, PRODUCT, DIVIDE, PROJECT. Each of these methods have various overloaded signatures and could easily be extended. David?will dedicate a post for each of these operators. Also, a new…