473,408 Members | 1,938 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,408 software developers and data experts.

a good reference

I am going to write an ASP.NET Application using C#,I want to use OO
technique as much as possible.Probelm is that I have no idea how to start it
how make the structure of my application and so on.I am looking for a
reference that gives me required idea and later I can use that in
developement phase. Is there an e-book ,a book or anything esle that can
guide me through?
Thanks in advance for your time.

Reza
Nov 16 '05 #1
6 1232
Hi Reza,

There a number of cool started kits available @ www.asp.net. Download the
one similar to the one you plan to develop. Each of those kits use good OO
principles, and will let you get started quick.

And of course, the best reference you could have is MSDN. :)

HTH,
Rakesh Rajan

"Reza" wrote:
I am going to write an ASP.NET Application using C#,I want to use OO
technique as much as possible.Probelm is that I have no idea how to start it
how make the structure of my application and so on.I am looking for a
reference that gives me required idea and later I can use that in
developement phase. Is there an e-book ,a book or anything esle that can
guide me through?
Thanks in advance for your time.

Reza

Nov 16 '05 #2
thanks for your response.
My probelm with MSDN is that I don't know where to start,.that's why I am
looking for a book that can guide me through(step by Step).
MSDN is great as a reference not for somebody who wants to start,right?

Reza
"Rakesh Rajan" <Ra*********@discussions.microsoft.com> wrote in message
news:6D**********************************@microsof t.com...
Hi Reza,

There a number of cool started kits available @ www.asp.net. Download the
one similar to the one you plan to develop. Each of those kits use good OO
principles, and will let you get started quick.

And of course, the best reference you could have is MSDN. :)

HTH,
Rakesh Rajan

"Reza" wrote:
I am going to write an ASP.NET Application using C#,I want to use OO
technique as much as possible.Probelm is that I have no idea how to start it how make the structure of my application and so on.I am looking for a
reference that gives me required idea and later I can use that in
developement phase. Is there an e-book ,a book or anything esle that can
guide me through?
Thanks in advance for your time.

Reza

Nov 16 '05 #3
Hi Reza,

Well, to suggest a few good books:
Beginner/Professional ASP.NET from Wrox is a good title.

There are a number of free chapters of oReilly books @:
http://www.ondotnet.com
These are good articles there too. You might want to check out those before
you buy one.

Though MSDN does presents matter which could seem to be tough for beginners,
there are a few start-up articles there too. Maybe you should try
http://www.msdn.microsoft.com/librar...plications.asp

Let me know if I could be of more help.

HTH,
Rakesh Rajan

"Reza" wrote:
thanks for your response.
My probelm with MSDN is that I don't know where to start,.that's why I am
looking for a book that can guide me through(step by Step).
MSDN is great as a reference not for somebody who wants to start,right?

Reza
"Rakesh Rajan" <Ra*********@discussions.microsoft.com> wrote in message
news:6D**********************************@microsof t.com...
Hi Reza,

There a number of cool started kits available @ www.asp.net. Download the
one similar to the one you plan to develop. Each of those kits use good OO
principles, and will let you get started quick.

And of course, the best reference you could have is MSDN. :)

HTH,
Rakesh Rajan

"Reza" wrote:
I am going to write an ASP.NET Application using C#,I want to use OO
technique as much as possible.Probelm is that I have no idea how to start it how make the structure of my application and so on.I am looking for a
reference that gives me required idea and later I can use that in
developement phase. Is there an e-book ,a book or anything esle that can
guide me through?
Thanks in advance for your time.

Reza


Nov 16 '05 #4
thank you very much for your help ,I think the link could be a very good
start.
"Rakesh Rajan" <Ra*********@discussions.microsoft.com> wrote in message
news:A1**********************************@microsof t.com...
Hi Reza,

Well, to suggest a few good books:
Beginner/Professional ASP.NET from Wrox is a good title.

There are a number of free chapters of oReilly books @:
http://www.ondotnet.com
These are good articles there too. You might want to check out those before you buy one.

Though MSDN does presents matter which could seem to be tough for beginners, there are a few start-up articles there too. Maybe you should try:
http://www.msdn.microsoft.com/librar...plications.asp
Let me know if I could be of more help.

HTH,
Rakesh Rajan

"Reza" wrote:
thanks for your response.
My probelm with MSDN is that I don't know where to start,.that's why I am looking for a book that can guide me through(step by Step).
MSDN is great as a reference not for somebody who wants to start,right?

Reza
"Rakesh Rajan" <Ra*********@discussions.microsoft.com> wrote in message
news:6D**********************************@microsof t.com...
Hi Reza,

There a number of cool started kits available @ www.asp.net. Download the one similar to the one you plan to develop. Each of those kits use good OO principles, and will let you get started quick.

