Bug in .NET 2.0

Posted by: Sahil Malik [MVP], on 08 Jun 2005 | View original | Bookmarked: 0 time(s)

This in my opinion is a bad bug. I had blogged about this earlier today, but Here is another scenario where this is clearly an issue.

Say your deployment pushes parts of your app as small dlls - this is quite common as a matter of fact for partial production pushes in small companies with a small fixed number of customers to support. You rely on the fact that if the signature of the dll doesn't change, you can push a patch without changing it's callees (assembly shouldn't be strongly named for this to work). By doing so, you can push out obsolete code, and the old parts of the application *still* continue to use the obsolete code - which IMO is ultra bad. Such kind of scenarios get tough to control & track in large deployments.

In short, the framework itself, simply ignores the ObsoleteAttribute - which in my opinion is incorrect and easily fixable.

The bug is reported right here. If you agree with my views, please do vote on it.

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: ASP.NET | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1029 | Hits: 101

Similar Posts

  • Html Encoding Nuggets With ASP.NET MVC 2 more
  • View and print Reporting Services Reports from Silverlight. more
  • ASP.NET 4 Web Server Here Shell Extension more
  • VS2010 Beta2 performance and other issues more
  • How to fix Sys.WebForms.PageRequestManagerParserErrorException in ASP.NET 2.0 AJAX 1.0 more
  • Examining ASP.NET 2.0's Membership, Roles, and Profile - Part 17 more
  • A RouteHandler for IHttpHandlers more
  • Spot the Bug! Much Ado about Nothing (Jonathan Aneja) more
  • Spot the Bug! Much ado about Nothing Part 2! (Jonathan Aneja) more
  • Dump debugging with Parallel Stacks more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD