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

building your own Framework: why??

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
Nov 21 '05 #1
3 926
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

Nov 21 '05 #2
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" <pi**********@hotmail.com> wrote in message
news:uL**************@TK2MSFTNGP09.phx.gbl...
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

Nov 21 '05 #3
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" <pi**********@hotmail.com> wrote in message
news:uL**************@TK2MSFTNGP09.phx.gbl...
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

Nov 21 '05 #4

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

Similar topics

17
by: Nick | last post by:
I am doing some research into building web applications using Object Oriented techniques. I have found the excellent patterns section on the MSDN site, but other than that I cannot find any good,...
8
by: Jacob Arthur | last post by:
How would I go about using a custom select string that is passed from a form to the SelectCommand parameter of SqlDataSource? I tried: SelectCommand = "<% Request.Form("hdnSelect") %>" but I...
1
by: Diffident | last post by:
Hello All, I have a question as to why my users are noticing error when I am building the project on the production system. Here is the problem's background. In order to build the project on...
0
by: michaeldavidcox | last post by:
I have one project that is giving me an error but only when I build it outside of VS 2005 IDE: C:\Code\GUI\Form1.vb(731) : error BC31094: Implementing class 'DSO.ServerClass' for interface...
0
by: Herman Jones | last post by:
I'm getting the following error when I build a Class Library project: Embedding manifest... Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'. It happens with...
1
by: J. Jeffrey Close | last post by:
Hi all, I have been trying for some time to build Python 2.4.x from source on OS X 10.4.6. I've found *numerous* postings on various mailing lists and web pages documenting the apparently...
20
by: Thorsten Kampe | last post by:
Hi, I've already sent this to the Komodo mailing list (which seemed to me the more appropriate place) but unfortunately I got no response. I'd like to build a Python GUI app. Neither Tkinter...
4
by: Arnaud Delobelle | last post by:
Hi fellow python enthusiasts. Having recently acquired a MacBook Pro (Intel Core 2 Duo) which comes with python2.5, I have been installing some modules that I need (PIL, psycopg2, PyXML ...). ...
12
by: Ludwig | last post by:
Hi all, we are building our own class library framework, with stuff in it that can be used in various projects at various clients. Initially we had 4 assemblies with everything in it. Of...
11
by: Mike Schilling | last post by:
I recently installed the .NET 3.0 framework (behind the time, I know), and am seeing an issue building it. Because 3.0 doesn't upgrade csc.exe, I'm still using the 2.0 csc to build things. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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: 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
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
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...

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.