assemblies
Force AssemblyVersion("1.0.*") to observe DST when populating Revision?
It seems that, when using the following syntax in a C# project\'s AssemblyInfo.cs file, the Revision value doesn\'t observe Daylight Saving Time (it does use local time).[详细]
2023-04-13 07:09 分类:问答Get ASP.NET assembly from OnInit of custom server control?
I\'m trying to build an ASP.NET custom server control which displays version information about the ASP.NET project contai开发者_高级运维ning the page on which the server control is rendered.[详细]
2023-04-13 06:11 分类:问答Determine whether DateTime was baked into Version of .NET assembly at compile time?
How do I know that adding the Build and Revision values of a given .NE开发者_开发知识库T assembly to new DateTime(2000, 1, 1) will give me the compile time?[详细]
2023-04-13 05:44 分类:问答Should I mix technologies within assemblies?
I have a medium-sized project, which implements about 20 or so different concepts. At the beginning, I chose to organize my assemblies based on conceptual layers, like so:[详细]
2023-04-12 23:43 分类:问答Hook the resolution of assemblies and types loaded in a Xaml context
for a good reason we are prefixing our assemblies, with a prefix specific to each application : e.g. if we have a project named \"A\" which is a dependency of an application named \"MyApplication1\"[详细]
2023-04-12 08:41 分类:问答Convert VB6 .dll file to a .net dll
I have a .dll file written in VB6. I understand that I can add this .dll file as a reference in my VS project, bu开发者_如何学Got I need to be able to add this .dll file as an embedded resource to my[详细]
2023-04-10 19:39 分类:问答Modify the version information of a built .NET assembly
Is there a better way to modify the v开发者_如何学JAVAersion information of a .NET assembly of the one I am currently using.[详细]
2023-04-10 15:09 分类:问答Assemblies Visual Studio 2010 using in monodevelop with monotouch
I\'m new in monodevelop and I have a question. I have some assemblies developed in Visual开发者_StackOverflow社区 Studio 2010 in C# and I would like to use them with monotouch in Mac, my question is:[详细]
2023-04-10 08:07 分类:问答System.InvalidOperationException: The type Database cannot be constructed
I have been looking into refactoring some old code into a new WCF service, based on net 4.0 and have into a little difficulty with what should be a simple exercise![详细]
2023-04-10 01:09 分类:问答How to use shared location of assemblies by multiple applications
I\'ve just took over a bunch of windows services (on server no. 1) and web applications (on server no.2) on two servers. All those application use a great deal of the same core libraries. I woul开发者[详细]
2023-04-09 14:30 分类:问答