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

Phobia of developing .net n-tiered applications

Hello,

I have 10 years of experience working as a Webmaster. For about an year I
worked on a 3-tier ASP application which gave me a good experience with SQL
Server (Stored procedures) and COM/COM+ development using VB. I have used
..NET while working as a Webmaster for developing simple interactive forms and
but not at all for developing n-tier web or windows application.

Since I don’t have a lot of web/windows application development experience
under my belt, applying for a job with requirements such as “C#, .NET and
Object Oriented - analysis, design and programming”, makes me very
uncomfortable and almost get a headache. When I go for an interview I feel
very tense. I am familiar with OO concepts and I can explain them very well.
What I lack is actual practical experience developing n-tier applications.

I am sure some of you are very good and comfortable developing n-tier
web/windows .net application. I started reading a book called Expert C# 2005
Business Objects by Rockford Lhotka, but I didn’t find it useful and lost
interest in the book after 2nd chapter.

Can someone suggest me a path (books, articles, sample code, etc) that I can
take to get comfortable developing (VB.NET/C#) .Net n-tier applications that
use OO concepts?

Thank you,

Joe Green

Apr 11 '07 #1
6 2108
Hello Joe,

JFor about an year I worked on a 3-tier ASP application
Jexperience with SQL Server (Stored procedures) and COM/COM+

Jbut not at all for developing n-tier web or windows application.
JWhat I lack is actual practical experience developing n-tier applications.

So, if you had the experience with 3-tier what do u want to get more?

Japplying for a job with requirements such
Jas C#, .NET and Object Oriented - analysis, design and programming,
Jmakes me very uncomfortable and almost get a headache.

usually it's common phrase, which imply that u are familiar with the incapsulation,
inheritance, polymorphism and able to use it

JCan someone suggest me a path (books, articles, sample code, etc)
Jthat I can take to get comfortable developing (VB.NET/C#) .Net n-tier
Japplications that use OO concepts?

The concepts are the same as were in 1997, nothing were changed drastically.

see there http://laflour.spaces.live.com/blog/cns!7575E2FFC19135B4!245.entry

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Apr 11 '07 #2
Joe,

You might be beating yourself up a bit. In realistic and real world terms
its about seperation! If you know about objects (and you say you do),
designing them to interact is fairly easy. Specifically for asp.net
development its about knowing where the seperation of logic, data and
presentation should occur - somewhat complicated by AJAX but still perfectly
feasible. Dont get so hung up on your lack of real world experience as you
have a lot of supporting experience around web technology from your
background. If I was you, I would stay away from the desktop stuff ans tick
to web development, although in reality the concepts and approach are the
same - the platform can create significant differences to how an application
is designed and the logical tiers that may exist.

Rockford is a renowned technician, and I think you should take another look
at his book and persist with it for a short while longer, as it will have
some very useful subject matter in it.

Also, a good read.
http://www.15seconds.com/Issue/050721.htm

Regards

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

"Joe" <Jo*@discussions.microsoft.comwrote in message
news:69**********************************@microsof t.com...
Hello,

I have 10 years of experience working as a Webmaster. For about an year I
worked on a 3-tier ASP application which gave me a good experience with
SQL
Server (Stored procedures) and COM/COM+ development using VB. I have used
.NET while working as a Webmaster for developing simple interactive forms
and
but not at all for developing n-tier web or windows application.

Since I don't have a lot of web/windows application development experience
under my belt, applying for a job with requirements such as "C#, .NET and
Object Oriented - analysis, design and programming", makes me very
uncomfortable and almost get a headache. When I go for an interview I feel
very tense. I am familiar with OO concepts and I can explain them very
well.
What I lack is actual practical experience developing n-tier applications.

I am sure some of you are very good and comfortable developing n-tier
web/windows .net application. I started reading a book called Expert C#
2005
Business Objects by Rockford Lhotka, but I didn't find it useful and lost
interest in the book after 2nd chapter.

Can someone suggest me a path (books, articles, sample code, etc) that I
can
take to get comfortable developing (VB.NET/C#) .Net n-tier applications
that
use OO concepts?

Thank you,

Joe Green

Apr 11 '07 #3
Hi Joe,

Here's a good place to start:
http://msdn2.microsoft.com/en-us/practices/default.aspx

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"Joe" <Jo*@discussions.microsoft.comwrote in message
news:69**********************************@microsof t.com...
Hello,

I have 10 years of experience working as a Webmaster. For about an year I
worked on a 3-tier ASP application which gave me a good experience with
SQL
Server (Stored procedures) and COM/COM+ development using VB. I have used
.NET while working as a Webmaster for developing simple interactive forms
and
but not at all for developing n-tier web or windows application.

Since I don't have a lot of web/windows application development experience
under my belt, applying for a job with requirements such as "C#, .NET and
Object Oriented - analysis, design and programming", makes me very
uncomfortable and almost get a headache. When I go for an interview I feel
very tense. I am familiar with OO concepts and I can explain them very
well.
What I lack is actual practical experience developing n-tier applications.

I am sure some of you are very good and comfortable developing n-tier
web/windows .net application. I started reading a book called Expert C#
2005
Business Objects by Rockford Lhotka, but I didn't find it useful and lost
interest in the book after 2nd chapter.

Can someone suggest me a path (books, articles, sample code, etc) that I
can
take to get comfortable developing (VB.NET/C#) .Net n-tier applications
that
use OO concepts?

Thank you,

Joe Green

Apr 11 '07 #4
Thank you guys. The links are helpful.

Joe

"John Timney (MVP)" wrote:
Joe,

You might be beating yourself up a bit. In realistic and real world terms
its about seperation! If you know about objects (and you say you do),
designing them to interact is fairly easy. Specifically for asp.net
development its about knowing where the seperation of logic, data and
presentation should occur - somewhat complicated by AJAX but still perfectly
feasible. Dont get so hung up on your lack of real world experience as you
have a lot of supporting experience around web technology from your
background. If I was you, I would stay away from the desktop stuff ans tick
to web development, although in reality the concepts and approach are the
same - the platform can create significant differences to how an application
is designed and the logical tiers that may exist.

Rockford is a renowned technician, and I think you should take another look
at his book and persist with it for a short while longer, as it will have
some very useful subject matter in it.

Also, a good read.
http://www.15seconds.com/Issue/050721.htm

Regards

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

"Joe" <Jo*@discussions.microsoft.comwrote in message
news:69**********************************@microsof t.com...
Hello,

I have 10 years of experience working as a Webmaster. For about an year I
worked on a 3-tier ASP application which gave me a good experience with
SQL
Server (Stored procedures) and COM/COM+ development using VB. I have used
.NET while working as a Webmaster for developing simple interactive forms
and
but not at all for developing n-tier web or windows application.

Since I don't have a lot of web/windows application development experience
under my belt, applying for a job with requirements such as "C#, .NET and
Object Oriented - analysis, design and programming", makes me very
uncomfortable and almost get a headache. When I go for an interview I feel
very tense. I am familiar with OO concepts and I can explain them very
well.
What I lack is actual practical experience developing n-tier applications.

I am sure some of you are very good and comfortable developing n-tier
web/windows .net application. I started reading a book called Expert C#
2005
Business Objects by Rockford Lhotka, but I didn't find it useful and lost
interest in the book after 2nd chapter.

Can someone suggest me a path (books, articles, sample code, etc) that I
can
take to get comfortable developing (VB.NET/C#) .Net n-tier applications
that
use OO concepts?

Thank you,

Joe Green


Apr 11 '07 #5
here is a good article - CSLA version 2: What is in it for me?

http://www.primos.com.au/primos/Arti...6/Default.aspx

i talked my boss into sending me to the 3 day course next month:

http://www.dunntraining.com/CSLAUSTour.htm

i'm hoping it will help fill in some of the blanks

Joe,

You might be beating yourself up a bit. In realistic and real world
terms its about seperation! If you know about objects (and you say
you do), designing them to interact is fairly easy. Specifically for
asp.net development its about knowing where the seperation of logic,
data and presentation should occur - somewhat complicated by AJAX but
still perfectly feasible. Dont get so hung up on your lack of real
world experience as you have a lot of supporting experience around web
technology from your background. If I was you, I would stay away from
the desktop stuff ans tick to web development, although in reality the
concepts and approach are the same - the platform can create
significant differences to how an application is designed and the
logical tiers that may exist.

Rockford is a renowned technician, and I think you should take another
look at his book and persist with it for a short while longer, as it
will have some very useful subject matter in it.

Also, a good read.
http://www.15seconds.com/Issue/050721.htm
Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"Joe" <Jo*@discussions.microsoft.comwrote in message
news:69**********************************@microsof t.com...
>Hello,

I have 10 years of experience working as a Webmaster. For about an
year I
worked on a 3-tier ASP application which gave me a good experience
with
SQL
Server (Stored procedures) and COM/COM+ development using VB. I have
used
.NET while working as a Webmaster for developing simple interactive
forms
and
but not at all for developing n-tier web or windows application.
Since I don't have a lot of web/windows application development
experience
under my belt, applying for a job with requirements such as "C#, .NET
and
Object Oriented - analysis, design and programming", makes me very
uncomfortable and almost get a headache. When I go for an interview I
feel
very tense. I am familiar with OO concepts and I can explain them
very
well.
What I lack is actual practical experience developing n-tier
applications.
I am sure some of you are very good and comfortable developing n-tier
web/windows .net application. I started reading a book called Expert
C#
2005
Business Objects by Rockford Lhotka, but I didn't find it useful and
lost
interest in the book after 2nd chapter.
Can someone suggest me a path (books, articles, sample code, etc)
that I
can
take to get comfortable developing (VB.NET/C#) .Net n-tier
applications
that
use OO concepts?
Thank you,

Joe Green

Apr 12 '07 #6

Check out Deborah Kurata's new book, "Doing Objects in VB2005". It explains
OO and shows you how to build a simple 3-tier WinForms application,
starting with the business layer and the UI layer, and then adding the data
access layer. If you have some experience doing VB, this will be
understandable.

It also shows you some of the new features with Visual Studio, like code
snippets, how to set up your SQLServer stuff using VS, how to save user
settings, etc. It is a very pragmatic and easy-to-follow book. I started
there, and found it gave me a great foundation and understanding that I
could build on.

I also tried reading Rocky Lhotka's books, and find that the later ones are
more about the CSLA framework and less about Business Objects, and they are
not as useful to me as Ms. Kurata's book has been. Too much theory.

Good luck.
Robin S.
---------------------------------
"Joe" <Jo*@discussions.microsoft.comwrote in message
news:69**********************************@microsof t.com...
Hello,

I have 10 years of experience working as a Webmaster. For about an year I
worked on a 3-tier ASP application which gave me a good experience with
SQL
Server (Stored procedures) and COM/COM+ development using VB. I have
used
.NET while working as a Webmaster for developing simple interactive forms
and
but not at all for developing n-tier web or windows application.

Since I don't have a lot of web/windows application development
experience
under my belt, applying for a job with requirements such as "C#, .NET and
Object Oriented - analysis, design and programming", makes me very
uncomfortable and almost get a headache. When I go for an interview I
feel
very tense. I am familiar with OO concepts and I can explain them very
well.
What I lack is actual practical experience developing n-tier
applications.

I am sure some of you are very good and comfortable developing n-tier
web/windows .net application. I started reading a book called Expert C#
2005
Business Objects by Rockford Lhotka, but I didn't find it useful and lost
interest in the book after 2nd chapter.

Can someone suggest me a path (books, articles, sample code, etc) that I
can
take to get comfortable developing (VB.NET/C#) .Net n-tier applications
that
use OO concepts?

Thank you,

Joe Green

Apr 12 '07 #7

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

Similar topics

1
by: aj | last post by:
hi i am a newbi to python and developing a web application what do u all think is the best application framework for developing web application in python. I want a framework that supports...
9
by: john | last post by:
Hi I am developing a timesheet system. It will have 3 levels of access 1)Administrator 2)Approver -- Will approve or reject the timesheet filled by employees 3)Employees -- Fill in the timesheet...
1
by: Troy Erickson | last post by:
I am very new to web developing. What is the best way to create a web project. I will be using asp with vs.net. What do most people do for computers more specifically. Do I remote debug to a...
4
by: | last post by:
Developing, building, and testing. How do it the best? Learning from the world leader - Microsoft I'm very interested in how the developing/build/testing workflow @ Microsoft looks like. I...
2
by: Allen R. Cha | last post by:
I'm developing FTP Client. but i have a problem. System Env. : Server : wow linux, kernel ver 2.4.x client : Windows XP Home edition. I'm developing FTP Client Application. but I got error...
5
by: Bill | last post by:
Good Day; I would appreciate assistance developing a query that I haven't been able to develop without using a second table. I wish to count the number of records that are still open on the...
13
by: James Harris | last post by:
Hi, Can someone recommend a book that will teach me how to approach C programming so that code is modularised, will compile for different environments (such as variations of Unix and Windows),...
3
by: Todd | last post by:
Hello, I'm looking for a book with in-depth coverage of developing server controls, particularly custom controls. Ideally, the book would have a good amount of how-to's and best practices, but...
11
by: Simon | last post by:
Hi all As I'm sure is common knowledge the version of IIS included in XP Pro is limited in that you can only create 1 website in the IIS snap in. As an ASP.net developer this is a pain in the...
4
by: Vivek Sharma | last post by:
Hi There, I am about to develop a windows application. I was wondering if there is any set of general guidelines I should be following when developing a windows application? Is there a...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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 projectplanning, 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.