473,405 Members | 2,210 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,405 software developers and data experts.

No ASP.NET in express edition ?

Is there no ASP.NET in C# express edition ?

Jan 4 '07 #1
9 1191
"Greg" <im*****@hotmail.co.ukwrote in message
news:11**********************@6g2000cwy.googlegrou ps.com...
Is there no ASP.NET in C# express edition ?
Are you looking for this: http://msdn.microsoft.com/vstudio/express/vwd/ ?
Jan 4 '07 #2
Are you looking for this: http://msdn.microsoft.com/vstudio/express/vwd/ ?

Well, no I was not, I am coming from a desktop programming background
(BASIC not VB, Delphi, C++) I know very little of web technology
details beyond static HTML. I've looked briefly at Javascript but I
don't really understand its useage.

The idea of a "web enabled" application is kind of understandable, it
is like a desktop app but the server and browser are acting somewhat
like the OS UI, right ?

Actually I was wondering why there is no "ASP.NET" project type in the
C# express edition, and if it exists in other versions. When I click
new project there is no ASP.NET option.

Visual Web dev looks interesting, but there again it adds to the
confusion. What can't it do on a web app that ASP.NET / C# can do ?

Jan 4 '07 #3
The express products are broken down so that hobbyists can dabble and create
apps for the environments they are looking to work in. If you expect to
create full blown apps for web/desktop/remoting, integration etc. then they
expect you to buy Visual Studio.NET which has all the tools combined. The
VWD has the extra bits to drag and drop asp.net controls onto forms, and
invoke test web servers, its a really easy install and great for a free
product so give it a try.

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"Greg" <im*****@hotmail.co.ukwrote in message
news:11**********************@s34g2000cwa.googlegr oups.com...
>Are you looking for this: http://msdn.microsoft.com/vstudio/express/vwd/
?

Well, no I was not, I am coming from a desktop programming background
(BASIC not VB, Delphi, C++) I know very little of web technology
details beyond static HTML. I've looked briefly at Javascript but I
don't really understand its useage.

The idea of a "web enabled" application is kind of understandable, it
is like a desktop app but the server and browser are acting somewhat
like the OS UI, right ?

Actually I was wondering why there is no "ASP.NET" project type in the
C# express edition, and if it exists in other versions. When I click
new project there is no ASP.NET option.

Visual Web dev looks interesting, but there again it adds to the
confusion. What can't it do on a web app that ASP.NET / C# can do ?

Jan 4 '07 #4

John Timney (MVP) wrote:
The express products are broken down so that hobbyists can dabble and create
apps for the environments they are looking to work in. If you expect to
create full blown apps for web/desktop/remoting, integration etc. then they
expect you to buy Visual Studio.NET which has all the tools combined. The
VWD has the extra bits to drag and drop asp.net controls onto forms, and
invoke test web servers, its a really easy install and great for a free
product so give it a try.
I am trying but, I already have scratched the surface of Visual Studio
2003, which I have installed, but this VWD is not compatible is it ?

Jan 4 '07 #5

Greg wrote:
expect you to buy Visual Studio.NET which has all the tools combined. The
VWD has the extra bits to drag and drop asp.net controls onto forms, and
invoke test web servers, its a really easy install and great for a free
product so give it a try.

I am trying but, I already have scratched the surface of Visual Studio
2003, which I have installed, but this VWD is not compatible is it ?
Basically I don't see the WYSIWIG in the free VWD, whereas Visual
Studio shows the page as you will see it. Is there a way to invoke the
graphical interface ?

Jan 4 '07 #6

roger_27 wrote:
are you looking for the IDE for asp.net pages ? I have never used express,
but 2005 proffessional has ASP pages in a different place, you need to go to
File New web Site

you cant just do File new project

hope this helps.
I can see there is a difference between VS.NET and the Express
editions. C# is easy enough to pick up if you know C++. Between C#,
ASP and HTML there is too much to learn together, unless you are
already familliar with some of these I think it is best to go on a
course to learn them.

Jan 4 '07 #7
Thats half the fun of the express products........learn from the examples
and from samples on the web. Developing for asp.net is not that different,
it uses c# if thats your preferred language at least. Whats different is
the environment your working in is one thats techncially disconnected at the
client and the server and you have to learn about http, webservers and the
asp.net objects for .net 2.0.

Theres some good tutorials about, and some very good books. Stick with it,
you'll get the hang of it.
Get VWD insalled and have a go at some of the examples here:
http://www.w3schools.com/aspnet/default.asp

