使用Visual Studio学习基础*而不使用* [英] Learning the Fundamentals *without* using Visual Studio

查看:164
本文介绍了使用Visual Studio学习基础*而不使用*的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找有助于启发我的教程,文章等等。

什么是'真正的'或者什么是创建.NET应用程序

(特别是Windows窗体)而不使用Visual Studio。我知道VS为我们做了很多事情,但是我想知道这些东西是什么,并且手动完成 - 只是为了教育的好处。 br />

有什么建议吗?


谢谢!


FWIW:是的,我用Google搜索了这个发现了大量的逐步

教程,但他们都使用了Visual Studio并拖放了

控件。这不是我要找的。

解决方案

也许你可以使用Visual Studio创建一个简单的应用程序,然后关闭

VS并检查用您喜欢的文本创建的文件

编辑器(源文件,项目文件,资源文件等)。理解这些文件的
应该不会太困难,你可以使用文本编辑器播放和更改

,并使用命令行编译器进行编译(csc.exe)
C#的
)。但我不会首先尝试从零开始在

a文本编辑器中输入所有内容。


布鲁诺


" ;弗兰克" < A@B.COM> écritdansle message de news:
OX ******* *******@TK2MSFTNGP04.phx.gbl ...

我正在寻找有助于启发我的教程,文章等等什么' 's'真的正在进行中或者在不使用Visual Studio的情况下创建.NET应用程序(特别是Windows窗体)需要什么。我知道VS为我们做了很多事情,但是我想知道那些东西是什么 - 并且手动完成 - 只是为了教学的好处。

任何建议?

谢谢!

FWIW:是的,我已经用Google搜索了这个并且已经找到了大量的循序渐进的教程,但他们都使用了Visual Studio和拖放控件。那不是我要找的。


Frankie,

我在寻找教程,文章等,可以帮助启发我
什么''真正发生'"或者在不使用Visual Studio的情况下创建.NET应用程序(特别是Windows窗体)需要什么。我知道VS为我们做了很多事情,但我想知道那些东西是什么 - 并且手动完成 - 仅仅是为了教学的好处。



这可能对你的目标没有帮助。使用的程序语言是

所有创建的DLL / Exe都包含CLI代码,这将是由Net框架转换为操作系统或其他任何内容的
名称

使用的代码。


如果你想了解更多关于框架的知识而不是一本关于一般

方法的书帮助你更好。


可能会在Google上搜索文字为了解网络

框架通过你描述的目标更快地带给你。


只是我的想法,


Cor



为什么不在这种情况下下载.NET SDK?

您可以使用SDK帮助,记事本和命令行csc.exe来扩展您的应用程序。

完全不使用VS.

我正在寻找有助于启发我的教程,文章等
什么是' 真的继续或者在不使用Visual Studio的情况下创建.NET应用程序(特别是Windows窗体)需要什么。我知道VS为我们做了很多事情,但是我想知道那些东西是什么 - 并且手动完成 - 只是为了教学的好处。

任何推荐?




-

WBR,

Michael Nemtsev ::博客: http://spaces.msn.com/laflour


" ;有时候一个人仍然忠于一个事业,只因为它的对手不会因为b b不再是平淡无奇的。 (c)Friedrich Nietzsche


I am looking for tutorials, articles, etc that can help to enlighten me on
what''s "really going on" or what''s required to create a .NET application
(particularly Windows Forms) WITHOUT the use of Visual Studio. I understand
that VS does a lot of things for us, but I want to know what those things
are - and do them manually - just for the didactic benefit.

Any recommendations?

Thanks!

FWIW: Yes, I have googled this and have found plenty of step-by-step
tutorials, but they all make use of Visual Studio and drag-dropping
controls. That''s not what I''m looking for.

解决方案

Maybe you can use Visual Studio to create a simple application, then close
VS and inspect the files that have been created with your favorite text
editor (source files, project files, resource files, etc.). Making sense out
of these files should not be too difficult and you can play and make changes
with your text editor, and compile with the command line compiler (csc.exe
for C#). But I would not start by trying to type everything from scratch in
a text editor.

Bruno

"Frankie" <A@B.COM> a écrit dans le message de news:
OX**************@TK2MSFTNGP04.phx.gbl...

I am looking for tutorials, articles, etc that can help to enlighten me on
what''s "really going on" or what''s required to create a .NET application
(particularly Windows Forms) WITHOUT the use of Visual Studio. I understand
that VS does a lot of things for us, but I want to know what those things
are - and do them manually - just for the didactic benefit.

Any recommendations?

Thanks!

FWIW: Yes, I have googled this and have found plenty of step-by-step
tutorials, but they all make use of Visual Studio and drag-dropping
controls. That''s not what I''m looking for.



Frankie,

I am looking for tutorials, articles, etc that can help to enlighten me on
what''s "really going on" or what''s required to create a .NET application
(particularly Windows Forms) WITHOUT the use of Visual Studio. I understand
that VS does a lot of things for us, but I want to know what those things
are - and do them manually - just for the didactic benefit.


That does probably not help you in your goal. The program languages used are
all to create in fact DLL/Exe which contain CLI code, that will be
translated by the Net framework to the by the OS or whatever you name that
used code.

If you want to learn more about the framework than a book about the general
approach would help you better.

Probably will a search on google with text as "understanding the net
framework" bring you quicker by the goal that you did describe.

Just my thought,

Cor



Why not to download .NET SDK in this case?
You can use SDK Help, notepad and command line csc.exe to buld you app.
No using VS at all.

I am looking for tutorials, articles, etc that can help to enlighten me on
what''s "really going on" or what''s required to create a .NET application
(particularly Windows Forms) WITHOUT the use of Visual Studio. I understand
that VS does a lot of things for us, but I want to know what those things
are - and do them manually - just for the didactic benefit.

Any recommendations?



--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


这篇关于使用Visual Studio学习基础*而不使用*的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