English 中文(简体)
C# Coding Format in asp.net mvc app [los]
原标题:C# Coding Style in asp.net mvc app [closed]

I and my team starting new project with asp.net mvc (before write in c++) and i want to use best code style practice for asp.net mvc because its very important thing for long project. You guys who have good experience in asp.net mvc can recommend me good code styling rules? Thanks a lot

最佳回答

这个问题过于宽泛,不能在这里回答。 我首先建议:,并附上优良的 book from Steven Sanderson You may take a look at.

这里还有excellent Guide , 您应明确核对。 它是建立在几个黄金规则的基础上的,如果你想要遵循良好做法,就应当遵守这些规则。

问题回答

If its real coding style that you are looking for, I really recommend Resharper, that tool gives you tons of good advice while your are typing. It helps you respect the naming convention standard set by Microsoft which you can consult here.


仅谈一下爱幼会。 NET MVC.

我建议你购买并读一本书,如果这部书是一个非常重要的长期项目,那么Wrox和Maning书就是两个很好的选择。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签