Re: No ASP.NET in express edition ?



"Greg" <imutate@xxxxxxxxxxxxx> wrote in message
news:1168105862.310004.316540@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

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



.



Relevant Pages

  • Re: No ASP.NET in express edition ?
    ... John Timney (MVP) wrote: ... it uses c# if thats your preferred language at least. ... the environment your working in is one thats techncially disconnected at the ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Rijndael encryption - can I supply my own encryption key?
    ... the key needs to be a byte array - might want to ... check thats what your providing. ... John Timney (MVP) ...
    (microsoft.public.dotnet.general)
  • Re: How to Read SMS in C#?!
    ... off the shelf gateway but it does indeed work. ... John Timney (MVP) ... thats done via an SMS gateway like nowSMS or web based provider. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Is it possible to open a new browser not using javascript
    ... code if thats what your trying to find out. ... John Timney (MVP) ... Is it possible to open a new browser window which is not using javascript. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Dowload File
    ... John Timney (MVP) wrote: ... download the file allowing your job to complete before you actually ... HttpWebRequest webRequest3 = WebRequest.Createas ...
    (microsoft.public.dotnet.general)