473,729 Members | 2,348 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2132
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!7575E2FFC19 135B4!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*@discussion s.microsoft.com wrote in message
news:69******** *************** ***********@mic rosoft.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*@discussion s.microsoft.com wrote in message
news:69******** *************** ***********@mic rosoft.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*@discussion s.microsoft.com wrote in message
news:69******** *************** ***********@mic rosoft.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*@discussion s.microsoft.com wrote in message
news:69******** *************** ***********@mic rosoft.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
uncomfortabl e 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*@discussion s.microsoft.com wrote in message
news:69******** *************** ***********@mic rosoft.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
1737
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 templates,database connectivity, is available for both unix and windows ,and ofcourse is easy to learn. Zope Quixote Draco or others
9
1604
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 which will ontain info like start time & end for task & task description. There will be different projects with different employees & approvers Also I need to genrate reports like timesheet for an employee for this particular week or month.Or...
1
1595
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 server. Setup a computer that is a server and do my developing on the same machine? Have two servers and when the project is done transfer it to the production server?
4
1982
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 think Microsoft as world leader in software developing business must have a very good workflow. Does anyone know how the development flow @ Microsoft looks like?
2
1679
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 message "550 no such file or directory". But i absolutly watch file i want to get in server. I don't know why... so i'm sad.
5
1552
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 first of each month. Each record has an open date and a close date or the close date is null i.e., the record is not yet closed. I've previously beaten this by building a table, simply a list of the dates for the first of each month for the next...
13
2752
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), will be robust etc. As an example, I am developing a BSD Sockets suite which I want to run under various Unixes, including the Zaurus version of Linux, and also run parts of it under Windows. My thought is to
3
1432
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 also serve as a fairly complete reference. It doesn't need a whole lot in the way of introductory material as I already have most of the basics down. So I've narrowed my search down to 2 books: "Developing Microsoft ASP.NET Server Controls and...
11
2000
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 arse because I can't figure out how to stop having this fact cock up my relative urls. When I create a virtual directory - presumably what you're supposed to do when you're only allowed one site my relative URL's refer to the root of the
4
1160
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 preference of writing SQL queries within the application rather than Stored Procedures? Please help Thanks
0
8917
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, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
8761
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
9426
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
9281
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
9200
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
6022
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4525
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...
1
3238
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
3
2163
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.