12
votes
15answers
26k views

Game programming : C# or C++? [closed]

I've decided what I really want is to do game programming. So the question is, as a 18 years old who wants to learn self taught programming, what is the most suited programming language between C# and ...
7
votes
3answers
1k views

Understanding the static keyword

I have some experience in developing with Java, Javascript and PHP. I am reading Microsoft Visual C# 2010 Step by Step which I feel it is a very good book on introducing you to the C# language. I ...
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 ...
8
votes
3answers
4k views

Entity Framework and layer separation

I'm trying to work a bit with Entity Framework and I got a question regarding the separation of layers. I usually use the UI -> BLL -> DAL approach and I'm wondering how to use EF here. My DAL would ...
1
vote
1answer
128 views

Learning Issued Token in Federated Service

I would like to learn federated WCF service. I have the following in my system. • Windows XP • Visual Studio 2010 Express • SQL Server 2008 Express Is it possible to create a federated ...
1
vote
5answers
1k views

How can I study C# from Stack Overflow [closed]

How can I study C# from Stack Overflow? I have only the basics of the C# language with some simple exercises; now I want to go to the highest level C# through Stack Overflow, reading any questions ...
7
votes
4answers
640 views

Best C# database communication technique

A few days ago, I read an answer stating that writing queries within your c# code are long gone. I'm not sure what the specific person meant with the comment but, it got me thinking. At the company ...
8
votes
4answers
562 views

Unit testing and Test Driven Development questions

I'm working on an ASP.NET MVC website which performs relatively complex calculations as one of its functions. This functionality was developed some time ago (before I started working on the ...
16
votes
7answers
2k views

What is the correct order to read these books? [closed]

I'm a junior C# developer, I learned at home and now I got my first job :) I want to buy these books. But what is the correct order to read these books? Code Complete: A Practical Handbook of ...
1
vote
0answers
91 views

Understanding interfaces [duplicate]

Possible Duplicate: When to use abstract classes instead of interfaces and extension methods in C#? Why are interfaces useful? What is the point of an interface? What other reasons are ...
2
votes
4answers
385 views

Which is most important to learn OOP first or to learn the OOP language you want to learn?

I face a problem nowadays, I have a really good book that explain OOP but it uses a language which I do not want to learn which is Java because my goal is to learn C#. And I don't know if I should ...
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
3answers
2k views

Taking too long to get skills for entry level programmer position [closed]

I don't have the skills for an entry level position as a .Net programmer. I am trying to learn what I need but there is too much to learn and too little time. What can I do? About two months ago, I ...
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
2answers
1k views

training plan for asp.net and c#

I would like to create a self-taught training plan for C# / ASP.NET. Assume that I have the basics in place.(I know how to use VS2010, understand HTML/CSS etc) How would you structure this training ...

1 2 3
15 30 50 per page