class-library
How to access a connection string from within a library
I have a web project (mvc) and data access layer in a separated class library project. I need to access to a connection string in app.config which sits in that library project.[详细]
2023-02-15 13:11 分类:问答Can an ASP.NET MVC3 Controller (and View?) be redistributed as a class library dll?
is it possible to add a single Controller and possibly a view or two, in a class library ... 开发者_如何转开发which could then be redistributed (ie. via NuGet) and reused in various applications?[详细]
2023-02-13 22:08 分类:问答accessing a webservice through class library in .net3.5 vs2008
I had a webservice which i was directly accessing from my webform. I used a service reference in my wesite and used a serviceclient on my webform which worked fine.[详细]
2023-02-13 03:17 分类:问答Converting WPF application project into UserControl Library causes InitializeComponent() can not be find error
I was working on the project where I was creating a bunch of 开发者_JAVA百科User Controls. At the later time I have decided to move those controls into a UserControl library. So that\'s what I did:[详细]
2023-02-11 05:16 分类:问答Embedding a JS file in Silverlight Class Library
I a开发者_高级运维m trying to create a Silverlight class library which needs to call a few Javascript methods. I have put these methods in a single .js file and have added it to the project. But when[详细]
2023-02-09 23:52 分类:问答Execute a console application in c#? [duplicate]
This question already has answers here: 开发者_运维技巧 Closed 12 years ago. Possible Duplicate: How to Run a C# console application with the console hidden.[详细]
2023-02-09 20:36 分类:问答How can I separate "Data" from my console application?
I have two projects: Console application Class Library 开发者_高级运维 I want the Class library to define the classes, create edmx files and to have a partial connection string, like:[详细]
2023-02-08 17:11 分类:问答deploying a web application which references a class library which communicates with a WCF service
I have a separate environment for development. On my production server, where we mostly host web applications开发者_JAVA百科, we deploy the precompiled version of the web project.[详细]
2023-02-07 19:47 分类:问答C++ Avoiding library linking
I currently have a c++ setup like the following class FlowController { public: //... private: cntrl::OneWayValve _intake;[详细]
2023-02-05 17:41 分类:问答Embedded views and localization
I got some generic razor (view engine) views in a class library that I want to load through a VirtualPathProvider.[详细]
2023-02-02 15:53 分类:问答