And of course, the best reference you could have is MSDN. :)

HTH,
Rakesh Rajan

"Reza" wrote:

> I am going to write an ASP.NET Application using C#,I want to use OO
> technique as much as possible.Probelm is that I have no idea how to

start it
> how make the structure of my application and so on.I am looking for a > reference that gives me required idea and later I can use that in
> developement phase. Is there an e-book ,a book or anything esle that can > guide me through?
>
>
> Thanks in advance for your time.
>
> Reza
>
>
>


Nov 16 '05 #5
Hi Reza,

This won't teach you to build an application properly, but it will provide
an introduction to programming with C#:

http://www.csharp-station.com/Tutorial.aspx

Joe
--
http://www.csharp-station.com

"Reza" <re**@microsoft.com> wrote in message
news:uL*************@TK2MSFTNGP09.phx.gbl...
I am going to write an ASP.NET Application using C#,I want to use OO
technique as much as possible.Probelm is that I have no idea how to start it how make the structure of my application and so on.I am looking for a
reference that gives me required idea and later I can use that in
developement phase. Is there an e-book ,a book or anything esle that can
guide me through?
Thanks in advance for your time.

Reza

Nov 16 '05 #6
Glad to hear that Reza :)

"Reza" wrote:
thank you very much for your help ,I think the link could be a very good
start.
"Rakesh Rajan" <Ra*********@discussions.microsoft.com> wrote in message
news:A1**********************************@microsof t.com...
Hi Reza,

Well, to suggest a few good books:
Beginner/Professional ASP.NET from Wrox is a good title.

There are a number of free chapters of oReilly books @:
http://www.ondotnet.com
These are good articles there too. You might want to check out those

before
you buy one.

Though MSDN does presents matter which could seem to be tough for

beginners,
there are a few start-up articles there too. Maybe you should try:

http://www.msdn.microsoft.com/librar...plications.asp

Let me know if I could be of more help.

HTH,
Rakesh Rajan

"Reza" wrote:
thanks for your response.
My probelm with MSDN is that I don't know where to start,.that's why I am looking for a book that can guide me through(step by Step).
MSDN is great as a reference not for somebody who wants to start,right?

Reza
"Rakesh Rajan" <Ra*********@discussions.microsoft.com> wrote in message
news:6D**********************************@microsof t.com...
> Hi Reza,
>
> There a number of cool started kits available @ www.asp.net. Download the > one similar to the one you plan to develop. Each of those kits use good OO > principles, and will let you get started quick.
>
> And of course, the best reference you could have is MSDN. :)
>
> HTH,
> Rakesh Rajan
>
> "Reza" wrote:
>
> > I am going to write an ASP.NET Application using C#,I want to use OO
> > technique as much as possible.Probelm is that I have no idea how to
start it
> > how make the structure of my application and so on.I am looking for a > > reference that gives me required idea and later I can use that in
> > developement phase. Is there an e-book ,a book or anything esle that can > > guide me through?
> >
> >
> > Thanks in advance for your time.
> >
> > Reza
> >
> >
> >


Nov 16 '05 #7

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

Similar topics

4
by: Charles Banas | last post by:
I've been googling around for a while now an dhaven't been able to find anything beyond SGI's C++ STL reference, which is a bit too terse for my needs. At home, I have a copy of the C++...
12
by: Raque | last post by:
Hello. I'm looking for a good C++ reference book. I learned C++ a year ago. It is very broad and I need something to refer to. Particularly about syntax (using -> versus ".", etc.), using...
6
by: William Payne | last post by:
Hi, I have a function declared as: void foo(const std::string& s, std::ostream& verbose_output); I want foo() to write a lot of data to the ostream if it's a valid stream. If it's valid or not...
39
by: Mike MacSween | last post by:
Just spent a happy 10 mins trying to understand a function I wrote sometime ago. Then remembered that arguments are passed by reference, by default. Does the fact that this slowed me down...
2
by: Someonekicked | last post by:
This is my first Database course, and we are going to have two projects in oracle (which I know nothing about). The professor suggested (1) Oracle 9i Programming: A Primer (Paperback) by...
26
by: vlsidesign | last post by:
I am a newbie and going through "The C programming language" by Kernighan & Richie on my own time (I'm not a programmer but I want to learn because it can save me time in my normal job, and it is...
11
by: gjrw68 | last post by:
I used to code in C about 10 years ago but haven't done anything since than. What's the best refresher site out there for someone who codes daily and needs to get back into C? Cheers, TF
7
by: George2 | last post by:
Hello everyone, I am reading some code from other people, there are some code like this, class Foo { };
5
by: broli | last post by:
http://www.delorie.com/djgpp/doc/libc-2.02/
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?
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
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,...
0
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...
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
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.