473,545 Members | 2,081 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Dvorak: Vista helps developers (what is he talking about?)

Dvorak is always interesting, albeit speculative. What hidden gem has
he found in Vista that helps developers? It can't be .NET/CLI, that's
been out forever.

RL

Vista rollout hides reality
Commentary: It's not about customers, it's about developers
By John C. Dvorak
Last Update: 2:44 PM ET Jan 31, 2007

http://www.marketwatch.com/news/stor...yhoo&dist=yhoo

The real winning aspect of Vista seems to be under the hood. NOT from
the users perspective, but from the developers perspective. This is
the untold story of Vista that makes it a powerful real winner for
Microsoft in the long run.
What I'm told is that true the underpinnings of the API (applications
programming interface) make it so easy to code fancy-looking and
powerful programs to work with Vista that the developers should be
able to implement ideas now that they never could before.
This should guarantee continued dominance by the company because
developers are the ones who make the applications that people buy to
make computers useful. Developers have always been attracted to the
Microsoft platform because of the size of the market. Now if their job
is made even easier they can develop more products thus assuring
continued domination of the platform.
This is not rocket science. Steve Ballmer knew this when a few years
ago (available to witness on a much traded YouTube video) when he went
into a frenzied chant for a large audience shouting, "developers ,
developers, developers!" over and over. This, of course, mimicked the
old retail adage "location, location, location."
Question what are the three most important things to make Microsoft a
success?
If what everyone says is true, then Vista is a huge winner -- for
developers. In many ways this has always been the untold secret of
Microsoft's success with Windows and its domination. Windows itself
began as a concept to make things easier for developers.
The idea was to create a system whereby the developers did not have to
code drivers for the different devices to be used by the software. The
OS would do that work for you.
In fact Windows was originally called Interface Manager until a
marketing guy came along (apparently long gone) and called it Windows.
Vista will not be a winner because of its new features or fancy
looking user interface. It will be because the next must-have software
packages will be running on it and it will be something you'll have to
have. That's a lock.

Jan 31 '07 #1
20 1831
"raylopez99 " <ra********@yah oo.comwrote in message
news:11******** **************@ m58g2000cwm.goo glegroups.com.. .
Dvorak is always interesting, albeit speculative. What hidden gem has
he found in Vista that helps developers? It can't be .NET/CLI, that's
been out forever.
He's talking about the Windows Presentation Foundation aka WPF aka Avalon,
no?

Regards,
Will
Jan 31 '07 #2
On Jan 31, 3:20 pm, "William DePalo [MVP VC++]"
<willd.no.s...@ mvps.orgwrote:
"raylopez99 " <raylope...@yah oo.comwrote in message

news:11******** **************@ m58g2000cwm.goo glegroups.com.. .
Dvorak is always interesting, albeit speculative. What hidden gem has
he found in Vista that helps developers? It can't be .NET/CLI, that's
been out forever.

He's talking about the Windows Presentation Foundation aka WPF aka Avalon,
no?

Regards,
Will
Ah yes, Wikpedia also calls it .NET 3.0. Yet another language to
learn, as soon as I'm done learning .NET 2.0.

RL

Feb 1 '07 #3
Ah yes, Wikpedia also calls it .NET 3.0. Yet another language to
learn, as soon as I'm done learning .NET 2.0.
..NET 3.0 is literally .NET 2.0 + WCF, WPF, WCF
installing .NET3.0 will install 2.0 + the new frameworks.

--
Kind regards,
Bruno.
br************* *********@hotma il.com
Remove only "_nos_pam"
>
Feb 1 '07 #4
Thanks Bruno!

Please don't go out of your way to even answer this, but if you think
the .NET 3.0 is available now for C++ let me know. A quick Froogle
search showed it's out for C# and Visual Basic, but nothing yet for C+
+ (or, if so, it was buried beyond the first two pages of the Froogle
search menu). Seems like C++.NET is becoming the unwanted bastard
child of MS Visual languages, notwithstanding what the creator of C++,
B.S., says about all languages being roughly equal.

