开发者

Creating a customized namespace in C# asp.net

To preface, I need to say that I am still in th开发者_StackOverflowe learning stagings of asp.net

I need to create a custom namespace where I can place my DataObject.cs file

The namespace is .Components.Data

How do I go about doing this?

Thanks in advance


Put your class inside a namespace Components.Data { ... } block.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