473,387 Members | 1,724 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.

how do you train web developers about user controls instead of includes

Well, that depends.
http://www.amazon.com/exec/obidos/tg/detail/-
/0672320681/qid=1056861878/sr=1-1/ref=sr_1_1/002-7953039-
7491213?v=glance&s=books Is a must read IMHO for any
ASP.NET developer. www.dotnetjunkies.com and their book
http://www.amazon.com/exec/obidos/tg/detail/-
/0672321068/ref=lib_dp_TFCV/002-7953039-7491213?
v=glance&s=books&vi=reader#reader-link is another great
resource.

Don't think you can really get into ASP.NET without at
least a fair understanding of .NET. Syntax is basically
irrelevant, understand how things work and why is 95% of
the battle. You can get into a lot of trouble if you
don't understand what's going on under the hood, b/c
stuff that works great on a developers machine might have
a lot of flaws which you will only find out about once
people start banging on your server.

Security is a whole different beast, and these days, one
you should take very seriously. A good working knowledge
of IIS is a must. Furhtermore, you will want all data
access to be done via stored procs unless you are ready
to write a ton of validation code to minimize attack
vulnerabilities that every script kiddie in the country
knows about by now.

Since I've started, I've read an entire book on just the
DataGrid, DataList and Repeater controls, and there are
many out there on creating custom controls. There's a
lot to it. If you look at www.dotnetjunkies.com there's
a great article featured about creating a custom date
picker that should give you a decent feel for how things
work.

My experience has been that building ASP.NET apps is a
walk in the park vs old ASP, but building good ones takes
a little more work. It's worth it though.

Buy a couple of books (The ones above saved me more than
a few times, but there are many many other great books
out there.) Search the web. Play around. And have your
developers get comfortable with .NET, particularly
ADO.NET (David Sceppa's book on ADO.NET, Francesco
Balena's VB.NET Book, John Connell's book on Programming
practices and Jeffrey Richters book on .Net all by MS
Press are among the other 'Must Haves')

Good Luck,

Bill
-----Original Message-----
We as a development team have 2 programmers who understand (well, arelearning to understand) .NET. The other few people we have buildwebsites, but they are not programmers. We have taken the time andeffort to teach them about includes (which we used extensively inclassic asp). However, we're starting to construct sites using .NETinstead. How have others found this process - retraining people tocreate user controls instead of using the out-dated idea of includefiles?

Sincerely,

Bryan Ax
.

Jul 19 '05 #1
1 2110
I think my message was unclear - the programmers who will actually
program data-driven portions of websites are comfortable with all of
the things you describe below. It's the other web developers, who, in
the templates they create, like to use include files for their headers
and footers, that type of thing - we somehow need to get them to
accept user controls (which we the programmers know how to develop),
and implement them. That's the battle. Any suggestions?
"William Ryan" <do********@comcast.net> wrote in message news:<00****************************@phx.gbl>...
Well, that depends.
http://www.amazon.com/exec/obidos/tg/detail/-
/0672320681/qid=1056861878/sr=1-1/ref=sr_1_1/002-7953039-
7491213?v=glance&s=books Is a must read IMHO for any
ASP.NET developer. www.dotnetjunkies.com and their book
http://www.amazon.com/exec/obidos/tg/detail/-
/0672321068/ref=lib_dp_TFCV/002-7953039-7491213?
v=glance&s=books&vi=reader#reader-link is another great
resource.

Don't think you can really get into ASP.NET without at
least a fair understanding of .NET. Syntax is basically
irrelevant, understand how things work and why is 95% of
the battle. You can get into a lot of trouble if you
don't understand what's going on under the hood, b/c
stuff that works great on a developers machine might have
a lot of flaws which you will only find out about once
people start banging on your server.

Security is a whole different beast, and these days, one
you should take very seriously. A good working knowledge
of IIS is a must. Furhtermore, you will want all data
access to be done via stored procs unless you are ready
to write a ton of validation code to minimize attack
vulnerabilities that every script kiddie in the country
knows about by now.

Since I've started, I've read an entire book on just the
DataGrid, DataList and Repeater controls, and there are
many out there on creating custom controls. There's a
lot to it. If you look at www.dotnetjunkies.com there's
a great article featured about creating a custom date
picker that should give you a decent feel for how things
work.

My experience has been that building ASP.NET apps is a
walk in the park vs old ASP, but building good ones takes
a little more work. It's worth it though.

Buy a couple of books (The ones above saved me more than
a few times, but there are many many other great books
out there.) Search the web. Play around. And have your
developers get comfortable with .NET, particularly
ADO.NET (David Sceppa's book on ADO.NET, Francesco
Balena's VB.NET Book, John Connell's book on Programming
practices and Jeffrey Richters book on .Net all by MS
Press are among the other 'Must Haves')

Good Luck,

Bill
-----Original Message-----
We as a development team have 2 programmers who

understand (well, are
learning to understand) .NET. The other few people we

have build
websites, but they are not programmers. We have taken

the time and
effort to teach them about includes (which we used

extensively in
classic asp). However, we're starting to construct sites

using .NET
instead. How have others found this process - retraining

people to
create user controls instead of using the out-dated idea

of include
files?

Sincerely,

Bryan Ax
.

Jul 19 '05 #2

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

Similar topics

0
by: conaito VoIP | last post by:
conaito VoIP ActiveX library for developers of VoIP audio applications, such as voice chat, conference, VoIP, providing real-time low latency multi-client audio streaming over UDP/IP networks....
1
by: William Ryan | last post by:
Well, that depends. http://www.amazon.com/exec/obidos/tg/detail/- /0672320681/qid=1056861878/sr=1-1/ref=sr_1_1/002-7953039- 7491213?v=glance&s=books Is a must read IMHO for any ASP.NET...
5
by: Rajani | last post by:
Hello, I have a strange problem. I want to check the privilege of the login user on each page and allow to display if has suff. priv. I am storing the privilege is session variable. I am...
20
by: Alan Silver | last post by:
Hello, In classic ASP, I used to use two include files on each page, one before and one after the main content, to provide a consistent layout across a web site. That way I could just change the...
10
by: Dean Slindee | last post by:
Does anybody know to whom I can send this letter so that it hits home before Visual Studio 2005 goes production? Dear Microsoft Visual Studio 2005 developers, This is a request for you to...
57
by: TC | last post by:
I'd like to open a discussion about the state of the industry. For the past year, I've been unable to find competent Access developers available for hire. I'm worried about that. I think there's...
0
by: melledge | last post by:
Ajax Developers' Day added to XTech 2006 agenda XTech 2006 - 17-19 May - Hotel Grand Krasnopolsky - Amsterdam, The Netherlands
11
by: Brad Baker | last post by:
I'm building a small web application - I started out placing all my code in one file (config.aspx). As I continue to add code though it was becoming very unwieldy. After doing some searching...
11
by: Web Search Store | last post by:
Hello, I set up a web page with 2 user controls. In classic asp, the first one did all the declarations, and the second one used the values, and could reset it. In ASP.Net so far I can't...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...

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.