This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Dreamweaver > March 2004 > Code Behind





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Code Behind
wda

2004-03-19, 6:28 pm

It appears there are over 15000 messages in this General Discussion forum.

Has anyone heard of Code Behind? Are any of you producing code that is a part
of a web application?

Why hasn't Macromedia included Code Behind in the product and why do they
charge an additional US$ 895 for the honor and privilege of learning how to
make use of Code Behind in Dreamweaver MX 2004?

Code Behind creates a separate file that contains the ASP.NET C# code
(typically in a file with an added extension of .cs after the fashion of the
ASP.net file) this is then compiled into a DLL so that your superbly written
code is kept away from prying eyes when the user runs your web application.
e.g. hello.aspx - hello.aspx.cs

Comments (especially from anyone who has invested in the Code Behind training)
?


darrel

2004-03-19, 6:29 pm

> Has anyone heard of Code Behind? Are any of you producing code that is a
part
> of a web application?


CodeBehind is just MS's terms for putting the server and client scripting in
a separate file than the HTML.

> Why hasn't Macromedia included Code Behind in the product and why do

they
> charge an additional US$ 895 for the honor and privilege of learning how

to
> make use of Code Behind in Dreamweaver MX 2004?


I have no idea, actually. Do you have a URL with more info?

> Code Behind creates a separate file that contains the ASP.NET C# code
> (typically in a file with an added extension of .cs after the fashion of

the
> ASP.net file) this is then compiled into a DLL so that your superbly

written
> code is kept away from prying eyes when the user runs your web

application.
> e.g. hello.aspx - hello.aspx.cs


Uh...right...I guess you already knew the answer, then. It's not specific to
C#, but rather any language .net supports. Also, even if your .net code is
in your aspx page, the end-user still can't see it. The DLL option is useful
to hide your code from clients that may purchase your application and
install it themselves.

> Comments (especially from anyone who has invested in the Code Behind

training)

There's really no training. If you want to use it, learn VS.Net (which I
hate, but hey, that's MS for you...) Otherwise, just do everything in one
page in DW. Then, down the road, if you really want to hide all the code
from your clients, just move the code into self-contained files and compile
them into DLLs and use them as custom class libraries.

-Darrel


Julian Roberts

2004-03-19, 7:29 pm

My suggestion is that you go to www.asp.net and learn about ASP.NET.
Everything you need to know will be in there.

--
Jules
http://www.charon.co.uk/charoncart
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004



Sponsored Links


Copyright 2003 - 2009 forum4designers.com  Software forum  Computer Hardware reviews