473,738 Members | 2,645 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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=glanc e&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=book s&vi=reader#rea der-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 2131
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********@com cast.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=glanc e&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=book s&vi=reader#rea der-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
1988
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. Includes efficient components for sound recording, playback, encoding, decoding, mixing, resampling, reading, and writing wave files, mixer volume controls access. Provides UDP/IP server and client components for peer-to-peer, multi-user, and...
1
251
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 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.
5
2280
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 checking on the page_load event like if session("uid")="" then response.redirect("loginverify.aspx?er=nlog") elseif session("priv")<>0 then response.redirect("loginverify.aspx?er=nsad")
20
2424
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 include files to change the layout. When I came to ASP.NET, I used user controls to do a similar thing. I have just been looking at master pages, and it looks like they do the same thing. If so, is there any advantage in using them over the...
10
1673
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 change four of the most basic controls to improve them and make them more consistent amongst themselves.
57
3813
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 great demand right now, and that's keeping the good developers busy, but that's not enough to explain the situation. Whenever I post an Access job, I get lots of responses from .NET developers, back-end database people, and web developers. They...
0
1844
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
2130
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 online I found an article which suggested I might place some of the code into web user controls. I created two new files (general_info.ascx and store_front.ascx) and placed two chunks of code in each. I then registered the controls at the top of...
11
1682
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 see how to relate them so this will work. This user control defines the properties:
0
8968
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8787
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9473
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9334
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9259
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8208
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4569
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4824
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3279
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.