Re: Why Microsoft Why???

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I feel your pain (as a former VB 6.0 and Classic ASP) guy myself.

What I found to be the major hurdle to get over is that you need to
understand that VB .NET and ASP .NET are *completely different* from its
earlier counterparts. Don't try to learn VB.NET and ASP.NET with
expectations of how or what should work because of the way you used to do
it.

VB.NET is a completely different language from VB 6.0 and while some surface
features look the same as VB 6.0, they run from completely different
runtimes and operate on very different rules.

ASP.NET is also night vs. day as compared to Classic ASP.

The bottom line is: Come to .NET without any pre-conceived notions of how
something is written and how something works. Learn it from the ground up,
starting with the .NET Framework. Learn and understand what the Framework
is, what it does and how it does it. Then go and learn the syntax of the
language you wish to use.


"Randall Arnold" <rgarnold@xxxxxxxxxxxxxx> wrote in message
news:%23nTstd2DGHA.2628@xxxxxxxxxxxxxxxxxxxxxxx
>I feel the guy's pain.
>
> Maybe asp.net is all you say, but that's hard to discern when traditional
> vb and/or asp developers first dive in. And right now I find the
> documentation to be less than enlightening-- in fact, the more I read
> about asp.net, the less I seem to know and understand. It just get
> increasingly confusing.
>
> I'd pay good money for some decent, real-world, useful docs...
>
> Randall Arnold
>
> "Scott M." <s-mar@xxxxxxxxxxxxx> wrote in message
> news:e6uwqUVDGHA.1032@xxxxxxxxxxxxxxxxxxxxxxx
>>> Why has Microsoft turned it's back on ASP developers?
>>
>> If you take the time to look at what ASP.NET offers and how it offers it,
>> you'll understand that ASP.NET is FAR more robust, reliable and the
>> capabilities of ASP.NET FAR exceed what is possible with Classic ASP.
>>
>>> .Net makes it extremely difficult to
>>> * Post to another page
>>
>> Posting to another page is done exactly the same way it has always
>> been done. In ASP.NET however, the *need* to post to another page is
>> greatly reduced, so ASP.NET pages post back to themsleves by default.
>>
>>> * Make a side navigation menu
>>
>> There is nothing in .NET that would change how you do this.
>>
>>> * Conditional formatting of a table based on a dataset
>>
>> Quite the opposite. DataGrids, DataLists, DataTables & Repeaters all
>> greatly improve your abilities when connecting to and displaying data.
>>
>>> * Upgrade ASP to ASP.Net
>>
>> Classic ASP pages can co-exist with ASP.NET pages, so there's no need to
>> migrate everything all at once. Yes, there will be re-writes, but that's
>> only because you are going from VBScript (Interpreted, Loosly-Typed,
>> Limited) to VB.NET (Compiled, Strongly-Typed, Robust).
>>
>>> Why would they do this? I am seriously considering jumping ship and
>>> going
>>> to php. I have enjoyed Office developement but they are working against
>>> us.
>>
>> The fact that you've made these statements just tells me that, rather
>> that actually looking into what .NET is and the benefits is has to offer,
>> you have made your decision based on what will cause you the least amount
>> of work.
>>
>> PHP can't hold a candle to what ASP.NET is and what it has to offer.
>>
>>
>
>


.



Relevant Pages

  • Re: Why Microsoft Why???
    ... >> Why has Microsoft turned it's back on ASP developers? ... > capabilities of ASP.NET FAR exceed what is possible with Classic ASP. ... > PHP can't hold a candle to what ASP.NET is and what it has to offer. ...
    (microsoft.public.dotnet.general)
  • Re: Why Microsoft Why???
    ... > Why has Microsoft turned it's back on ASP developers? ... capabilities of ASP.NET FAR exceed what is possible with Classic ASP. ... Classic ASP pages can co-exist with ASP.NET pages, ... PHP can't hold a candle to what ASP.NET is and what it has to offer. ...
    (microsoft.public.dotnet.general)
  • Re: Web based Access Applications
    ... php is the most common cost-less language. ... > Classic ASP is always there and there is ASP.NET. ... So, I switched to PHP, which is much harder for me as an Access ... testbed environment and the deployment environment. ...
    (comp.databases.ms-access)
  • Re: page viewer web part
    ... pass the form values to your php app. ... Classic ASP would probably be a meta ... > the time or resources to convert our applications from PHP to .NET. ... > We were thinking we would use a page viewer web part to view these PHP ...
    (microsoft.public.sharepoint.portalserver.development)
  • ASP to PHP Conversion (x-posted)
    ... but I'm new to PHP and I didn't take the ... time to see which newsgroup would be best suited to this request. ... I'd like to convert an existing classic ASP ...
    (alt.php)