Click here to Skip to main content
15,910,878 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .Net Framework 1.1 not Installing in Windows Server 2003 Pin
Dave Kreskowiak13-May-11 2:17
mveDave Kreskowiak13-May-11 2:17 
GeneralRe: .Net Framework 1.1 not Installing in Windows Server 2003 Pin
Ravi Sant12-May-11 0:39
Ravi Sant12-May-11 0:39 
QuestionNoob needing help from programming pros... Pin
shingouki200210-May-11 6:51
shingouki200210-May-11 6:51 
AnswerRe: Noob needing help from programming pros... Pin
AspDotNetDev10-May-11 7:28
protectorAspDotNetDev10-May-11 7:28 
AnswerRe: Noob needing help from programming pros... Pin
DaveyM6910-May-11 10:29
professionalDaveyM6910-May-11 10:29 
AnswerRe: Noob needing help from programming pros... Pin
Luc Pattyn10-May-11 11:31
sitebuilderLuc Pattyn10-May-11 11:31 
AnswerRe: Noob needing help from programming pros... Pin
Abhinav S10-May-11 21:59
Abhinav S10-May-11 21:59 
AnswerRe: Noob needing help from programming pros... Pin
MicroVirus26-May-11 0:10
MicroVirus26-May-11 0:10 
To add a little to what's already been said:
Programming in .NET means you limit yourself to Windows. The advantages are that you can rapidly develop applications; both the interface is very easy to create (just drag and drop controls, visually) and when coding there are a lot of classes (like lists, arrays, sorted lists, stacks, etc) already created for you. No matter what 'language' you choose in .NET, it's fully object oriented. Personally, I suggest C#, but you can also use VB.NET is you like Visual Basic better. In .NET, the difference is almost entirely in style: both .NET languages have the same keywords, they're just named differently, e.g. in C# you use if (cond) {body} and VB.NET uses If cond Then ... End If. I'd go as far as calling all .NET languages the same (except for the internet languages, such as ASP.NET). You *could* use C++.NET but it's a horrid and deformed mix of C++ and .NET (imho). Better stick to C# or proper C++ then.

If you're more into scientific computing, or lower level interaction with the operating system, or just like it better, there's C++. Interfaces are painful as anything to create, so mostly you'll end up creating console applications. If you want to create an interface, almost always you'll pick a library which can do this for you and work with that, rather than coding it yourself. Code written in C++ does however run much faster, and you are far more low level, having to manage the cleanup of allocated memory yourself. I personally love C++, but when I want something with an interface I use C#.

Best idea is probably to start with a .NET language, as you can get going with programming your own idea's quite quickly after you've (re)learned the basics. Later, when you are comfortable with programming again you can check out C++.
That's my advice. And, as said above, once you know which language you want, get a good book with lots of examples to program yourself to teach you. Nothing like a good book ...

Best Regards,
MicroVirus
QuestionHow to solve 'Could not Load type MyApplicationName.Global' error Pin
meeram3959-May-11 2:02
meeram3959-May-11 2:02 
AnswerRe: How to solve 'Could not Load type MyApplicationName.Global' error Pin
Richard MacCutchan9-May-11 3:07
mveRichard MacCutchan9-May-11 3:07 
GeneralRe: How to solve 'Could not Load type MyApplicationName.Global' error Pin
meeram3959-May-11 18:31
meeram3959-May-11 18:31 
GeneralRe: How to solve 'Could not Load type MyApplicationName.Global' error Pin
Richard MacCutchan9-May-11 21:53
mveRichard MacCutchan9-May-11 21:53 
GeneralRe: How to solve 'Could not Load type MyApplicationName.Global' error Pin
meeram3959-May-11 23:34
meeram3959-May-11 23:34 
GeneralRe: How to solve 'Could not Load type MyApplicationName.Global' error Pin
Richard MacCutchan10-May-11 0:24
mveRichard MacCutchan10-May-11 0:24 
GeneralRe: How to solve 'Could not Load type MyApplicationName.Global' error Pin
meeram39510-May-11 1:25
meeram39510-May-11 1:25 
QuestionCould not load file or assembly 'PresentationFramework Pin
Pranit Kothari8-May-11 20:08
Pranit Kothari8-May-11 20:08 
AnswerRe: Could not load file or assembly 'PresentationFramework Pin
Pete O'Hanlon8-May-11 20:18
mvePete O'Hanlon8-May-11 20:18 
GeneralRe: Could not load file or assembly 'PresentationFramework Pin
Pranit Kothari8-May-11 20:22
Pranit Kothari8-May-11 20:22 
GeneralRe: Could not load file or assembly 'PresentationFramework Pin
Pete O'Hanlon8-May-11 20:53
mvePete O'Hanlon8-May-11 20:53 
GeneralRe: Could not load file or assembly 'PresentationFramework Pin
Pranit Kothari9-May-11 6:22
Pranit Kothari9-May-11 6:22 
QuestionExecuting Javascript in .NET code Pin
GlobX1-May-11 15:22
GlobX1-May-11 15:22 
AnswerRe: Executing Javascript in .NET code Pin
Ravi Sant4-May-11 1:04
Ravi Sant4-May-11 1:04 
AnswerRe: Executing Javascript in .NET code Pin
AspDotNetDev4-May-11 8:53
protectorAspDotNetDev4-May-11 8:53 
QuestionMessage Removed Pin
1-May-11 1:31
www.alexey-zimarev.info1-May-11 1:31 
AnswerRe: What is your impression of .NET 4.0? Pin
PIEBALDconsult1-May-11 4:29
mvePIEBALDconsult1-May-11 4:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.