On UrbanBaby: Should I have a second child?
2 Resources for

vb.net 2.0

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Working with the GridView control in ASP.NET 2.0
Gridview Control in VB.NET 2.0Hi,I am new to VB.NET 2.0. I am developing a simple application using a Gridview control in one of my forms. My problem is, the Gridview control has 1 row with 2 columns which the user can use to input data at runtime. The Gridview was...
Tags: m_umoetuk@..., Gridview Control, vb.net 2.0, programming, ASP.NET 2.0, Microsoft ASP.NET
Discussion threads 2007-02-28
.Net: Programming in C# or VB
What is the better to program in for .NET, VB or C#?Your choice. Both VB.NET and c# compile into MSIL and then are JIT'ed at run time. There are some differences between VB and c# such as unsafe code blocks in c# that allow access directly to memory,...
Tags: Microsoft Visual Basic, C#, kdrew225@..., programming, Microsoft .NET
Q&A 2006-05-24

Additional Resources

VB.net or C sharp
Please could I have some feedback or links to articles that could help make a clear decision on the most beneficial technology to use for a new development project. grapevine news indicates a long term problem with support for VB.net.C#The only reason for VB.net was to help migrate VB6 types...
Tags: .NET, Programming languages, Microsoft development tools, C/C++, C, tkitching@..., Microsoft Visual Basic.Net, C#, Microsoft Visual Basic 6.0, Microsoft Visual Basic
Discussion threads 2007-04-18
differ vb and vb.net
States some specific differences bet vb and vb.netgoogle is your friendthere's a lot of stuff out there on this.here's one to get you started:http://searchvb.techtarget.com/infoCenter/askTheExpertsAnswer/0,294272,sid8_gci1181380_tax303318_iid2657,00.html
Tags: patil.d.nilesh@..., google
Discussion threads 2007-04-03
VB.NET In Easy Steps (exe)
VB .NET in Easy Steps is a new approach towards learning VB .NET quickly, using real time short videos. These tutorials will help you to learn VB.NET yourself and you will become confident in developing real world applications within a few hours. This tutorial assumes that you are familiar with...
Tags: Microsoft Visual Basic, Tutorial, Microsoft Visual Basic.Net, Microsoft Development Tools, Programming Languages, .Net, Development Tools, Software Development, Software/Web Development
Software downloads 2007-03-26
SharpDevelop (exe)
SharpDevelop is a free IDE for C# and VB.NET projects on Microsoft's .NET platform. Its features: forms designer for C# and VB.NET; code completion for C# and VB.NET (including Ctrl+Space support); XML editing; folding; code autoinsert (Alt+Ins); C# to VB.NET converter, as well as VB.NET to C# converter; completely written...
Tags: Microsoft Visual Basic.Net, IcSharpCode, SharpDevelop, C#, .Net, Programming Languages, Microsoft Development Tools, Software Development, Software/Web Development, Development Tools
Software downloads 2006-03-23
VB.Net to C# Converter (exe)
VBConversions VB.Net to C# Converter is a state of the art conversion program which rewrites your VB.Net project in C#. Variable names, comments, and inline comments are preserved. Converts the 101 Microsoft VB.Net Samples Succesfully.Version 2.09 is 3 times faster than version 2.08 and conversion accuracy is also improved.
Tags: Microsoft Visual Basic.Net, C#, .Net, Programming Languages, Microsoft Development Tools, Software Development, Software/Web Development, Development Tools
Software downloads 2007-04-15
vb.net
i am a programmer in vb6.I want to know about vb.net.How it is using in vb programming?how vb.net working
Tags: Development tools, selsapy@...
Discussion threads 2004-10-02
Common Language Runtime, VB.net or C#?
What are folk's opinons on these.I'm deploying a number of functions for our SQL server database. So far, I am using VB.net, but I am concerned that it might prove to be a dead end, so I'm considering sharpening my C# skills (basic knowledge, nothing high-end at all).What are...
Tags: .NET, Programming languages, Microsoft development tools, Richard_RPU, C#, Microsoft Visual Basic.Net, CLR
Discussion threads 2007-06-21
casting at compile-time not available in VB
Most of the differences that people note between these two .NET languages occurr because the default setting in VB.NET is Option Strict Off. It it is set to On, then, people will say, VB.NET is basically the same as C#. One area where this is not true is...
Tags: Microsoft development tools, C#, .NET, Programming languages, arzewski@..., Microsoft Visual Basic.Net, compile-time, Microsoft Visual Basic
Discussion threads 2007-10-03
search code in vb.net
i have a database in microsoft access and i designed an interface for it in vb.net. ive been trying to write code for the 'search' command which i can use to retrieve individual records from the database. tried the code used in vb 6.0 but it dint work.so i would...
Tags: Storage, yasmol@...
Discussion threads 2007-05-25
Learning Visual Basic .NET: Getting Started With VB.NET
The .NET platform is web-centric. The VB.NET language was developed to allow .NET programmers to create very large, powerful, high-quality web applications quickly and easily. The .NET technology for creating web applications is called ASP.NET. ASP.NET, the next generation from ASP Active Server Pages, is composed of two Microsoft development...
Tags: Microsoft Visual Basic, Microsoft ASP.NET, Web Application, Microsoft Visual Basic.Net, .NET Platform, .Net, Microsoft Development Tools, Programming Languages, Middleware, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software
Book chapters 2002-10-18
VB.Net - HELP needed
Does anyone know exactlydetailed exlanation of how to connect your VB.Net Application to an Access database?I've been hunting for this code like forever.
Tags: Microsoft development tools, .NET, Programming languages, Databases, Avinesan@..., Microsoft Visual Basic.Net
Discussion threads 2007-10-05
VB.NET
Hi I am new in this industry. First of all I would want to download VB.NET into my Laptop with Vista Home edition OS. Please Help!!!Many Thanks
Tags: Microsoft development tools, .NET, Programming languages, dil2k28@..., Microsoft Visual Basic.Net
Discussion threads 2007-10-12
VB Net Maker (msi)
Thousand VB.Net lines written in one click! Browses a Data Base (Oracle, Access) and builds in VB Net files: global Connection function, a Class by table, get, update and insert subs, list functions. A main module to access to the Data Base from your Aspx. Templates aspx and aspx.vb are...
Tags: Microsoft Visual Basic, Microsoft Development Tools, Programming Languages, Development Tools, Software Development, Software/Web Development
Software downloads 2007-11-19
VB Sample Code: OO Features in VB.NET
This project demonstrates some of the new object oriented OO features in VB.NET.
Tags: Microsoft Visual Basic, Object-oriented, Microsoft Visual Basic.Net, Ooa/Ood/Oop, Microsoft Development Tools, .Net, Programming Languages, Software Development, Software/Web Development, Development Tools
Software downloads 2002-07-29
The growing world of .net
blog rootVB.net or classic VB 
Tags: Microsoft development tools, .NET, Programming languages, RyanV, Microsoft .NET
Discussion threads 2005-08-31
Javascript Variable
I am creating a VB.NET Web App. Due to the customer's requirements i must pass an ASP.NET variable to the Javascript. How do i do this?How about via a hidden HTML control, . Set the value in VB .Net and retrieve it in JavaScript using the document object.How about...
Tags: Scripting languages, Microsoft development tools, .NET, Programming languages, drhue, JavaScript
Q&A 2005-05-16
Package and Deployment
I have migrated from vb to vb.net and i want to know how packaging and deployment is done in vb.net. Thanks in advance.When you click on "New Project" you should find "Setup and Deployment Projects" on the left side of the window... You can use the Setup Wizard or just...
Tags: Deployment
Q&A 2005-04-01
How can I get a VB application to see my .NET component?
HiI have developed a .NET component in C# and made it visible to COM. I have then developed a simple VB application that uses this .NET component on the same development machine which works fine without any problems.However, when I then copy the .NET DLL & TLB, together with...
Tags: .NET, Microsoft development tools, Application servers, Programming languages, Middleware, alasdairburns@..., client machine, Microsoft .NET, Microsoft Visual Basic, VB app
Discussion threads 2007-04-25
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic's Data Protection Policy
Your organization is subject to a mix of strict legal, ethical, and self-imposed mandates that protect all of the organization's information, records, ...
Buy Now
Microsoft Excel Intermediate Skills
This Microsoft Excel Intermediate Skills presentation is a preformatted solution for training staff to get more out of Microsoft Excel. The accompanyi ...
Buy Now

The PC Cracked Open