| | any thread about .net and C#. i presume there is no thread about it... hence... here is one... share your information about C# and .net and anything... concerning it... |
|
|
.Net is a new change in web solutions technology... as far as i know... the main feature is around ASP.net and i dont know much about it...
soon will explore the depth and produce a short tutorial for fellow members.... so wait...
ahem! no double posting and kindly use the edit button
about dot.net and c#, c# is an another prog languages came from c++ which is safer and but not as powerfull as the latter(no pointers i'll post next time i have feed my brain.
the way java was based on c++, trying to rule out the biggest flaws of c++, c# is based on java.
it's just one part of the .net platform, there's j# en vb.net and asp.net, which actually is just a way to program for webapplications and uses either vb.net & c# best way to program for .net apps is getting visual studio.net, a ms product that costs quite a bit, but it's worth it's money. anything you want to know, just ask
C# and the whole dot net is Microsofts latest attempt to tie programmers to their operating systems.
Well, .NET has a great power on programming web sites... Is true that C is most cross OS language, and that C# is a windows-only language... But with SDK's like mono yu can run it on Linux, so is not that tied up to Windows...
Has a great set of libraries that help you make almost everything more easily... I like it better than C+ or C++ 'cause it has a easies and more understandable sintax...
If you are interested have a llok at the beginning videos for LearningVisualStudio.net. They are excellent in showing how to approach this language.
QUOTE(neno.tu @ Dec 12 2004, 02:59 PM) Well, .NET has a great power on programming web sites... Is true that C is most cross OS language, and that C# is a windows-only language... But with SDK's like mono yu can run it on Linux, so is not that tied up to Windows... Has a great set of libraries that help you make almost everything more easily... I like it better than C+ or C++ 'cause it has a easies and more understandable sintax... QUOTE(Hercco @ Dec 11 2004, 12:34 PM) C# and the whole dot net is Microsofts latest attempt to tie programmers to their operating systems. I disagree. I love the infrastructure and architecture of DotNet, and in particular C#. Let me explain: The .NET framework is precisely thus: a framework. It provides a frame of methods and classes and namespaces to do things that one would like to do - run GUIs, internet, data processing, lots of collection and utility classes etc. It also provides a language in which to use them, a very object-orientated set of semantics. The various different languages, C#, .NET, C++.NET, Delphi.NET (produced by Borland, hence proving this isn't an entirely microsoft thing) all then can use this framework and is compiled to .NET bytecode. Microsoft then provides an interpreter for this bytecode for Windows (but there is also in production an implementation of the bytecode interpreter for Linux, hence once this is done .NET bytecode can be run on Linux, the same bytecode that would work on Windows.) On one level, the .NET framework provides a nice way of abstracting things off: You have the bytecode, produced in any language you wish, that can then run on many platforms - both platforms have a GUI implementation, that has the same behaviour and properties so you can use code for both systems. Thus, the entire .NET system is object-orientated itself, which is how things should be done in a modern world and make sense. Another thing I love is the actual power of the framework from the object orientated point of view: the notation is very nice and it allows you to do everything, <i>full</i> object-orientated power (in a way unlike any previous microsoft language,) very consistent notation not treating system things specially to anything you would do, and has some quite outstanding features compared to Java or VB.Net, particularly in Framework Version 2.0 including generics (polymorphic data types, for those from the Functional Programming world,) Anonymous functions (Yayy! LAmbda abstractions in Real Life not just in Academia!) and even co-routines (or at least a beautiful iterator-translation implementation of them.) The .NET framework and in particular C# are now my language of choice for most general tasks, and I have used it in industry last summer writing a generic object-orientated machine simulator.
C# and the whole dot net is Microsofts latest attempt to tie programmers to their operating systems. C# is honestly a great language from microsoft. It's easy to learn, the compilers are free and it really is turning into a solution for true cross-platform development. I don't know if the mono project has anything to do with it, but microsoft has actually gone open-source with v.3.5 of the .Net Framework. I'm sure the mono development teams will soon be scouring the source code and developing a real port for linux and other operating systems. Visual Studio 2008 has just been released. In C# this introduces LINQ for creating objects out of Relational SQL Server databases and WPF for creating visually compelling windows applications and stand-alone browser applications. In Web Developer microsoft got away from that really annoying theme engine they built in '05 and created an extremely nice CSS based theme engine. I hate microsoft products as much as the next programmer, but if they keep cranking out open-sourced updates like they did this year, I'm all for it! I still wish google would build a cross-platform framework complete with visual development tools. Microsoft then provides an interpreter for this bytecode for Windows Actually, CLR provides just-in-time compiler, which compiles IL (bytecode) just once on demand. So, potentially, C# code can be faster than C++.
Recent Queries:-
Keywords : net dot net
|
|
![]() C# And .NET - Know about C# and dot.Net |
| ADD REPLY / Got an Opinion! | a humble request :-) | RAPID SEARCH! | Free Hosting | [X] |
|
Express your Opinions, Thoughts or Contribute more info. to help others. Ask your Doubts & Queries to get answers, So that "Together We can help others!" |
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP. | 500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE |
|