PC Review


Reply
Thread Tools Rate Thread

building your own Framework: why??

 
 
DraguVaso
Guest
Posts: n/a
 
      13th May 2005
Hi,

Some time ago I spoek to a guy who proudly announced that his company build
their own Framework tu be used as a base for their .NET-applications for
their customers. In my new job somebody suggested me to do the same.

But what the heck do they want to do with that? They both did it/wanted it
for the DataLayer and stuff, but I don't see really a big advantage in doing
these things. So I have this questions:
- What should such a Framework include?
- What benefits does it have?
- How do you write it?
- Anybody has a sample of such a thing?

Any answers, discussions, etc would de nice regarding this subject.

Pieter


 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q293Ym95IChHcmVnb3J5IEEuIEJlYW1lcikgLSBN
Guest
Posts: n/a
 
      13th May 2005
A Framework should contain the classes that help fulfill your business'
unique needs. You should focus on distinct business needs that can be used
across multiple applications and leave app specific code in the application
project(s). Without knowing your business, I cannot suggest specifics of what
you might have in the Framework libraries.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

"DraguVaso" wrote:

> Hi,
>
> Some time ago I spoek to a guy who proudly announced that his company build
> their own Framework tu be used as a base for their .NET-applications for
> their customers. In my new job somebody suggested me to do the same.
>
> But what the heck do they want to do with that? They both did it/wanted it
> for the DataLayer and stuff, but I don't see really a big advantage in doing
> these things. So I have this questions:
> - What should such a Framework include?
> - What benefits does it have?
> - How do you write it?
> - Anybody has a sample of such a thing?
>
> Any answers, discussions, etc would de nice regarding this subject.
>
> Pieter
>
>
>

 
Reply With Quote
 
Theresa Smallwood
Guest
Posts: n/a
 
      13th May 2005
I can tell you why did this at our company - it allows for a much faster
development process. Since we have a framework that has been tested already,
usually the only thing we have to build are the UI pieces, and put in any
custom business logic for that project.

We actually have 2 frameworks - one for internet applications and one for
windows/desktop applications. The frameworks have all the security and data
access stuff built in, so it makes the development a lot faster and easier
to test. Plus, it's something we can easily get new hires to work in, so all
our code is fairly consistent.

I know that with our internet framework, (which we also have a site
"template" created to speed things along, as well), we can knock out a very
robust, feature-rich application (application-level security, dynamic,
role-based content and menus, and a site for administration of the data) in
a couple of days.

Theresa

"DraguVaso" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> Some time ago I spoek to a guy who proudly announced that his company
> build
> their own Framework tu be used as a base for their .NET-applications for
> their customers. In my new job somebody suggested me to do the same.
>
> But what the heck do they want to do with that? They both did it/wanted it
> for the DataLayer and stuff, but I don't see really a big advantage in
> doing
> these things. So I have this questions:
> - What should such a Framework include?
> - What benefits does it have?
> - How do you write it?
> - Anybody has a sample of such a thing?
>
> Any answers, discussions, etc would de nice regarding this subject.
>
> Pieter
>
>



 
Reply With Quote
 
Nick Malik [Microsoft]
Guest
Posts: n/a
 
      14th May 2005
Microsoft offers up an app framework that sits on top of the .Net framework.
Free source. If you want to create a framework for your apps, I recommend
that you start here.

http://msdn.microsoft.com/library/de...tml/entlib.asp


--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"DraguVaso" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> Some time ago I spoek to a guy who proudly announced that his company
> build
> their own Framework tu be used as a base for their .NET-applications for
> their customers. In my new job somebody suggested me to do the same.
>
> But what the heck do they want to do with that? They both did it/wanted it
> for the DataLayer and stuff, but I don't see really a big advantage in
> doing
> these things. So I have this questions:
> - What should such a Framework include?
> - What benefits does it have?
> - How do you write it?
> - Anybody has a sample of such a thing?
>
> Any answers, discussions, etc would de nice regarding this subject.
>
> Pieter
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Building an Extensible Web Framework Lucas Tam Microsoft ASP .NET 2 13th Oct 2005 04:55 PM
building your own Framework: why?? DraguVaso Microsoft Dot NET 3 14th May 2005 07:47 AM
building your own Framework: why?? DraguVaso Microsoft VB .NET 3 14th May 2005 07:47 AM
Building a SOAP Message (in Compact Framework) [REPLYING FROM microsoft.public.dotnet.framework] news.microsoft.com Microsoft Dot NET Compact Framework 1 2nd Apr 2004 10:14 PM
Building a SOAP Message (in Compact Framework) [REPLYING FROM microsoft.public.dotnet.framework] news.microsoft.com Microsoft Dot NET Framework 0 16th Mar 2004 04:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:54 AM.