It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I have a .net project and I am not a .net developer but I want to learn as I go through the process. I have been given a folder with some C# files and folders like bin etc. I heard that the project was developed in .net 2005. I try to open it in .net 2010 and it asks me to convert it. I converted it but I am not sure what to do next. The syntax doesnt have any colors or anything. Any help will be appreciated. thanks!
I'd start here: http://msdn.microsoft.com/en-us/beginner/default.aspx
There are so many resources out there to learn a huge amount of information, but this site was created specifically for beginning .NET developers, and it is done well.
My boy was able to start developing at 8 years old with little help from me, by going to the Kids section, so it's a nice gentle introduction.
Try here. That is the msdn links for the basic tutorials for beginners. Also the documentation in MSDN is really complete for reference and also in case you need to clarify concepts you don't understand.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I joined as a Fresher(trainee) in Software Company for Windows Store development. I don't know much about C#. My company is newly started Windows Store development. they don't have Dot net development before., that's why my company got an Senior dot net employee to complete the project,When ever he complete the project he left away from the company.
My problem is I have to maintain the project after him. My question how to manage a C# project. How to maintain project if there is any issues. I just want to learn the project flow & analyze my project to debug the project errors in future. But i am struggling how to start to analyze the project
Don't neglect or close this question. I am not asking about my personal issue.
Please answer me how can i start to learn & build my project regarding flow.
I can accept any suggestions & Any help regarding this is appreciated.
If you want to learn windows store apps then This and This links will help you in beginner level
Its important to learn XAML or any tool which creates XAML for you like expression blend.Since maintenance changes will be more on UI side.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
what c# project must i choose in order to create an instant messaging application in visual studio.
pls help.
Thanks. :)
You have to plan a lot of different things during application design process. The main project anyway, of course, should be a windows form application or a WPF... then, eventually some libraries.
This question is far too common and will be closed soon.
But to give you some suggestions for directions you can go next:
Design you overall architecture first
Are there technical restrictions for the UI?
You have basically following options: Console App, WPF, WinForms, Silverlight, ASP
Since you said in a comment that the app should be a web app, maybe you want create an ASP.Net application.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have some source code in C# that lies in a number of folders.
I need to understand this code as it wasn't written by me. Not only that, I want to learn how enterprise applications are coded. The best way to do that is if I have a graphical representation of classes, inheritance etc. I should be able to see the source code in multiple layers: e.g how classes relate to each other, how properties/methods in these classes relate and call each other, etc. I've heard of enterprise architecture and checked it out, but I don't understand what I've read.
Can anyone suggest something else?
Have you looked at NDepend? It can show you all the dependencies withing the code - eg through graphs;
http://www.ndepend.com
Simply use Microsoft Debug Canvas to get acquainted with the solution.
If you are using Visual Studio right click on project and choose "View Class Diagram".
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am a total newbie for app development with a little knowledge of c#. I have some free time in my hand ans was thinking of learning WP7 app development as well as c#. So, I figured I will build a metronome app in c# for WP7. I think learning by doing a project will me most effective.
But, I haven't been able to find much resources on how to accomplish this. On the web there are lots of tuts on how to build a metronome in JS but not in c#. So, If anyone can point me to some resources to get me started, that would be great. I'll be trying hard learning bits by bits as I progress.
http://create.msdn.com/en-US/ You will find tutorials, videos & all sorts of other excellent good times on here.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Edit: (Being more concise to avoid rubbing up against other questions)
I see the link for some suggested books... Books are good but I prefer the web. I can try them out free right away. And I'm a guy that likes multiple sources of information either way.
I am also a big believer in tutorials over just reading. Something I can try out and then modify or do my own way. (I just made a blog in PHP/Zend since that was originally going to be the project language)
And I didn't see what made the best references (which is in my mind entirely different from a learning resource). Though I'm sure I'll figure this out naturally as I google issues that crop up.
There's this website called Stackoverflow that's pretty good
According to MS: http://www.asp.net/
Theres also channel 9: http://channel9.msdn.com/
I enjoy Pluralsight's video offerings and TechEd online videos.
Another good resource is 4GuysFromRolla.
Microsoft has a Beginners' Learning Center.
For paid training, Pluralsight (mentioned above) and TekPub are both highly rated.