The Artima Developer Community
Sponsored Link

.NET Buzz Forum
An Argument For C#

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Eric Wise

Posts: 126
Nickname: ewise
Registered: Apr, 2005

Eric Wise is a senior .NET consultant.
An Argument For C# Posted: Jun 30, 2005 5:27 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Eric Wise.
Original Post: An Argument For C#
Feed Title: Eric Wise
Feed URL: /error.htm?aspxerrorpath=/blogs/eric.wise/rss.aspx
Feed Description: Business & .NET
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Eric Wise
Latest Posts From Eric Wise

Advertisement

<Begin Musing>

I was reviewing some code the other day from one of my developers who recently made the jump from classic ASP to ASP .NET and I found that the developer was using a lot of the old VB core functions like cint(), dateadd() etc instead of their new .NET Framework counterparts.

In my opinion, it is preferred to use the .NET Framework methods whenever possible instead of the VB Specific ones both for potential compatibility for porting code to other .NET languages and because of my unverified belief that some of the Framework specific functions may be more efficient.

So I got to thinking about ways that we could pursue to help make these developers aware of the framework functions and more importantly break the "bad habit" of using the old school functionality beyond tools like FX Cop.  The problem is not the talent or intelligence of the developers, but more of a habitual one.  It struck me that this would be one of the main benefits of transitioning from vb 6.0 to C#... it would force you to leave behind the old school VB functions we all know and love and learn the Framework.

</End Musing>

Read: An Argument For C#

Topic: CLR Profiler for .NET Framework 2.0 Beta 2 Previous Topic   Next Topic Topic: an open-source Constraint Solver?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use