473,657 Members | 2,414 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

vb.net/sql proficiency

Does anyone know the best way to become proficient in SQL/.Net
development. I'm interested in, the fastest way and cheapest way, but
at the same time I'd like to develop real skills. Any suggestions?
Let's say I'm starting from scratch (not exactly but would like to know
anyway).

Thank you,

Jan 3 '07 #1
4 2484

"marcia" <ma************ @yahoo.comwrote in message
news:11******** *************@i 12g2000cwa.goog legroups.com...
Does anyone know the best way to become proficient in SQL/.Net
development. I'm interested in, the fastest way and cheapest way, but
at the same time I'd like to develop real skills. Any suggestions?
Let's say I'm starting from scratch (not exactly but would like to know
anyway).

Thank you,
Define the "scratch" your are starting from?

Do you already know any programming language well? (i.e. do you understand
variables, looping, branching, function calls, etc...)

Do you understand object oriented programming?

Do you have a methodical or random mind?

Short of a college education, the best way is to start with a simple project
that interests you and have a willing mentor within shouting distance. Next
best would be books, many of which are free online. The most valuable tool
for me is Google. There is so much free sample code and explanations of
every possible programming methodology that buying books should not be
necessary. Newsgroups are good for answering specific questions or
references to general resources. Again, Google has indexed Usenet so if
there is a chance that your question has been asked you could save a lot of
time doing a quick search first.

Jan 3 '07 #2

Russ Rose wrote:
"marcia" <ma************ @yahoo.comwrote in message
news:11******** *************@i 12g2000cwa.goog legroups.com...
Does anyone know the best way to become proficient in SQL/.Net
development. I'm interested in, the fastest way and cheapest way, but
at the same time I'd like to develop real skills. Any suggestions?
Let's say I'm starting from scratch (not exactly but would like to know
anyway).

Thank you,

Define the "scratch" your are starting from?

Do you already know any programming language well? (i.e. do you understand
variables, looping, branching, function calls, etc...)

Do you understand object oriented programming?

Do you have a methodical or random mind?

Short of a college education, the best way is to start with a simple project
that interests you and have a willing mentor within shouting distance. Next
best would be books, many of which are free online. The most valuable tool
for me is Google. There is so much free sample code and explanations of
every possible programming methodology that buying books should not be
necessary. Newsgroups are good for answering specific questions or
references to general resources. Again, Google has indexed Usenet so if
there is a chance that your question has been asked you could save a lot of
time doing a quick search first.
Jan 3 '07 #3
Thank you Russ,

Actually I've worked with SQL very limited though, as well as Oracle
and Java, again awhile ago and limited. And I have a very logical
mind. I'm confident that I will get it, but would love some direction.
Do you have a particular spot on Google where you can get all of this
information?

I really appreciate it.

Thanks,
Marcia
Russ Rose wrote:
"marcia" <ma************ @yahoo.comwrote in message
news:11******** *************@i 12g2000cwa.goog legroups.com...
Does anyone know the best way to become proficient in SQL/.Net
development. I'm interested in, the fastest way and cheapest way, but
at the same time I'd like to develop real skills. Any suggestions?
Let's say I'm starting from scratch (not exactly but would like to know
anyway).

Thank you,

Define the "scratch" your are starting from?

Do you already know any programming language well? (i.e. do you understand
variables, looping, branching, function calls, etc...)

Do you understand object oriented programming?

Do you have a methodical or random mind?

Short of a college education, the best way is to start with a simple project
that interests you and have a willing mentor within shouting distance. Next
best would be books, many of which are free online. The most valuable tool
for me is Google. There is so much free sample code and explanations of
every possible programming methodology that buying books should not be
necessary. Newsgroups are good for answering specific questions or
references to general resources. Again, Google has indexed Usenet so if
there is a chance that your question has been asked you could save a lot of
time doing a quick search first.
Jan 3 '07 #4

"marcia" <ma************ @yahoo.comwrote in message
news:11******** ************@s3 4g2000cwa.googl egroups.com...
Thank you Russ,

Actually I've worked with SQL very limited though, as well as Oracle
and Java, again awhile ago and limited. And I have a very logical
mind. I'm confident that I will get it, but would love some direction.
Do you have a particular spot on Google where you can get all of this
information?
Since you have a beginning there, search for Thinking in Java, a book
generously offered free by the author. This gives an excellent description
of object oriented programming.

For .Net the MSDN library is enormous and free.
http://msdn2.microsoft.com/en-us/library/default.aspx

Most beginners find VB easier to learn, but if you know any C type languages
(like Java) C# will seem much more familiar. Definitely go with the 2005
version of Visual Studio if possible. Earlier versions are less than
optimum...
M$ very generously offers free versions for beginners
http://msdn.microsoft.com/vstudio/express/
but plan on paying for at least the Pro edition if (and when) you intend
more than hobby development.

SQL Server ships with Books Online which is also available in the library.
http://msdn2.microsoft.com/en-us/library/ms130214.aspx

There are plenty of generic SQL syntax primers, wikipedia being a good start
(for any subject) http://en.wikipedia.org/wiki/SQL

Enjoy!
>
I really appreciate it.

Thanks,
Marcia
Russ Rose wrote:
>"marcia" <ma************ @yahoo.comwrote in message
news:11******* **************@ i12g2000cwa.goo glegroups.com.. .
Does anyone know the best way to become proficient in SQL/.Net
development. I'm interested in, the fastest way and cheapest way, but
at the same time I'd like to develop real skills. Any suggestions?
Let's say I'm starting from scratch (not exactly but would like to know
anyway).

Thank you,

Define the "scratch" your are starting from?

Do you already know any programming language well? (i.e. do you
understand
variables, looping, branching, function calls, etc...)

Do you understand object oriented programming?

Do you have a methodical or random mind?

Short of a college education, the best way is to start with a simple
project
that interests you and have a willing mentor within shouting distance.
Next
best would be books, many of which are free online. The most valuable
tool
for me is Google. There is so much free sample code and explanations of
every possible programming methodology that buying books should not be
necessary. Newsgroups are good for answering specific questions or
references to general resources. Again, Google has indexed Usenet so if
there is a chance that your question has been asked you could save a lot
of
time doing a quick search first.

Jan 4 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

23
1581
by: AB | last post by:
Hi, Regret the fact that this post may be slightly OT to c.l.c, but I am sure that people there would give GREAT advice... I am working as a QA (Automation), which generally involves writing mundane Perl scripts for automated testing of a C Utility. Bored with the kind of work I am doing, I would love to learn C Programming (I have theoretical knowledge, thanks to a Bachelor's in CS), with the
3
2532
by: Kent Johnson | last post by:
I recently helped create an on-line Python proficiency test. The publisher of the test is looking for beta testers to try the test and give feedback. If you are interested, here is an announcement from the publisher: Kent
40
18090
by: Chandresh | last post by:
Hi All, I am a graduate student in EE. I have a question that might seem unusual but in my opinion it is interesting and I request all experts to reply. Being a grad student, I came along many programming languages like Assembly, C, C++, VHDL, Matlab, Perl etc. and I dont remember how I learned them. I am more comfortable with Assembly programming than others. The question is how do you measure proficiency in C and C++ ? It is important...
0
8734
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8508
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8608
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7341
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6172
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4164
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4323
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1962
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1627
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.