ASP.NET

  • Thread starter Thread starter Morys Kenworthy
  • Start date Start date
M

Morys Kenworthy

I am trying to find a web site where I can see ASP.NET code samples. Can
somebody give me one? All I find out there is in VB code, I would like
ASP.NET.

Thanks again.
 
You might start with http://www.asp.net. It is a Microsoft web site, and has
links to quite a few others as well.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
I went there already and they give samples in C#, VB and JScript only. I'll
keep searching. Thank you anyway.
 
What language do you intend to use? VB.Net and C# are the most popular.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Is ASP.NET an option?

Kevin Spencer said:
What language do you intend to use? VB.Net and C# are the most popular.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
You use on of the dotnet languages to create the asp code.

The asp code is seperated into HTML which is presentation and can include
javascript and then the dotnet code which would be usually C# or VB.NET.

Lloyd Sheen
 
It seems like our friend need to read more about what .net is before writing
any code
at all. It does not make sense to write code for the .net platform while
ignoring what
..net is.
Well different tech people will probably come up with different definitions
of .net but
you may start here:http://www.microsoft.com/net/basics/


Cheers!
Jensen bredal
 
Back
Top