Tagged Questions
3
votes
1answer
1k views
Main differences between “Monodevelop” and “Visual Studio” [closed]
What are the main differences between Monodevelop and Visual Studio? I specifically want to know the differences while writing programs on C# language.
I want to know the difference because I am a ...
2
votes
7answers
499 views
Is there a quick and practical (hands on) way to learn another programming language?
Due to rather strange circumstances, I only have until Monday to learn (at least) the basics of PHP and .NET programming. I'm already fairly competent (though there is a lot of room for improvement) ...
4
votes
3answers
251 views
What are some good ways to get familiar with .Net's IL?
I recently accepted a job where I will be working with the IL a lot(on the team of a certain obfuscator that's included with Visual Studio).
They know I have little knowlegde of it, so I'll have ...
7
votes
3answers
1k views
websites that show real world scenarios for OOP beginners so that they can implement them
Since programmers learn more by implementing the real world scenarios rather then by gaining theoretical knowledge and concepts about programming, I wanted to know that is there any website that tells ...
5
votes
5answers
3k views
.Net developer planning to learn iOS development [closed]
I am a C#/.Net developer with 6 years of working experience and I have got some C++ background knowledge also. I have been thinking to learn iOS development. I want to know normally difficult the ...
4
votes
6answers
368 views
Bridging the gap between learning language fundamentals and actually making useful software?
I'm learning C# via the "Essential C#" Lynda.com video tutorials and plan to read a couple of books that cover things in more depth afterwards. My question is where I should head to learn more after ...
8
votes
8answers
814 views
Justification for learning/implementing newer Microsoft technologies
I work at a large healthcare organization as a mid-level software developer. I have over 10 years experience in the IT industry using Microsoft technologies (ASP.NET & SQL Server).
When I go to ...
8
votes
2answers
581 views
Is using F# good enough for learning the important functional programming concepts of Haskell?
I'm coming from Linux and Ruby. I've been interested in learning more functional programming, and in particular the ML-ish style. I've tried reading through the Real World Haskell book and trying some ...
9
votes
6answers
629 views
As a new programmer, how much time should I spend learning new libraries?
As a junior programmer, how much time should I spend focusing on new libraries or language features, as opposed to learning how things worked before those libraries came about? How dangerous is it to ...
3
votes
4answers
1k views
Migrating myself from .Net 1.1 to .Net 4.0
I have been working with .Net for 7 years. ASP Web Apps, Windows Forms, Windows Services, mostly done in C#, but some in VB.Net. And as we started to work with .Net 1.1, we stayed on .Net 1.1.
...
6
votes
3answers
482 views
Approach to learning .NET?
After a few years writing good ol' straight, archaic, homely C/C++, I'm finally going to give in and learn .NET. I'm looking for the best way to become .NET-competent quickly.
I use VS2005 C/C++ ...
6
votes
11answers
2k views
Learning C, C++ and C# [duplicate]
I'm sure you guys are tired of this question but after wading through hours of similar posts and questions I've really not made any progress to my specific concerns.
I was hoping you guys could shed ...
6
votes
6answers
1k views
Why is it recommended to close all programs before installing a new program?
What kind of problems arise from installing a new program while other programs are running? I'd imagine the GAC solved a lot of the old problems of shared dll's being locked. So what kind of issues ...
4
votes
5answers
192 views
Going from cutting edge to maintaining legacy projects
I have an Access 03 program with a bunch of VBA code that is in use and the end user wants new functionality. I am finding it very difficult to add new functionality because my brain wants to use the ...