473,387 Members | 1,517 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Syntax reference for ASP.NET

I am looking for an online reference that shows the following:

Syntax for ASP.NET using VB.NET and ADO.NET

I want a reference of the syntax of any methods, functions, and/or
properties but not any tutorials. If tutorials are on the site, that is OK
as long as they are in a completely separate area from the syntax of the
methods, functions, and/or properties. I know this sounds picky, but if I
have to search through tutorials to find the help I need I find myself using
more time than it is worth. Any help would be appreciated. Thanks.
--
Nathan Sokalski
nj********@hotmail.com
www.nathansokalski.com
Nov 19 '05 #1
4 946
The quick way is to do a search for what you're after and add the word Class
to the search:

http://msdn.microsoft.com/library/de...anagedDocs.asp

"Nathan Sokalski" <nj********@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
I am looking for an online reference that shows the following:

Syntax for ASP.NET using VB.NET and ADO.NET

I want a reference of the syntax of any methods, functions, and/or
properties but not any tutorials. If tutorials are on the site, that is OK
as long as they are in a completely separate area from the syntax of the
methods, functions, and/or properties. I know this sounds picky, but if I
have to search through tutorials to find the help I need I find myself
using more time than it is worth. Any help would be appreciated. Thanks.
--
Nathan Sokalski
nj********@hotmail.com
www.nathansokalski.com


Nov 19 '05 #2
the .NET SDK documentation includes a full reference, which is easy to
search. You get it when you install the framework. Is that what you're
after?
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.

"Nathan Sokalski" <nj********@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
I am looking for an online reference that shows the following:

Syntax for ASP.NET using VB.NET and ADO.NET

I want a reference of the syntax of any methods, functions, and/or
properties but not any tutorials. If tutorials are on the site, that is OK
as long as they are in a completely separate area from the syntax of the
methods, functions, and/or properties. I know this sounds picky, but if I
have to search through tutorials to find the help I need I find myself
using more time than it is worth. Any help would be appreciated. Thanks.
--
Nathan Sokalski
nj********@hotmail.com
www.nathansokalski.com

Nov 19 '05 #3

"Nathan Sokalski" <nj********@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
I am looking for an online reference that shows the following:

Syntax for ASP.NET using VB.NET and ADO.NET


http://samples.gotdotnet.com/quickstart/aspplus/

You can also install these quickstarts on your localhost (refer the .NET
SDK).

Mujtaba.
Nov 19 '05 #4
I agree with Jason. The SDK docs are really good. When .Net first came
out, I just started from the beginning and read the docs. They were very
informative and straight-forward. The tool that is installed with them
makes searching really easy too.

--
Best regards,
Jeffrey Palermo
Blog: http://dotnetjunkies.com/weblog/jpalermo
"Jason Brown [MSFT]" <i-******@online.microsoft.com> wrote in message
news:uT**************@TK2MSFTNGP09.phx.gbl...
the .NET SDK documentation includes a full reference, which is easy to
search. You get it when you install the framework. Is that what you're
after?
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.

"Nathan Sokalski" <nj********@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
I am looking for an online reference that shows the following:

Syntax for ASP.NET using VB.NET and ADO.NET

I want a reference of the syntax of any methods, functions, and/or
properties but not any tutorials. If tutorials are on the site, that is OK as long as they are in a completely separate area from the syntax of the
methods, functions, and/or properties. I know this sounds picky, but if I have to search through tutorials to find the help I need I find myself
using more time than it is worth. Any help would be appreciated. Thanks.
--
Nathan Sokalski
nj********@hotmail.com
www.nathansokalski.com


Nov 19 '05 #5

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

Similar topics

4
by: Toonman | last post by:
I'm trying to use a couple of variables in a stored procedure. Things work fine when I hard code the data into the variables and also work fine when I use the variable in the WHERE clause and hard...
1
by: Jean Stax | last post by:
Hi ! A couple of pretty basic questions: Value types: As far as I understand, when I create value type without "new" syntax the object is considered as unutilized. Consequently, I have to...
3
by: | last post by:
Here is an example 1) C# Programmer's Reference Old: http://msdn.microsoft.com/library/en-us/csref/html/vcrefTheClassType.asp New: http://msdn2.microsoft.com/en-us/library/0b0thckt.aspx The...
13
by: usenet | last post by:
How and where can one find out about the basics of VB/Access2003 syntax? I am a died in the wool C/C++/Java Linux/Unix programmer and I am finding it difficult to understand the program format...
2
by: JJA | last post by:
I'm looking at some code I do not understand: var icons = new Array(); icons = new GIcon(); icons.image = "somefilename.png"; I read this as an array of icons is being built. An element of...
2
by: Grizlyk | last post by:
Hello. Can compiler garantee equal optimization in the following example for reference "named_ref" as for "named_function"? How I can declare that the "named_ref" always will returns "*this"? ...
8
by: Smithers | last post by:
Are there any important differences between the following two ways to convert to a type?... where 'important differences' means something more profound than a simple syntax preference of the...
6
by: Pixel.to.life | last post by:
So I have this perfectly fine and running app, that uses managed C++ forms. Problem#1: I pass a Bitmap reference to a class, hoping to modify it in one of the class's methods, so it...
5
Banfa
by: Banfa | last post by:
So I have a little problem, I have a template class and that class contains a template function; now what I want to do is declare that function in the class (or indeed the entire class) as a friend...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.