Author | Thread |
|
04/17/2007 10:20:30 AM · #1 |
I just received Visual Studio 2005 Pro from work and would like to know if anyone has any good resources for learning it and/or any good forums that can answer newbie questions if they come up.
I've learned by doing Dreamweaver, asp w/vbscript and SQL Server 2000 so I know some stuff but I'd like to do it the right way this time and learn it from the fundamentals up. This will be almost exclusively for web design work. |
|
|
04/17/2007 10:22:37 AM · #2 |
|
|
04/17/2007 10:29:26 AM · #3 |
//msdn.microsoft.com/vstudio/express/beginner/ |
|
|
04/17/2007 10:32:36 AM · #4 |
The included help files are often very handy as well. I recommend installing the whole darn thing to the hard drive for easy access. It's only a few Gigs. :) |
|
|
04/17/2007 10:45:04 AM · #5 |
when you run into a roadblock and need and answer, feel free to pm me w/ any questions.
c#, .net 2.0 and vs 2005 pay all my bills...
s
|
|
|
04/17/2007 10:49:10 AM · #6 |
If you are using it with SQL this maybe a good resource:
//msdn.microsoft.com/vstudio/express/sql/learning/default.aspx
Nick
|
|
|
04/17/2007 10:59:04 AM · #7 |
Thanks guys.
I will be using it with SQL a lot, pretty much everything I do is database driven.
I prefer online resources. I have shelves full of books but have found I get bored with them about half way through whereas online tutorials and such tend to keep me a bit more interested. |
|
|
04/17/2007 11:07:32 AM · #8 |
I've been using it since pre release. I use SSIS packages for the ETO of our datawarehouses and my company was part of the tap program for testing out the database features.
What type of database work are you going to be doing with it? |
|
|
04/17/2007 11:19:24 AM · #9 |
Originally posted by chesire: I've been using it since pre release. I use SSIS packages for the ETO of our datawarehouses and my company was part of the tap program for testing out the database features.
What type of database work are you going to be doing with it? |
Simple web queries to collect data and later build reports around. I work for a large company with a lot of users (150,000+) so there will be a lot of data being collected and processed 24/7.
I'd be embarrassed to have a DBA look at my SQL tables right now because I know they are a complete hack job. It's all intranet work I do though so I'm not terribly worried about hackers. |
|
|
04/17/2007 11:22:46 AM · #10 |
Visual Studio is infinitely more sophisticated and complex than Photoshop ever will be, and learning Photoshop thoroughly is hard.
Visual Studio is even more difficult if you are not a software developer familiar with the worflows and data constructs of computer programing to begin with. Then it is next to impossible to learn if you want to do "real" programming.
Recommendation:
If you are not a software developer already then find a class at a local trade school, community college or university to learn it.
Studying Visual Studio is a "learning for a lifetime" project.
|
|
|
04/17/2007 11:29:32 AM · #11 |
Even having used Visual Studio as a data developer and an app developer for the last 7 years or so.... I wouldn't use VS to develop my database. I'd use the SQL Tools. Of course you have to use it for Reporting services, and SSIS, but the SQL Management Studio is more appropriate for Developing queries and such. It also integrates (as does VS) into the Team foundation services if you are using them.
For references google everything! Google groups is good, MSDN Groups is good, and my favorite is SQL Server Central.
For specific questions you're welcome to fire things to me, if I can't answer I can help you look for answers.
Originally posted by Megatherian:
Simple web queries to collect data and later build reports around. I work for a large company with a lot of users (150,000+) so there will be a lot of data being collected and processed 24/7.
I'd be embarrassed to have a DBA look at my SQL tables right now because I know they are a complete hack job. It's all intranet work I do though so I'm not terribly worried about hackers. |
|
|
|
04/17/2007 11:44:43 AM · #12 |
right. I use SQL enterprise manager to build / maintain my databases. We just switched over to .NET and AJAX as a company standard for web development, that's what I'll be using it for.
As far as programming goes, while I don't have any formal training in it I've gotten fairly good over the years with VBscript, ColdFusion and Actionscript (basically javascript) so I have a good grasp of the concepts of programming. |
|
|
04/17/2007 11:48:42 AM · #13 |
Ok that's clearer.
Luckily for me, we have enough developers that I can do only database stuffs and not worry about .Net :) Are you going to be using VB or C#?
I know C# is what most of our guys are using now. |
|
|
04/17/2007 11:58:55 AM · #14 |
Originally posted by chesire: Ok that's clearer.
Luckily for me, we have enough developers that I can do only database stuffs and not worry about .Net :) Are you going to be using VB or C#?
I know C# is what most of our guys are using now. |
Honestly I haven't decided. I have a fair amount of experience with vbscipt so the transition to VB would be easier but as you said C# is hotter right now and from what I understand more robust. |
|
|
04/17/2007 12:00:50 PM · #15 |
I think for .NET guys MSDN has good information though I am not 100% sure as I am a Java guy :)
If you have membership of the online reference community then you can read latest .NET books online. e.g. Book24x7
|
|
|
04/17/2007 12:40:33 PM · #16 |
Originally posted by Megatherian:
Honestly I haven't decided. I have a fair amount of experience with vbscipt so the transition to VB would be easier but as you said C# is hotter right now and from what I understand more robust. |
Do not be fooled by VB being in both names... VBScript is one beast, and VB.NET is a whole another world.
Just bite the bullet and go with C# - or use both! That's what .NET is all about anyway, you can pick and choose your languages for particular modules as you please, and combine them all into a single application in the end.
-Serge |
|
|
04/17/2007 04:18:34 PM · #17 |
Originally posted by srdanz: Originally posted by Megatherian:
Honestly I haven't decided. I have a fair amount of experience with vbscipt so the transition to VB would be easier but as you said C# is hotter right now and from what I understand more robust. |
Do not be fooled by VB being in both names... VBScript is one beast, and VB.NET is a whole another world.
Just bite the bullet and go with C# - or use both! That's what .NET is all about anyway, you can pick and choose your languages for particular modules as you please, and combine them all into a single application in the end. |
gack!! noooooo... please don't do both... just stick with c# and let vb die the slow painful death it deserves... using more than one language (although possible) will just lead to maintenance headaches later... trust me... probably for the person who comes after you
as for moving from vbscript to vb.net? you're going to find the transition from javascript to c# much more intuitive, actually...
useless trivia: when vb.net first appeared, vb coders started calling it visual fred, because it was just nothing like vb 6.
|
|
|
04/17/2007 05:28:59 PM · #18 |
Programing language is like the camera you use. It does not matter what it is. What matters is what you create with it.
With that said I proudly say that I use VB.NET and not ashamed to say it.
Nick
|
|
|
04/17/2007 08:50:27 PM · #19 |
Originally posted by Nikolai1024: Programing language is like the camera you use. It does not matter what it is. What matters is what you create with it.
With that said I proudly say that I use VB.NET and not ashamed to say it.
Nick |
but if you were a c# programmer, you wouldn't have needed the disclaimer.
well...
at least you picked the right camera...
*sigh*
;)
Message edited by author 2007-04-18 00:51:41.
|
|
Home -
Challenges -
Community -
League -
Photos -
Cameras -
Lenses -
Learn -
Help -
Terms of Use -
Privacy -
Top ^
DPChallenge, and website content and design, Copyright © 2001-2025 Challenging Technologies, LLC.
All digital photo copyrights belong to the photographers and may not be used without permission.
Current Server Time: 04/09/2025 06:56:30 PM EDT.