473,803 Members | 2,913 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Dumb question on naming a .NET development group

This may seen trivial, but I am wondering if anyone has a good name for
their .NET development group. "Client Server" is too old fashioned, "Open
Systems" too UNIX biased, and "Web Development" too narrow if the
development group also develops desktop applications, WinForms, And TabletPC
products (such as we do).

(FYI: We are being asked to come up with a new name)
Jan 28 '06 #1
4 1069
Ours was Visual Studio Developers Group.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee. com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"Ray Stevens" <nf*@nospam.com > wrote in message
news:%2******** **********@TK2M SFTNGP11.phx.gb l...
This may seen trivial, but I am wondering if anyone has a good name for
their .NET development group. "Client Server" is too old fashioned, "Open
Systems" too UNIX biased, and "Web Development" too narrow if the
development group also develops desktop applications, WinForms, And
TabletPC products (such as we do).

(FYI: We are being asked to come up with a new name)

Jan 28 '06 #2
guy
NETFramework development group?
(its the only bit that hasnt had DotNet dropped!)

"Ray Stevens" wrote:
This may seen trivial, but I am wondering if anyone has a good name for
their .NET development group. "Client Server" is too old fashioned, "Open
Systems" too UNIX biased, and "Web Development" too narrow if the
development group also develops desktop applications, WinForms, And TabletPC
products (such as we do).

(FYI: We are being asked to come up with a new name)

Jan 28 '06 #3
NetShack? Hehe, like RadioShack (You've got questions, we've got answers.)
Bob? "Hey, how do I implement a worker thread?" "I dunno, better ask Bob."
MSOOP? too many meanings come to mind with this one.
WinWebMart? shopping for answers.
AsyncCallback? No blocking happening here.
WorkingJava? just a dig really.

Sorry, just messing around.

"Ray Stevens" <nf*@nospam.com > wrote in message
news:%2******** **********@TK2M SFTNGP11.phx.gb l...
This may seen trivial, but I am wondering if anyone has a good name for
their .NET development group. "Client Server" is too old fashioned, "Open
Systems" too UNIX biased, and "Web Development" too narrow if the
development group also develops desktop applications, WinForms, And
TabletPC products (such as we do).

(FYI: We are being asked to come up with a new name)

Jan 30 '06 #4
Ray Stevens wrote:

This may seen trivial, but I am wondering if anyone has a good name for
their .NET development group. "Client Server" is too old fashioned, "Open
Systems" too UNIX biased, and "Web Development" too narrow if the
development group also develops desktop applications, WinForms, And TabletPC
products (such as we do).


"Trusted Systems"
"Managed Systems"
"Rapid Application Development"
".NET Development"
"On Time, Under Budget"

--
<http://www.midnightbea ch.com>
Jan 30 '06 #5

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

Similar topics

1
4465
by: Jeff Yoshimi | last post by:
Hi, I am currently redesigning some code of mine and trying to determine the best way to "package" it. So far I've been doing this more or less blindly, so I thought I'd consult this group. Actually, I've never heard the motives or history of java package-naming conventions (with the orgs, edus, coms, etc). Is the idea to provide a space of classes that are as organized as possible? What is the relation between this structure and...
5
3797
by: Bill Willyerd | last post by:
I have been looking for some documentation that would support or reject my opinion on Production -vs- Development naming conventions. I believe that each environment should be housed on separate servers with identical names, access, users, stored procs....... If you either agree or disagree with this methodology, I would appreciate your input. TIA, Bill
4
7149
by: Mark Broadbent | last post by:
stupid question time again to most of you experts but this is something that continually bothers me. I am trying to get into the habit of naming variables and controls in an assembly as per convensions. The thing is that Ive never really get the full reference to check against. Ive seen a couple of articles, but there always seems to be a bit missing. I also always seem to run into conflicting convensions both in code samples themselves...
3
4353
by: clintonG | last post by:
Does the use of DTD, XML Schema and similar constructs adopt the use of C# naming conventions? If so how do I make the distinction of how to apply C# conventions with XML elements, attributes and so on? Any referrals to resources that discuss or document XML Naming Conventions? -- <%= Clinton Gallagher, "Twice the Results -- Half the Cost" Architectural & e-Business Consulting -- Software Development NET...
8
1547
by: Jason | last post by:
In my ASP.NET 1.1 solutions, I created several web projects and compiled them each into an assembly. The assembly names reflected the functionality of the feature (Membership.dll, Dues.dll, etc). This made it easy to update an area of the product and deploy that assembly (along with it's associated Business Layer assembly). In 2.0, I can use pure dynamic compilation (ick - source code on the server); fixed_names (ick - hundreds or...
114
7889
by: Jonathan Wood | last post by:
I was just wondering what naming convention most of you use for class variables. Underscore, "m_" prefix, camel case, capitalized, etc? Has one style emerged as the most popular? Thanks for any comments. --
35
12201
by: Smithers | last post by:
Is it common practise to begin the name of form classes with "frm" (e.g., frmOneForm, frmAnotherForm). Or is that generally considered an outdated convention? If not "frm" what is a common or recommended practise? Thanks.
5
1424
by: peteh | last post by:
Hi All; In DB2 LUW 8.2 (and v9 for that matter): * I have a table myTable * I have a group STAFF * I have a user USER1 who is a member of group STAFF * Group STAFF has SELECT and/or SELECT WITH GRANT OPTION on myTable Can USER1 create a stored proc that selects from myTable? Or do I have to explicitly GRANT SELECT on myTable to USER1? Is there any way to avoid explicit grants to individual users on every object they might
14
1552
by: Ronald S. Cook | last post by:
I've been weaning myself off of Hungarian notation because that's what Microsoft is telling me to do, and I want to be a good little MS developer. But things keep coming up that make me miss my little 3-character prefixes. I'm fine with EmployeeFirstNameLabel instead of lblEmployeeFirstName, but at the table and class level, I get frustrated because terms I want to use reserved keywords. I wanted "Event" and "User" as classes and table...
0
9566
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
10555
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
10317
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
10069
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
9127
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6844
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();...
1
4277
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2974
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.