简单项目 [英] Simple Project

查看:59
本文介绍了简单项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友们,
对于这个论坛以及计算机世界来说,这是一个非常新的东西.而我在计算机领域的第一步是..刚刚从VB6.0..VB.Net开始...以及很少的ASP .Net.

我不知道这些语言的理论部分...虽然我逻辑很强..但是这个职业或职业对我来说是必然的(我应该适应软件领域),没有任何借口.

因此,朋友们..如果可能的话..我想了解更多详细信息,包括更多计算机信息(计算机的A到Z).那应该是普通人的语言..正如我在开始时所说的"Am Beginner Smile"

如果您在VB6.0,Vb.net,Web和Windows应用程序中的小型项目中提供帮助,则提供完整的项目流程,即项目的内容和方式(带有代码).这将非常有帮助.Smile

在此先感谢...
Shilpa

解决方案

买书.或从图书馆借书.按照文本,并进行练习.它们(大多数)是由善于解释概念的人写的-在这里,我们通常更擅长解决特定的问题,并且通常没有时间与初学者进行一对一的辅导.

信任,对我而言,以结构化的方式进行学习确实会有所帮助-如果没有别的,那就意味着所有重要内容都已涵盖在内,而不是只是让其正常工作".
祝你好运! :)

您可能想考虑从C#而不是VB开始-它通常被认为是一种更好的"语言(如果将来需要,可以引导您使用C ++)[/edit]


<首先,删除VB6和VB.Net.从c#和asp.net开始.

第二:购买一些书籍并阅读/注册基本的编程课程.

第三:在此处阅读有关CP的一些文章;下载并分析代码.尝试弄清楚别人在做什么.

底线:所有使用此网站和程序谋生的人都经过多年的艰苦努力才变得精通:无论多么聪明,您都不会在几天,几周或几个月内成为一名优秀的开发人员只是徒然地交出代码,希望您能理解正在发生的事情.

实际上,我并不想阻止您,相反.我只是想指出明显的出血,您应该可以通过阅读人们发布的数百个无聊的问题来解决这些问题,这些问题期望他们完成作业或使他们摆脱困境,因为他们已经被咬得远远超过他们的咀嚼能力.

因此,在编写一行代码之前,请花点时间阅读尽可能多的内容.当您认为自己有一点点了解时,请再次提出您的问题,尽管我愿意打赌,这将是一个非常不同的问题.

祝你好运.


请忽略前面两个关于VB.Net的张贴者的警告. C#和VB.Net之间只有语义上的区别.换句话说,它们之间的唯一区别是语言语法.学习C#绝对不会帮助您学习c ++,因为关于它们的唯一相似之处在于它们都使用大括号,否则它们是天壤之别. VB.Net不仅是一种成熟的编程语言,而且还是最受欢迎的.Net语言之一.获得VB.Net程序员的工作要比获得C#程序员的工作容易得多,您只需要问问所有鄙视VB.Net却每天花8个小时编写VB.Net的CP Loungeratti即可.代码.


Hi friends,
Am very much new to this forum and also to the world of computers...And my first step in the field of computers is ..have just started with VB6.0..VB.Net...and a very little of ASP.Net.

I have no idea of theory part of these languages ...while I am strong in logic..and this profession or career is inevitable for me (I should get adapt to Software field)and no Excuse..

So friends..please if possible ..I like to get more of details more of information of computers (A to Z of computers). that should be in common man language..as i told in beginning Am Beginner Smile

And if you help in small projects in VB6.0, Vb.net,both web and windows application Giving complete step by step flow of project, i.e, What and How the project is (with code)..Its going to be very helpful.Smile

Thanks in Advance...
Shilpa

解决方案

Buy a book. Or borrow one from a library. Follow the text, and do the exercises. They are written (mostly) by people who are good at explaining concepts - here we are generally better at solving specific problems, and do not often have time to do one-to-one hand holding tuition with beginners!

Trust, me learning in a structured way will really help - if nothing else, it means that all the important stuff is covered, rather than "just getting it working".

Good luck! :)

[edit]P.S. You might want to think about starting with C# instead of VB - it is generally considered a "better" language (and can lead you toward C++ should you need that in the future)[/edit]


First: drop VB6 and VB.Net. Start with c# and asp.net.

Second: Buy some books and read them/enroll on a basic programming course.

Third: read some of the articles here on CP; download and dissect the code. Try and figure out what other people are doing.

Bottom line: all of the people that use this site and program for a living have taken years of hard work to become anything like proficient: however smart you are you will not become a good developer in a few days, weeks or months and no one is simply going to hand over code in the vain hope that you will understand what is going on.

I''m not trying to discourage you, quite the reverse, actually. I''m merely trying to point out the bleeding obvious which you should be able to figure out by reading some of the hundreds of inane questions that people post expecting to get either their homework done or get them out of trouble because they''ve bitten off far more than they can chew.

So, take your time and read as much as you can before you write a single line of code. When you think you have a glimmer of understanding then ask your question again though I''m willing to bet it''ll be a very different question.

Good luck.


Please ignore the warnings of the two previous posters about VB.Net. There is only semantic differences between C# and VB.Net. In other words the only difference between them is the language syntax. Learning C# will in no way help you learn c++ as the only thing similar about them is that they both use curly brackets, otherwises they are worlds apart. Not only is VB.Net a fully fledged programming language, but it is one of the most popular .Net languages. It is far easier to get a job as a VB.Net programmer than it is to get work as a C# programmer, you only have to ask all those CP loungeratti who belittle VB.Net and yet spend 8 hours a day writing VB.Net code .


这篇关于简单项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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