I hate upgrading since I have to beg for academic only evaluation
copies (I'm not spending more than $150 for any compiler, especially
when they change flavors every other year). Besides I code for fun,
not for a living.

RL

On Feb 1, 2:24 am, Bruno van Dooren [MVP VC++]
<bruno_nos_pam_ van_doo...@hotm ail.comwrote:
Ah yes, Wikpedia also calls it .NET 3.0. Yet another language to
learn, as soon as I'm done learning .NET 2.0.

.NET 3.0 is literally .NET 2.0 + WCF, WPF, WCF
installing .NET3.0 will install 2.0 + the new frameworks.

--
Kind regards,
Bruno.
bruno_nos_pam_v an_doo...@hotma il.com
Remove only "_nos_pam"


Feb 1 '07 #5
raylopez99 wrote:
Thanks Bruno!

Please don't go out of your way to even answer this, but if you think
the .NET 3.0 is available now for C++ let me know. A quick Froogle
search showed it's out for C# and Visual Basic, but nothing yet for C+
+ (or, if so, it was buried beyond the first two pages of the Froogle
search menu). Seems like C++.NET is becoming the unwanted bastard
child of MS Visual languages, notwithstanding what the creator of C++,
B.S., says about all languages being roughly equal.
..NET 3.0 is not language specific - the features are accessible from any
..NET language, including C++/CLI. You';; have a hard time finding C++
examples, I expect, but it's not because it won't work - it's simply a
matter of catering to the largest audience. The IDE extensions that are
currently available do only support C# and VB.NET, but you can use WPF or
WCF without using those IDE extensions (although it's potentially quite a
bit more tedious).

