473,666 Members | 2,120 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Development Standards and Procedures

I am looking for .NET (VB, ASP and C#) development standards in term of
code style, Naming conversion, code documentation, etc.

If you know of this kind of document or you can share the one you are using
it will be helpful.

Thanks

Yoav Shtainman
Nov 20 '05 #1
2 1147
http://msdn.microsoft.com/library/de...guidelines.asp
"Yoav Shtainman" <ys********@dat acircle.com> wrote in message
news:eJ******** ******@TK2MSFTN GP09.phx.gbl...
I am looking for .NET (VB, ASP and C#) development standards in term of
code style, Naming conversion, code documentation, etc.

If you know of this kind of document or you can share the one you are using it will be helpful.

Thanks

Yoav Shtainman

Nov 20 '05 #2
* "Yoav Shtainman" <ys********@dat acircle.com> scripsit:
I am looking for .NET (VB, ASP and C#) development standards in term of
code style, Naming conversion, code documentation, etc.


My Naming Guidelines and Code Conventions FAQ:

Visual Basic .NET Sample Guidelines
<http://www.gotdotnet.c om/team/vb/VBSampleGuideli nes.htm>

Naming Conventions for .NET / C# Projects
<http://www.akadia.com/services/naming_conventi ons.html>

Sheep .Net Naming and Style Convention: Introduction and References
<http://www.google.de/groups?selm=%23 YF7Ng3uCHA.572% 40TK2MSFTNGP12>

Naming Guidelines
<http://msdn.microsoft. com/library/en-us/cpgenref/html/cpconnamingguid elines.asp>

Design Guidelines for Class Library Developers
<http://msdn.microsoft. com/library/default.asp?url =/library/en-us/cpgenref/html/cpconnetframewo rkdesignguideli nes.asp>

SharpDevelop C# Coding Style Guide 0.3
<http://www.icsharpcode .net/TechNotes/SharpDevelopCod ingStyle03.pdf>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #3

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

Similar topics

28
3066
by: Me | last post by:
I would like to redesign my existing site into php using classes. I am not the most experienced developer with PHP, and would like to know if anyone can give me some input on a starting point for a class library. Basically, the idea is to have as much of the content served dynamically, using a mySQL database. My catalog site has grown to over 1,100 pages, and is continuing to grow. It's getting ridiculous to keep performing manual...
0
2034
by: M.sajjad | last post by:
Five Steps to Rapid Development with TierDeveloper 3.0 Unlock the power of rapid development when you use TierDeveloper from AlachiSoft in your N-Tier application development. Follow the steps below to quickly design, generate, and deploy a great portion of your real-life N- Tier application. For free evaluation download please visit http://www.alachisoft.com/download.htm
7
3248
by: Alex | last post by:
Hi all, I am trying to install a java stored procedure via the windows development centre. The linux box is running 8.1 FP4 as is the windoze platform. If I am on the linux box i can install the sample jdbc stored procedures o.k. For the purpose of this test I created a sample procedure that executes "select * from department" when conected to the sample database on the linux box.
0
1392
by: Sumit Gupta | last post by:
We are developing Java Stored Procedures using DB2 Development Center v8. While importing a stored procedure (.java file) from one database to another using the Development Center, all the java.lang.String type parameters defined inside the java file get converted to Character(32) type. Is there a way that we can specify that these should be converted to Varchar2(40) instead? Since we import Java Stored Procedures from one DB to another...
1
2566
by: Raquel | last post by:
Have a question on the Stored procedure method code generated by DB2 development center for Java stored procedures. Suppose I have a requirement to return the resultset consisting of FIRSTNME, LASTNAME of all employees belonging to a particular department, following is the stored procedure method code generated by "DB2 development center": public static void sproc3mtd ( String workdept, String firstnme,
8
1225
by: Mark | last post by:
Hi, I am building an application and I have always built applications like so; Presentation layer (Html, Webforms etc). Logic layer (Database access routines etc). Data layer (SQL database tables, stored procedures etc). My question is about the Data layer. I have always written MSSQL stored procedures to do everything (Even deleting a single record from a table) and I call these stored from the Logic layer.
9
1197
by: Guadala Harry | last post by:
This inquiry has to do with the client capabilities and Web client experience: I've been developing rich client apps (Windows desktop client exes in n-tier architecture) for over 10 years and am relatively new to Web client development. The other day, Kevin Spencer told someone that Web development is arguably the most difficult type of programming to do. I couldn't agree more. In many ways it seems to me that in order to develop non...
29
2808
by: Tony Girgenti | last post by:
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. How do I move this project/solution from a local development xp pro computer which uses IIS/localhost, to another xp pro computer that is on a Windows 2003 server domain. I want to be able to use the Windows 2003 server IIS instead of localhost.
1
1392
by: Thomas R. Hummel | last post by:
Hi, I've been tasked by a client to come up with documentation on standards to follow in creating a data access layer implemented through stored procedures. When talking about a data access layer, they mean what will be interfacing with the .NET DAL. Upper management, and the general consensus here is to stay away from a strictly CRUD-based, auto-generated set of stored procedures. In my own design work, I've identified some places to...
0
8449
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8360
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
8876
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
8642
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
7387
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
4198
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...
1
2774
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
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1777
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.