InfoQ Homepage .NET Content on InfoQ
-
Five Habits of Highly Effective Software Developers
What are some of the code-level practices of highly effective developers? Robert Miller wrote a detailed article on Java.NET covering 5 practices which could apply to any language, including minimalist constructors, methods with clear focus and intent, minimizing logic in mutating methods, and minimizing dependendies between behaviour methods.
-
Team Edition for Database Professionals ("DataDude") CTP 5 Released
Microsoft has released the 5th CTP of Visual Studio Team Edition for Database Professionals, Microsoft's new database development product designed for managing all database change. Team Data for short, or "DataDude", is the first Microsoft tool to provide automatic support for database unit testing, generating test data, and refactoring.
-
Developers Petition Microsoft to Rename .NET Framework 3.0
A group of developers are petitioning Microsoft to change the name of the announced ".NET Framework 3.0" back to "WinFX" or another less-confusing name. The source of the confusion is that the .NET Framework 3.0 will still run on version 2.0 of the CLR, which many consider synonymous with "the .NET framework." The petition has 210 signatures at the time of this writing.
-
VS.NET 2003 SP1 Released
The long-awaited Service Pack 1 for Visual Studio.NET 2003 was released earlier this week. SP1 fixes over 400 VS.NET 2003 bugs , including the top 50% of VS.NET crashes reported using through the Windows Error Reporting Service. Most notable from the fix list are several IntelliSense fixes, plus resolutions to assorted IDE crashes.
-
Interview: Real-World Agile for .NET Developers
Kathleen Richards interviews Robert C. Martin about his new book, co-authored with his son Micah: "Agile Principles, Patterns and Practices in C#," which puts Agile practices to work in a .NET environment,
-
Seven Deadly Sins of Programming
Eric Gunnerson, C# Community Coordinator at Microsoft, has posted his list of the Seven Deadliest Sins of Programming: * Excessive Coupling * Inappropriately Clever Code * Deferred Refactoring * Premature Optimization * Overuse of Virtual (C#) or Overridable (VB.NET) * Overuse of Inheritance * Premature Generalization
-
InfoQ Article: Why Would a .NET Programmer Learn Ruby on Rails?
.NET developer Stephen Chu gives us some insight into his transition to Ruby on Rails programming. Quote: "By being loyal to one technology stack, I am bound to unconsciously make biased decisions, which will ultimately hinder my ability to deliver business value."
-
MSDN Architecture Center Launches Vertical Sites
The MSDN Architecture Center has released 3 industry-focused vertical sites, and one devoted to Microsoft Office as a solutions platform: * Financial Services Industry Center * Manufacturing Industry Center * Retail Industry Center * Office System for Architects
-
Debate: Public Fields and Naming Conventions
Jeff Atwood's blog post earlier this week has stirred up debate in the .NET community on properties vs. public fields and naming conventions for .NET. After first suggesting to use public variables in place of properties, Jeff retracted this suggestion. Also at issue, using case to distinguish public properties vs. m_ or _style-prefixes, and SCREAMING_CAPS constant declarations.
-
Opinion: Flex can transform the user experience on the web
Adobe's Christophe Coenraets, recently blogged on how Flex can transform the user experience on the web. The Flex SDK was recently made free, and combined with the ubiquity of the Flash VM, Flex could have a potential to be the platform of choice for ajax-style rich web development. Christophe stressed a number of features that are not unique by themselves yet valuable when used together.
-
New Atlas Control Toolkit Released
Microsoft has released a new version of the Atlas Control Toolkit with 5 new controls: DynamicPopulate populates an element with HTML content from the server, FilteredTextBox prevents unwanted characters from being entered, PagingBulletedList adds paging to a bulleted list, PasswordStrength provides feedback about password strength as entered, and Rating displays a "4 out of 5 stars" interface.
-
Ruby Compilation on .Net Maturing
John Gough, a professor at Queensland University of Technology, talked about his team's work with Ruby .Net compilation at the recent Microsoft Lang.NET 2006 Symposium.
-
New Article on ASP.NET ViewState Intricacies
Dave Reed has written an article on Truly Understanding ViewState that describes exactly how to plan ASP.NET control initialization and creation when working with child controls, dynamically added controls or when developing custom controls. Proper ViewState usage will keep page sizes smaller, leading to much greater performance and scalability for ASP.NET applications.
-
Microsoft Releases MSDN Library as Free Download
Microsoft has released the MSDN Library as a free public download. The library was previously only available to MSDN subscribers, though most of the information was already available through the MSDN website. The Library is current as of May 2006, and will be updated with future versions for free download.
-
Microsoft Counting On Scrum and XP
When Microsoft launched SQL Server 2005 last fall, ending a five-year wait for major revisions, Steve Ballmer acknowledged "It's been a bit long in the making, we're committed to a much closer cycle time."eWeek reports that they will do this using agile development methodologies, such as XP and Scrum. Yet they won't mandate methodology, stressing product quality instead to encourage improvement