and here:

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

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"Greg" <im*****@hotmail.co.ukwrote in message
news:11**********************@11g2000cwr.googlegro ups.com...
>
roger_27 wrote:
>are you looking for the IDE for asp.net pages ? I have never used
express,
but 2005 proffessional has ASP pages in a different place, you need to go
to
File New web Site

you cant just do File new project

hope this helps.

I can see there is a difference between VS.NET and the Express
editions. C# is easy enough to pick up if you know C++. Between C#,
ASP and HTML there is too much to learn together, unless you are
already familliar with some of these I think it is best to go on a
course to learn them.

Jan 4 '07 #8

John Timney (MVP) wrote:
Thats half the fun of the express products........learn from the examples
and from samples on the web. Developing for asp.net is not that different,
it uses c# if thats your preferred language at least. Whats different is
the environment your working in is one thats techncially disconnected at the
client and the server and you have to learn about http, webservers and the
asp.net objects for .net 2.0.

Theres some good tutorials about, and some very good books. Stick with it,
you'll get the hang of it.
Get VWD insalled and have a go at some of the examples here:
http://www.w3schools.com/aspnet/default.asp

and here:

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

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
I was just looking at the source on your own site and I am confused:
Your own pages look as though they were typed in or edited by hand, I
thought most professional web designers generated the web pages by
other means.

Jan 6 '07 #9
"Greg" <im*****@hotmail.co.ukwrote in message
news:11**********************@42g2000cwt.googlegro ups.com...
>
John Timney (MVP) wrote:
>Thats half the fun of the express products........learn from the examples
and from samples on the web. Developing for asp.net is not that
different,
it uses c# if thats your preferred language at least. Whats different is
the environment your working in is one thats techncially disconnected at
the
client and the server and you have to learn about http, webservers and
the
asp.net objects for .net 2.0.

Theres some good tutorials about, and some very good books. Stick with
it,
you'll get the hang of it.
Get VWD insalled and have a go at some of the examples here:
http://www.w3schools.com/aspnet/default.asp

and here:

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

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog

I was just looking at the source on your own site and I am confused:
Your own pages look as though they were typed in or edited by hand, I
thought most professional web designers generated the web pages by
other means.

They layout and design was indeed edited by hand. Personally, I dont know
that many professionals who do their initial site layout using tools from
start to finish, though I use Dreamweaver on occasion for complex table
nesting etc. and Paintshop Pro or Photoshop for image editing.

The draft design (html) was then converted into master pages just to see how
easy it was to take an existing site and convert it into a web project in
VWD. It took about 30 minutes to convert the html to asp.net controls and
add the RSS feed logic, as well as recreating the master page templates for
the site with the CSS it uses and the image files. Now its just a very
simple fairly self managing site. The addition of the out-of-the box blog
software was also easy, although that again took some hand cranking to get
correct.

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog

Jan 6 '07 #10

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

Similar topics

0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
1
by: Lubomir | last post by:
Hi, I would like to ask, how different are C# 2005 Express Edition and C# within MS Visual Studio 2005. Than as well Visual Web Developer 2005 Express Edition and ASP within MS VS 2005. ...
10
by: Bonj | last post by:
Hi I installed .NET 2005 express edition, and am about to unnistall it again because it can't seem to be able to even insert a resource file into a project. Can anyone tell me is this right?...
0
by: Maury | last post by:
I just downloaded .Net Framework Beta2 and Visual Web Developer Express Edition Beta and Visual C# Express Edition. I installed .Net Framework Beta2, then I installed Visual Web Developer...
1
by: Peter | last post by:
I've purchased VS.NET 2005 Standard and have tried to install SQL Server 2005 Express, but get the following error in the error log. Please could someone help me.... Microsoft SQL Server 2005...
4
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order?...
11
by: sumana_m | last post by:
I have downloaded the freely available express edition of Visual Web Developer. If I develop an application using this, will I be able to market my product for commercial purposes without having...
2
by: kress1963nov22 | last post by:
I recently purchased a good MS book ("Build a Web Site Now") by Jim Buyens. It has the Express Edition of MS-Visual Web Developer 2005 on CD and also MS SQL Server 2005 Express Edition on the CD. A...
3
by: Steve | last post by:
Hi All I downloaded Sql server 2005 express SP2 and attempted to modify the Bootstrapper package files as I did with SP1 When i try to install SQL server as part of my VS 2005 deployment app I...
1
by: BobLewiston | last post by:
I installed SQL Server 2008 Express, basic edition (SQLEXPR32_x86_ENU_Bootstrapper.exe, version 9.0.30729.1) without any problem. Then I attempted to install AdventureWorks Sample Databases for...
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: 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: 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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.