简体   繁体   中英

How to Develop Windows Applications

2 parts of the question I want to Develop Software for Windows (especially 7)

  1. What Language and knowledge Do i Need to know ?
  2. What Software should i use to develop them ?

Please answer the question wrt both stand alone binaries and perhaps the .NET arena too.

Does one need to code really deep or are there softwares that enable me to do point and click stuff and create something quick and fast.

How good a choice would python be, in which case what do i need to develop with python?

I suggest you learn C# and WPF . For that you will need Visual Studio .

You can use C# for developing a windows based application.

For that you can use Visual Studio IDE .

C# provides a large set of classes for interacting with the windows OS.

Edit:

If you are a newbie to the language then you can read tutorials and make a basic understanding and then keep on looking for projects.

Microsoft Visual Studio Expression Edition are best tools to learn and FREE Windows Apps like Microsoft Visual C# 2008 Express Edition

Languages to learn C# for Front End

SQL for Backend

ADO.NET for Connectivity between these tow

Note that if you're developing for Windows 7, then your users already have .NET 3.5 SP1. And your other users can obtain it easily (you can make a ClickOnce installer for your app in Visual Studio, which automatically configures the customer's machine with a minimal download).

Also it isn't quite true that there is a hard distinction between visual programming and "hard" progrmaming - most tools mix these techniques. In C# these days you probably want to learn WPF, where the layout of the UI is a lot like doing HTML to lay out a web page.

  1. C#: I'm pretty sure you can use it for stand-alone applications as well
  2. Visual Studio: You might get some free visual studio express version somewhere, I even got one with a magazine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM