473,406 Members | 2,705 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.

design patterns / Architectures etc

I have 13 yrs experience working from Visual Studio 1.x today VS 2005 (both
VB and C++)

Most of the time I have worked in N-tier applications, Web applications,
Windows applications....My company is a small company very limited
budget..We have enterprise web products written in VB/VC++, class ASP. We
have not even used .NET etc.

Lots of people are talking about Design patterns, standard architecture (SOS
or other IBM). I am very novice on these concepts...How should I learn all
these things and how should it help me to enhance my products, will that
help me to generate revenues....Why should I re-engineer my working
products....

Can someone focus on my dilema....

Thanks

Jun 13 '07 #1
6 1942
Hi,
this is the begining:
http://www.codeproject.com/useritems...dDpatterns.asp

Books :
http://www.amazon.com/Design-Pattern.../dp/0321126971
Regards,
Husam Al-aáraj
www.aaraj.net

"abcd" wrote:
I have 13 yrs experience working from Visual Studio 1.x today VS 2005 (both
VB and C++)

Most of the time I have worked in N-tier applications, Web applications,
Windows applications....My company is a small company very limited
budget..We have enterprise web products written in VB/VC++, class ASP. We
have not even used .NET etc.

Lots of people are talking about Design patterns, standard architecture (SOS
or other IBM). I am very novice on these concepts...How should I learn all
these things and how should it help me to enhance my products, will that
help me to generate revenues....Why should I re-engineer my working
products....

Can someone focus on my dilema....

Thanks
Jun 13 '07 #2
Here's a good starting point:
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

"abcd" <ab**@abcd.comwrote in message
news:7E**********************************@microsof t.com...
>I have 13 yrs experience working from Visual Studio 1.x today VS 2005 (both
VB and C++)

Most of the time I have worked in N-tier applications, Web applications,
Windows applications....My company is a small company very limited
budget..We have enterprise web products written in VB/VC++, class ASP. We
have not even used .NET etc.

Lots of people are talking about Design patterns, standard architecture
(SOS or other IBM). I am very novice on these concepts...How should I
learn all these things and how should it help me to enhance my products,
will that help me to generate revenues....Why should I re-engineer my
working products....

Can someone focus on my dilema....

Thanks

Jun 13 '07 #3
On Jun 13, 9:18 am, "abcd" <a...@abcd.comwrote:
I have 13 yrs experience working from Visual Studio 1.x today VS 2005 (both
VB and C++)

Most of the time I have worked in N-tier applications, Web applications,
Windows applications....My company is a small company very limited
budget..We have enterprise web products written in VB/VC++, class ASP. We
have not even used .NET etc.

Lots of people are talking about Design patterns, standard architecture (SOS
or other IBM). I am very novice on these concepts...How should I learn all
these things and how should it help me to enhance my products, will that
help me to generate revenues....Why should I re-engineer my working
products....

Can someone focus on my dilema....

Thanks
Hi,

During all your working years, have you tried to maintain Object
Oriented programming design and implementation?

Moty

Jun 13 '07 #4

"abcd" <ab**@abcd.comwrote in message
news:7E**********************************@microsof t.com...
>I have 13 yrs experience working from Visual Studio 1.x today VS 2005 (both
VB and C++)

Most of the time I have worked in N-tier applications, Web applications,
Windows applications....My company is a small company very limited
budget..We have enterprise web products written in VB/VC++, class ASP. We
have not even used .NET etc.

Lots of people are talking about Design patterns, standard architecture
(SOS or other IBM). I am very novice on these concepts...How should I
learn all these things and how should it help me to enhance my products,
will that help me to generate revenues....Why should I re-engineer my
working products....

Can someone focus on my dilema....
Two books I have used are ISBN 0-596-00712-4 (It's in Java but Oops
programming is Oops programming. The other one is ISBN 0-321-26820-2.

You can look-up the ISBN numbers, use Google.

And if you want to know the power of .Net, then I suggest you get either the
VB or C# book and learn about frameworks, either 3rd party ones like CSLA or
in house written company frameworks for N-Tier architecture, based on Base
Objects.

http://www.lhotka.net/Article.aspx?i...b-e0059cc82ee7
Jun 13 '07 #5
abcd <ab**@abcd.comwrote:
I have 13 yrs experience working from Visual Studio 1.x today VS 2005 (both
VB and C++)

Most of the time I have worked in N-tier applications, Web applications,
Windows applications....My company is a small company very limited
budget..We have enterprise web products written in VB/VC++, class ASP. We
have not even used .NET etc.

Lots of people are talking about Design patterns, standard architecture (SOS
or other IBM). I am very novice on these concepts...How should I learn all
these things and how should it help me to enhance my products, will that
help me to generate revenues....Why should I re-engineer my working
products....
You're almost certainly using the patterns already, but:

1) By using standardised language (adapter, flyweight, singleton etc)
it's easier to communicate

2) Some patterns are easy to get wrong (like double-checked locking in
..NET) and it's good to have a fairly standard way of implementing them

If you're *not* using these patterns already, chances are your code
could be refactored to be more maintainable. It doesn't make sense to
go back and do it all immediately, but when you need to go back to some
code anyway, it's always worth seeing how it can be made more readable
or how design smells can be eliminated.

As for how to learn them - there are plenty of books around. With C++
experience, the Gang of Four book may well be your best starting point:

http://www.amazon.com/Design-Pattern...ddison-Wesley-
Professional/dp/0201633612/ref=pd_bbs_sr_1/105-1983324-1348430?ie=UTF8
&s=books&qid=1181716181&sr=8-1

There are plenty of other pattern books around - the Head-first Design
Patterns book has a good press, although personally it's a bit over-
the-top informal for me. (It's also Java-based - not an issue if you've
done Java though, and many patterns are applicable to most languages.)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Jun 13 '07 #6
>
http://www.amazon.com/Design-Pattern...ddison-Wesley-
Professional/dp/0201633612/ref=pd_bbs_sr_1/105-1983324-1348430?ie=UTF8
&s=books&qid=1181716181&sr=8-1
You surround the URL with <a long url >

http://www.amazon.com/Design-Pattern...1716181&sr=8-1

http://tinyurl.com/

http://preview.tinyurl.com/2doybv

Jun 13 '07 #7

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

Similar topics

1
by: Anil | last post by:
Hi! We are initiating a new project in our company, and we plan to use .Net for this task. We need latest architectures that are recommended by Microsoft. Can anyone tell me where I can found the...
5
by: Don Vaillancourt | last post by:
Hello all, Over the years as I design more database schemas the more I come up with patterns in database design. The more patterns I recognize the more I want to try to design some kind of...
1
by: Jay | last post by:
The GOF text is widely considered the definitive book on the topic. Design Patterns: Elements of Reusable Object-Oriented Softare, Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides ...
1
by: Josh28 | last post by:
Hi We are a group of two chaps just out of undergrad, we created a software to automate the use of Design Patterns. We have put it up at Source Forge--http://dpatoolkit.sourceforge.net/ The...
13
by: John Salerno | last post by:
Here are a few I'm considering: Design Patterns Explained : A New Perspective on Object-Oriented Design (2nd Edition) (Software Patterns Series) by Alan Shalloway Design Patterns C# by...
22
by: Krivenok Dmitry | last post by:
Hello All! I am trying to implement my own Design Patterns Library. I have read the following documentation about Observer Pattern: 1) Design Patterns by GoF Classic description of Observer....
7
by: =?Utf-8?B?bWF2cmlja18xMDE=?= | last post by:
Hi, I would like to know more about design patterns and specifically using C#. Can any one recommend a good book? Thanks
10
by: vital | last post by:
Hi, I am designing the middle tier of a project. It has 6 classes and microsoft application data access block. The six classes are DBServices, Logger, ProjectServices ... etc. and all these...
2
by: Pallav singh | last post by:
Hi Kindly Provide me Link about Concurrency patterns in C++ Thanks Pallav Singh
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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
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 project—planning, 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.