-
Microsoft redrawing Visual Studio.Net
http://news.cnet.com/news/0-1003-200...00.html?tag=lh
--
Patrick Steele
(psteele@ipdsolution.com)
Lead Software Architect
Image Process Design
-
Re: Microsoft redrawing Visual Studio.Net
Patrick Steele <psteele@ipdsolution.com_> wrote:
>
>http://news.cnet.com/news/0-1003-200...00.html?tag=lh
>
>--
>Patrick Steele
>(psteele@ipdsolution.com)
>Lead Software Architect
>Image Process Design
Yeah Got that one on Zdnet too
http://www.zdnet.com/zdnn/stories/ne...kpt=zdhpnews01
-
Re: Microsoft redrawing Visual Studio.Net
"Bixhorn said the company had planned to change the value of the programming
word "true" to make it uniform with the C++ and Java languages, revamping
how collections of items, known in software lingo as "arrays," were defined,
and a syntax tweak to the way "and" and "or" were used.
All three proposed changes will be scrapped, Bixhorn said."
Is it my imagination, or is CNET the most gullible news organization in the
net?
--
Jonathan Allen
"Patrick Steele" <psteele@ipdsolution.com_> wrote in message
news:MPG.1535509c8d03718898972e@news.devx.com...
>
> http://news.cnet.com/news/0-1003-200...00.html?tag=lh
>
> --
> Patrick Steele
> (psteele@ipdsolution.com)
> Lead Software Architect
> Image Process Design
-
Re: Microsoft redrawing Visual Studio.Net
I think Wylie Wong is going to be in big trouble. Normally you can't submit
the same article to two different newspapers, as they both will want
exclusive rights.
--
Jonathan Allen
"Parag" <pa_v@yahoo.com> wrote in message news:3acb8c18$1@news.devx.com...
>
> Patrick Steele <psteele@ipdsolution.com_> wrote:
> >
> >http://news.cnet.com/news/0-1003-200...00.html?tag=lh
> >
> >--
> >Patrick Steele
> >(psteele@ipdsolution.com)
> >Lead Software Architect
> >Image Process Design
>
> Yeah Got that one on Zdnet too
>
http://www.zdnet.com/zdnn/stories/ne...chkpt=zdhpnews
01
>
-
Re: Microsoft redrawing Visual Studio.Net
"Patrick Steele" was first to say:
> http://news.cnet.com/news/0-1003-200...00.html?tag=lh
If this is true, I'm delighted about arrays, and retaining and/or's double
duty is pretty cool, too.
Hopefully, it's enough to let some folks start working towards their
personal migration.
-
Re: Microsoft redrawing Visual Studio.Net
Jonathan Allen <greywolf@cts.com> wrote:
> I think Wylie Wong is going to be in big trouble. Normally you can't submit
> the same article to two different newspapers, as they both will want
> exclusive rights.
C|net and zdnet are owned by the same company.
--
Dave Rothgery
Picking nits since 1976
drothgery@myrealbox.com
http://drothgery.editthispage.com
-
Re: Microsoft redrawing Visual Studio.Net
"Jonathan Allen" <greywolf@cts.com> wrote in message news:3acb9518@news.devx.com...
> Is it my imagination, or is CNET the most gullible news organization in the
> net?
http://www.zdnet.com/eweek/stories/g...704915,00.html
-
Re: Microsoft redrawing Visual Studio.Net
When I first saw the articale about MS gowing back to the drawing table with
some VB6 to VB.Net issues, I certainly expected to see more than the 3
issues mentioned. Is that the sum total of the "redrawing"?
-
Re: Microsoft redrawing Visual Studio.Net
The 3 changes make porting of existing apps so simple now...NOT! I can
kind of understand if the journalist is unware of the details of VB.Net but
I hope that Mr. Bixhorn is quoted out of context as I would hate to think
that he of all people should be that overwelmed by the new changes.
-
Re: Microsoft redrawing Visual Studio.Net
"Ara Ashikian" <ashikian@structural-concepts.com> wrote in message
news:3acba890$1@news.devx.com...
> When I first saw the articale about MS gowing back to the drawing table with
> some VB6 to VB.Net issues, I certainly expected to see more than the 3
> issues mentioned. Is that the sum total of the "redrawing"?
Wazzamatter? You aren't ecstatic yet?
--
http://www.mvps.org/vb/rants/vfred.htm
-
Re: Microsoft redrawing Visual Studio.Net
Kind of like the hype a few weeks back when MS was "expected" to announce
..Net on other OS's when it was simply things like xml/soap/Passport
technologies. Somehow hardle the same thing is it.
-
Re: Microsoft redrawing Visual Studio.Net
Is it and/or short circuiting that MS is removing?
"Jonathan Allen" <greywolf@cts.com> wrote:
>"Bixhorn said the company had planned to change the value of the programming
>word "true" to make it uniform with the C++ and Java languages, revamping
>how collections of items, known in software lingo as "arrays," were defined,
>and a syntax tweak to the way "and" and "or" were used.
>
>All three proposed changes will be scrapped, Bixhorn said."
>
>
>Is it my imagination, or is CNET the most gullible news organization in
the
>net?
>
>
>--
>Jonathan Allen
>
>
>"Patrick Steele" <psteele@ipdsolution.com_> wrote in message
>news:MPG.1535509c8d03718898972e@news.devx.com...
>>
>> http://news.cnet.com/news/0-1003-200...00.html?tag=lh
>>
>> --
>> Patrick Steele
>> (psteele@ipdsolution.com)
>> Lead Software Architect
>> Image Process Design
>
>
-
Re: Microsoft redrawing Visual Studio.Net
Hi Mark --
> Is it and/or short circuiting that MS is removing?
In Visual Basic 6 and earlier versions, the Boolean operators "and" and "or" were
both logical operators and bitwise operators. In the .Net version, Microsoft had
scrapped the bitwise operator, which was used only in specific circumstances for
graphics. But complaints led Microsoft to add it back in for the second beta.
- http://www.zdnet.com/eweek/stories/g...704915,00.html
Later... Karl
-
Re: Microsoft redrawing Visual Studio.Net
Hi Ara --
> The 3 changes make porting of existing apps so simple now...NOT! I can
> kind of understand if the journalist is unware of the details of VB.Net but
> I hope that Mr. Bixhorn is quoted out of context as I would hate to think
> that he of all people should be that overwelmed by the new changes.
Hmmm, you're not ex-static, huh? Well, I guess I saw that coming. Told 'em so, too,
but did they listen to me? <bg>
Ari's not the one that _supposed_ to be overwhelmed, btw.
Sorry... Karl
--
http://www.mvps.org/vb
-
Re: Microsoft redrawing Visual Studio.Net
<<When I first saw the articale about MS gowing back to the drawing table
with
some VB6 to VB.Net issues, I certainly expected to see more than the 3
issues mentioned. Is that the sum total of the "redrawing"?>>
My thoughts exactly...
The stuff I hated goes way beyond those simple changes.
Dave
"Ara Ashikian" <ashikian@structural-concepts.com> wrote in message
news:3acba890$1@news.devx.com...
> When I first saw the articale about MS gowing back to the drawing table
with
> some VB6 to VB.Net issues, I certainly expected to see more than the 3
> issues mentioned. Is that the sum total of the "redrawing"?
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks