Welcome to Dream.In.Code
Become a VB.NET Expert!

Join 136,938 VB.NET Programmers for FREE! Get instant access to thousands of VB.NET experts, tutorials, code snippets, and more! There are 1,851 people online right now. Registration is fast and FREE... Join Now!




VB.Net Tutorial Suggestions

7 Pages V  1 2 3 > »   
Reply to this topicStart new topic

VB.Net Tutorial Suggestions, Is there something you'd like to see covered in VB.Net

PsychoCoder
5 Aug, 2007 - 10:26 AM
Post #1

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
If you would like to see a certain topic covered in VB.Net post your request or suggestion here. The tutorial, more than likely, wont be written the instant you post your suggestion but someone will work on it for you.
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: VB.Net Tutorial Suggestions
12 Aug, 2007 - 07:17 PM
Post #2

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
Tutorials I have written in VB.Net so far
  • Working with the Active Directory
  • CAPTCHA in VB.Net
  • Working with the Windows Registry
  • Using Generics
  • Using Generics Part II

Are there any ideas people have for suggestions, things they'd like to see covered in VB.Net? If you do please post them here for all VB.Net experts to see and we will get them in the process.
User is offlineProfile CardPM
+Quote Post

TophCoder
RE: VB.Net Tutorial Suggestions
12 Aug, 2007 - 07:22 PM
Post #3

D.I.C Head
Group Icon

Joined: 6 Aug, 2007
Posts: 209


Dream Kudos: 25
My Contributions
i would like to see... making a database with vb.net. Like if i wanted to make a database for all the tickets i give. so i would put there name in and i could add or just view what that person has done in the last 6 months while deployed here.

or if thats to much then just a generic over view of what is possible with vb.net and databases
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: VB.Net Tutorial Suggestions
12 Aug, 2007 - 07:23 PM
Post #4

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
So are you referring to actually creating the database with VB.Net code, or creating it with the software provided with the database software you're using?

Either way I think I can come up with something, then show how to make a simple User Interface for working with the data in the database.
User is offlineProfile CardPM
+Quote Post

TophCoder
RE: VB.Net Tutorial Suggestions
12 Aug, 2007 - 07:26 PM
Post #5

D.I.C Head
Group Icon

Joined: 6 Aug, 2007
Posts: 209


Dream Kudos: 25
My Contributions
i have vb 2008beta express, if i could just use that it would be better. and would it be possible to make it on my computer and transfer it to another computer without vb software and still work?
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: VB.Net Tutorial Suggestions
12 Aug, 2007 - 07:38 PM
Post #6

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
Any .Net application has to have the .Net runtime installed on any machine its going to run on. I am already at work on the code for creating the database, tables and stored procedures needed for this tutorial.
User is offlineProfile CardPM
+Quote Post

TophCoder
RE: VB.Net Tutorial Suggestions
12 Aug, 2007 - 07:41 PM
Post #7

D.I.C Head
Group Icon

Joined: 6 Aug, 2007
Posts: 209


Dream Kudos: 25
My Contributions
how easy is it to get the .net runtime on another computer. it has windows xp on my other comp

User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: VB.Net Tutorial Suggestions
12 Aug, 2007 - 07:42 PM
Post #8

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
Its just like installing any software, its an executable you run on the machine you want to install your application on
User is offlineProfile CardPM
+Quote Post

TophCoder
RE: VB.Net Tutorial Suggestions
12 Aug, 2007 - 07:44 PM
Post #9

D.I.C Head
Group Icon

Joined: 6 Aug, 2007
Posts: 209


Dream Kudos: 25
My Contributions
simple enough
User is offlineProfile CardPM
+Quote Post

webwired
RE: VB.Net Tutorial Suggestions
27 Aug, 2007 - 12:31 PM
Post #10

D.I.C Head
Group Icon

Joined: 26 Aug, 2007
Posts: 129



Thanked: 1 times
Dream Kudos: 100
My Contributions
Having been around the internet and all over dozens of forums, I'd say that I'd like to see a tutorial for beginners on vb .net & SQL 2005. Personally I think it would be good to learn the basics, such as all of the steps necessary to select, insert, update & delete, using vb .net code rather than the adapter objects that so many try to teach you to use by dragging and dropping them on a form. LOL... unless I get all of the information first, then I'll post it for you.
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: VB.Net Tutorial Suggestions
27 Aug, 2007 - 04:03 PM
Post #11

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
webwired,

I will start working on a tutorial for this. Ive been meaning to do it since I did one for C# as well.
User is offlineProfile CardPM
+Quote Post

webwired
RE: VB.Net Tutorial Suggestions
27 Aug, 2007 - 04:10 PM
Post #12

D.I.C Head
Group Icon

Joined: 26 Aug, 2007
Posts: 129



Thanked: 1 times
Dream Kudos: 100
My Contributions
Thanks PsychoCoder,

Just wanted to say also that I've been around the other forums and couldn't get any assistance for my menial questions... This forum is by far the best I've come across for beginners in vb .net.
User is offlineProfile CardPM
+Quote Post

7 Pages V  1 2 3 > » 
Fast ReplyReply to this topicStart new topic
Time is now: 12/3/08 10:49PM

Live VB.NET Help!

VB.NET Tutorials

Reference Sheets

VB.NET Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month