Your boss would make about as much sense if he wanted you to move to Eclipse for family reasons and other reasons associated with the Dow Jones Industrial average. There's a fat non sequitur or two hiding in there somewhere.

I'm fairly experienced with .NET and Perl, so:

Using Visual Studio.NET isn't going to help you build code that creates SQL/DDL any better than Emacs/vim will. VS.N does offer some nifty tools for creating queries, stored procedures, etc., but doesn't offer squat in the way of creating code that will let you 'burn' databases. Using ADO.NET might give you better performance than using DBI, but that's probably not going to matter unless you are creating hundreds of databases at the same time.

VS.N has about as much to do with security as Notepad does. The .NET platform (which is not the same thing as VS.N) does have some spiffy APIs for users/groups/permissions which makes it easier to code securely (if you even know HOW to code securily), but there's precious little about .NET that makes it inherently more secure than Perl or even Java.

I don't have a whole lot bad to say about .NET. I just know that its still alot easier to do most things w/Perl, at least for me. I've never tried the .NET version of Perl ($295!) but I have read positive things about it.

It sounds to me like your boss just thinks that .NET is just somehow 'cooler' or more buzzword-compliant. And that eventually he/she will want you to code with C# or (be very afraid!) VB.NET.

Hanlon's Razor - "Never attribute to malice that which can be adequately explained by stupidity"

In reply to Re: VisualStudio.Net and Perl by Art_XIV
in thread VisualStudio.Net and Perl by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.