Hello!! This is viswanath...

Note: You can join me in discussion through the links which i have provided in the sidebar. Visit Quiz in the navigation link provided above to test your knowledge. Visit .NET chunks to explore your .NET programming skills. Visit BSB to check out BackStreetBoy's videos, albums,updates etc.

Thank you for visiting this blog. -Viswanath

Start MyPosts

Moderated Comments from
(From other related blogger pages i.e. .NET chunks, Quiz, BSB)

Comments (3)

On January 22, 2010 at 10:34 PM , Kapil said...

Before .NET
The C# programming language was designed for developing programs for Microsoft’s .NET
Framework. This chapter will take a brief look at where .NET came from, and its basic architecture.
Just to make sure you’re starting on the right foot, let me take this opportunity to remind
you of what is hopefully the obvious: C# sharp is pronounced see sharp.

1Windows Programming in the Late 1990s
In the late 1990s, Windows programming using the Microsoft platform had fractured into a
number of branches. Most programmers were using Visual Basic (VB), C, or C++. Some C and
C++ programmers were using the raw Win32 API, but most were using the Microsoft Foundation
Classes (MFC). Others had moved to the Component Object Model (COM).
All these technologies had their own problems. The raw Win32 API was not object-oriented,
and using it required a lot more work than MFC. MFC was object-oriented, but was inconsistent
and getting old. COM, although conceptually simple, was complex in its actual coding, and
required lots of ugly, inelegant plumbing.
Another shortcoming of all these programming technologies was that they were aimed
primarily at developing code for the desktop rather than the Internet. At the time, programming
for the Web was an afterthought and seemed very different from coding for the desktop.

 
On January 23, 2010 at 2:31 PM , sai viswanath pvks said...

Yes kapil you are right in what you mentioned above...

But i reckon that today windows and web programming are siblings to each other and they are programmed nearly in a similar fashion.

Thank you for posting your comments...

 
On January 23, 2010 at 2:33 PM , sai viswanath pvks said...

View your on the page

www.sai2viswanath.blogspot.com

thank you
-viswanath

 

End MyPosts