473,651 Members | 2,461 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Team development using VS.NET

Can someone please refer me to books, articles, websites where I can obtain
information on how to set up VS2003 for team development.

I am a project manager for a non-trivial military software project that is
migrating from ASP to ASP.NET. I have a team of 9 developers using VS2003.

Of concern to me is that VS2003 compiles its projects into a single DLL.
This will not work for our environment as our architecture is SOA based and
as such the application consists of multiple DLLs.

Additionally, there needs to be the ability for different developers to work
on different files and once done, be able to send the file for testing and
promotion to production.

I am looking for resources providing in depth knowledge on the capabilities
of team based enterprise development using VS2003 enterprise.

Thanks
Nov 18 '05 #1
3 1339
Check this article out
http://msdn.microsoft.com/library/de...ml/tdlg_rm.asp

Also, you can compile projects into multiple .dll files but you must use the
project type of Class Library. Then all you do is reference these projects
using the IDE.

"codabill" wrote:
Can someone please refer me to books, articles, websites where I can obtain
information on how to set up VS2003 for team development.

I am a project manager for a non-trivial military software project that is
migrating from ASP to ASP.NET. I have a team of 9 developers using VS2003.

Of concern to me is that VS2003 compiles its projects into a single DLL.
This will not work for our environment as our architecture is SOA based and
as such the application consists of multiple DLLs.

Additionally, there needs to be the ability for different developers to work
on different files and once done, be able to send the file for testing and
promotion to production.

I am looking for resources providing in depth knowledge on the capabilities
of team based enterprise development using VS2003 enterprise.

Thanks

Nov 18 '05 #2
"Also, you can compile projects into multiple .dll files but you must use the
project type of Class Library. Then all you do is reference these projects
using the IDE."

Does that really work? I tried it once, but never able to make it work. Do
you know any tutorial etc about that?

Thanks,

Ethem

"Tampa .NET Koder" wrote:
Check this article out:
http://msdn.microsoft.com/library/de...ml/tdlg_rm.asp

Also, you can compile projects into multiple .dll files but you must use the
project type of Class Library. Then all you do is reference these projects
using the IDE.

"codabill" wrote:
Can someone please refer me to books, articles, websites where I can obtain
information on how to set up VS2003 for team development.

I am a project manager for a non-trivial military software project that is
migrating from ASP to ASP.NET. I have a team of 9 developers using VS2003.

Of concern to me is that VS2003 compiles its projects into a single DLL.
This will not work for our environment as our architecture is SOA based and
as such the application consists of multiple DLLs.

Additionally, there needs to be the ability for different developers to work
on different files and once done, be able to send the file for testing and
promotion to production.

I am looking for resources providing in depth knowledge on the capabilities
of team based enterprise development using VS2003 enterprise.

Thanks

Nov 18 '05 #3
"Also, you can compile projects into multiple .dll files but you must use the
project type of Class Library. Then all you do is reference these projects
using the IDE."

Does that really work? I tried it once, but never able to make it work. Do
you know any tutorial etc about that?

Thanks,

Ethem

"Tampa .NET Koder" wrote:
Check this article out:
http://msdn.microsoft.com/library/de...ml/tdlg_rm.asp

Also, you can compile projects into multiple .dll files but you must use the
project type of Class Library. Then all you do is reference these projects
using the IDE.

"codabill" wrote:
Can someone please refer me to books, articles, websites where I can obtain
information on how to set up VS2003 for team development.

I am a project manager for a non-trivial military software project that is
migrating from ASP to ASP.NET. I have a team of 9 developers using VS2003.

Of concern to me is that VS2003 compiles its projects into a single DLL.
This will not work for our environment as our architecture is SOA based and
as such the application consists of multiple DLLs.

Additionally, there needs to be the ability for different developers to work
on different files and once done, be able to send the file for testing and
promotion to production.

I am looking for resources providing in depth knowledge on the capabilities
of team based enterprise development using VS2003 enterprise.

Thanks

Nov 18 '05 #4

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

Similar topics

10
2027
by: KN | last post by:
I know both are pretty much the same and it comes down to personal choice. But I have to make the choice for the team. Things so far that I am considering 1. XML documentation in C# -- thats good.. not there in VB.net?? 2. Some language features of VB.Net like Redim(makes it easier for developers), but not good enough reason. 3. C# is in more like standard languages and key words used are more
2
2697
by: Sammy | last post by:
I have a development team working on a web application. I have a development server with VS 2003 installed. Each developer checks out a copy of the source code via source safe and edits/compiles/debugs it on their machine. However, we always need to debug this code on the server itself, since, for example we have external devices (mobiles) that call web services, that are only exposed via the server. I do not want to give server access...
5
2053
by: Shawn Berg | last post by:
I have just finished reading the "Team Development with Visual Studio .NET and Visual SourceSafe" patterns & practices white paper. I just wanted to get a good feel from others if what they suggest here is really the best implementation for team development. My company only has a handful of developers (2 currently, as many as 5 possibly in the future) that need to work on the same ASP.NET projects. All of our existing apps are in classic...
7
1579
by: Rick | last post by:
I'm sorry for posting this here, but other more relevant groups are a little too quiet. Has anyone out there come up with an effective strategy for using VSS with a development team? IME it is a nightmare trying to manage releases of code. We need one release to share among developers, one for the QA team, and one for the live application. The problem is, VSS really only has one version at any one time. I'm guessing that VS2005 Team...
1
19833
by: bharathreddy | last post by:
This Article gives an introduction to VSTS Team Foundation & fundamental difference between Visual Source Safe (VSS) and VSTS Team Foundation. Team Foundation is a set of tools and technologies that enable a team to collaborate and coordinate a project (software or non software projects). The team collaboration is achieved by several tools and features available as part of "Team Foundation". Team Foundation Server The Team...
9
1759
by: Smokey Grindel | last post by:
Ok this is making me want to rip my hair out trying to figure out the real price of this thing... we are trying to make up our 2008 budget... we have VS 2005 Pro right now... we like the team features in 08... and want to figure out the price... I've seen everything from $2,500 to $15k... wich $15k is ridicilous.... anyways... then it has editions in 2005! database, app analyst, performance.... what ever they where called... then in 2008...
1
1272
by: Joseph Geretz | last post by:
Our application consists of a suite of webservices. Depending upon application area, different methods are grouped into separate webservice projects, and are developed and maintained by separate development teams. Let's assume for the sake of this discussion, that Team A, Team B and Team C are working on separate webservice projects. (Ultimately, these separate projects will integrate and comprise the entire application solution.) Our...
0
8275
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
8795
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
8695
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...
0
8576
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5609
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
4143
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...
0
4281
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1906
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1585
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.