-cd
Feb 1 '07 #6
On Feb 1, 7:15 am, "Carl Daniel [VC++ MVP]"
<cpdaniel_remov e_this_and_nos. ..@mvps.org.nos pamwrote:
.NET 3.0 is not language specific - the features are accessible from any
.NET language, including C++/CLI. You';; have a hard time finding C++
examples, I expect, but it's not because it won't work - it's simply a
matter of catering to the largest audience. The IDE extensions that are
currently available do only support C# and VB.NET, but you can use WPF or
WCF without using those IDE extensions (although it's potentially quite a
bit more tedious).
Tx CD. I kind of understood what you're saying, but the devil is in
the details. Any time there are no examples, the language falls into
disuse IMO, for the Average Joe (if you're Bjorn Stroustrup of course
you can opine in your ivory tower and have industry worship you).
This creates even more incentive to switch to a language that has
examples. For example, in C++.NET, I could not find an example for a
generic SortedList, so I had to play around, from scratch and somebody
else's code, to find the right format for the itterator "IComparabl e"
and the "CompareTo" overridden method for sorting, until it was
working. Took me over an hour (I'm not a pro, but still) and it was
not time productive, though I got it to work and added it to my list
of example code in my directory. But it would have been better if the
Help menu of C++.NET 2.0/CLI had a specific example on this collection
class. Increasingly I find MS Visual Studio Help has examples for C#
and VB, but nothing for C++. Seems like C++ is increasingly becoming
like Pascal.

RL

Feb 1 '07 #7
"raylopez99 " <ra********@yah oo.comwrote in message
news:11******** **************@ j27g2000cwj.goo glegroups.com.. .
Any time there are no examples, the language falls into
disuse IMO, for the Average Joe (if you're Bjorn Stroustrup of course
you can opine in your ivory tower and have industry worship you).
This creates even more incentive to switch to a language that has
examples. ... Seems like C++ is increasingly becoming
like Pascal.
Perhaps, but I doubt it. Until something better comes along to displace it,
C++ will be used in the kind of applications for which it has always made
sense - especially those with hard performance or scalability constraints
which need to hug the hardware or the platform (in the case of this
discussion Win32).

IMO, C++/CLI and MC++ (the two managed "dialects" of C++) find their
usefulness in applications that need to be a little bit country and a little
bit rock-n-roll <g>, i.e. those that have both managed and native sides.

Regards,
Will
www.ivrforbeginners.com (Speech enabled telephony without tears)
Feb 1 '07 #8
raylopez99 wrote:
Tx CD. I kind of understood what you're saying, but the devil is in
the details. Any time there are no examples, the language falls into
disuse IMO, for the Average Joe
As far as I can see, most of the .NET examples on msdn are present in
C#, VB.NET and C++/CLI. They can't document everything in every
language, though. Most authors choose C# for library documentation and
examples, because it targest the widest audience. If you want to learn
about C++/CLI, you buy a book discussing the language. If you want to
learn about a spcific API, you buy a book discussing the API, most
probably using C# examples. That's just the way it is.

The only big feature in .NET that's absolutely not supported in C++ is
ASP.NET Web Forms development. I'm not sure if this will be covered in a
future version, but C++ is just too complex for simple scripting, methinks.

The rest is just syntactic sugar. For example, LINQ is very nice, but
the lack of C++ support is not a major issue, as the same SQL queries
can be performed in C++ rather easily, just using a different syntax.
Since C++ supports RAII, it doesn't require that much syntactic help as
other languages.

RAD developers will often choose C#, even the C++ fans, at least for the
GUI, at least until Microsoft provides a better designer. C++ still has
a place in solving large, complex problems, legacy and portable code,
and in programming the back-end in general. You can do everything except
Web Forms applications and scripting in C++ -- including Web Services.
C++/CLI won't be dropped so quickly as MC++ was.

Tom
Feb 1 '07 #9
William DePalo [MVP VC++] wrote:
>Dvorak is always interesting, albeit speculative. What hidden gem has
he found in Vista that helps developers? It can't be .NET/CLI, that's
been out forever.

He's talking about the Windows Presentation Foundation aka WPF aka Avalon,
no?
The original article is silly, and it's even sillier to cite it. Why?
Because it's saying nothing. Pure speculation and guesswork. What exact
"hidden" developer treasure is he talking about? He's got one thing
right, it's not about the customer!

Regarding WPF, it's flawed because it's not an open standard and it's
not cross-platform. Same limitation as ActiveX running within IE, same
security issues, same problems too with the constant nagging about not
having the correct permissions, or the correct version of the binaries
to make it work.

The nice thing with the W3C model is that it "just works", and it does
not require special permissions and does not put your computer at risk.

--
Gerry Hickman (London UK)
Feb 5 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
1237
by: JDeats | last post by:
This message is for any developers using Vista RC1 or RC2: I would like to know generally how you feel about developing with Vista using Visual Studio.NET 2003 or 2005. What are you likes what are your dislikes and have you encourted any major show stoppers regarding compatibility (i.e. things you could run on WinXP that will not work on...
13
3012
by: Mark Rae | last post by:
Hi, On Friday I attended the Microsoft EVO conference in London where they talked about Vista, Office 2007 and Exchange 2007 and how they all work together beautifully, how they were all "people-ready" etc... I asked a couple of questions about Visual Studio.NET on Vista, especially on 64-bit Vista, and they became *very* nervous... To...
56
3593
by: Squishy | last post by:
I tried installing my VS2005 Pro on Vista Ultimate 32 bit RTM today and got errors stating that VS2005 was not compatible with Vista. Microsoft......please pull your finger out of my ass and tell me this is a joke. It must be a joke....because I also have read that VS2002 and VS2003 will not be supported on Vista. This clearly violates...
62
4990
by: Tony Ciconte | last post by:
I have a rather complex commercial Acc2003 application (tab controls, 50K+ lines of VBA code, etc.) that will not run well at all on Windows Vista Ultimate. I have seen posts indicating that Acc2003 MDBs should work on Vista. However, our particular file has too many problems to be viable on a Vista platform. Even converting it to an Acc2007...
11
1656
by: DavidW | last post by:
The application installed okay, but attempted installation of SP1 produces an error 1606 ("Could not access network location VS Developers (cannot create group)"). It's hard to believe that any network access error should be fatal to installing the SP, but it's enough to kill it. KB article 886549 describes a fix for the problem by modifying...
0
7401
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7423
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7757
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5329
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3450
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3443
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1014
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
704
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.