Learn flow of a project to maintain [closed] - c#

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.

Related

What type of Visual Studio c# project should i select for making an instant messenger application [closed]

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.

Which Platform Best Suite Software Development C#.net,WPF,MFC [closed]

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 new to Software Development, could you please give me some input into which platform is mostly used by other Software Developers.
I am looking to develop software which has DB Connectivity with an attractive customisable UI.
Please recommend the what is currently used in the IT industry by other Successful Software Developers.
If you are really new to learning try to read few books on C#, WPF, MFC and play with it. Choose the one which is more fun to work with and that will drive you to learn a lot. If you are into Industry then mostly your project needs drive you towards a particular choice.
But as i mentioned if you want to be successful learn one which is fun to you.
There is no simply best development platform. If so every developer should be developing with that instead of using many different tools and platforms. Every platform has its pros and cons. Personally I would recommend you c#. Its easy to start with. Its development environment(visual studio) is very good for interface design(especially for windows forms development) and its very good to start learning object oriented approach, which is very important in software development. If you can clarify you needs more maybe I can recommend something else.
There are many web development tools if you want to develop a web application. Dreamviewer is more simpler than visual studio to start designing web applications.

windows store app in C# [closed]

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.
This might be very newbie, I am experienced asp.net and c# developer with winforms experience as well.
I wonder what I need to learn to start making windows store app, what new technonologies, languages?
and 2nd question is:
How can I submit applications to the new windows store if its possible now?
thanks
Second question first. Right now, you cannot submit applications to the Windows Store. The OS is still in beta (consumer preview) and the store is not open to everyone.
There are many ways to program on Windows 8. You can use JavaScript/HTML5 or you can use C#/XAML or C++/XAML. Given your background, you should look into C# as a language with XAML as a UI framework. This is very similar to Silverlight or WPF that you may have run across.
One good place to start is Charles Petzold's upcoming book. It's on sale right now. Another place is on http://dev.windows.com. That will point you at tutorials, reference documentation, and samples.

Accessing SQL Server remotely and generate report [closed]

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.
Actually I am bit of confused right now and need some guidance. I have been offer a project to create web portal to generate report. Scenario is something like this,
Client has a business and he need to check the report of hourly sale. What should I do, should I put the SQL Server online or is there any other way to excess server database remotely. I have no experience in creating web portal, how should I start doing it.
Can anyone guide me in proper manner? I have experience in C#.NET using Visual Studio 2010.
Thanks.
This suggestion is without completely understanding your situation but...
There is an open source package called nopcommerce which has an inventory system, sales and other canned reports and a basic CMS built in.
It also includes all source code in C# and works with SQL Server.
It's generic enough to use for most retail scenarios and going this route will save you TONS of time trying to start from scratch.
I would think you could just download, install and customize and get 95% of everything you need from it.

.net where to start [closed]

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.

Categories