Kim Major
|
Registered User
|
|
1d |
answered | ASP.NET website, server-side DOCX to PDF conversion |
|
Dec 7 |
comment |
Hot deployment of .net assemblies I guess it depends on the definition of "hot swapping". For example, if you have several implementations of an interface you can resolve any given implementation. But I need to replace a concrete implementation after it has been resolved and is in use by the application. It didn't occur to me to look for this in Unity, but I'm pretty sure you can't do that. After you build the container and a type is loaded it's pretty much stuck in the appdomain (unless I'm missing something) |
|
Dec 7 |
comment |
Hot deployment of .net assemblies The backup step is not a hard requirement, it's just a step I do so that I can roll back quickly. I'm not familiar with ShadowCopyFiles, have to look into that. |
|
Dec 7 |
comment |
Hot deployment of .net assemblies We're already using an IoC container (Unity), but I'm not sure how that would do hot-swapping of loaded types. Does Castle have anything in this area. (A quick look at the web site didn't reveal anything) |
|
Dec 7 |
asked | Hot deployment of .net assemblies |
|
Dec 7 |
answered | Recommended Multithreading books in .Net / C#? |
|
Dec 5 |
awarded | ● Popular Question |
|
Dec 5 |
answered | Reliable(durable) distributed logging engine |
|
Dec 4 |
accepted | Unity: Fatal Execution Engine Error when resolving a TimeSpan |
|
Dec 3 |
answered | Unity: Fatal Execution Engine Error when resolving a TimeSpan |
|
Nov 26 |
answered | Speech Recognition & Programming |
|
Nov 2 |
revised |
Having troubles loading related entities (Eager Load) with ObjectContext.CreateQuery (Entity Framework and Repositories) answer was wrong |
|
Nov 2 |
comment |
Having troubles loading related entities (Eager Load) with ObjectContext.CreateQuery (Entity Framework and Repositories) I stand corrected by Craig. Include takes a property name. |
|
Oct 31 |
comment |
Having troubles loading related entities (Eager Load) with ObjectContext.CreateQuery (Entity Framework and Repositories) If you expand the "Results View" of the query in the debug visualizer, you have a Users property. When you expand that, do you get a Count of Users? |
|
Oct 31 |
revised |
Having troubles loading related entities (Eager Load) with ObjectContext.CreateQuery (Entity Framework and Repositories) added 354 characters in body |
|
Oct 31 |
answered | Having troubles loading related entities (Eager Load) with ObjectContext.CreateQuery (Entity Framework and Repositories) |
|
Oct 30 |
awarded | ● Yearling |
|
Oct 29 |
comment |
How do I add a column to large sql server table Maybe this is nitpicking, but I believe the that "b/c then the engine needs to create a new table and copy the data to the new table" is not entirely accurate. AFAIK, the database engine does not allow "inserting" columns, only adding of columns to the end of the table definition. The client tools are responsible for creating a temp table, copying etc. |
|
Oct 8 |
comment |
Is this thread safe? (shared data without mutex/semaphore) Ok. I edited the answer to make that clear. |
|
Oct 8 |
revised |
Is this thread safe? (shared data without mutex/semaphore) Clarified that "memory model" refers to the memory model of the operating system. |
|
Oct 8 |
comment |
Is this thread safe? (shared data without mutex/semaphore) Couldn't it be the case that the compiler re-order code which could cause an issue on a single core machine as well? |
|
Oct 8 |
answered | Is this thread safe? (shared data without mutex/semaphore) |
|
Sep 25 |
accepted | Best Practices - Design before coding. |
|
Sep 20 |
awarded | ● Commentator |
|
Sep 20 |
comment |
How to add words to an already loaded grammar using System.Speech and SAPI 5.3 Thank you. I'll have a look and see if I have access to AddTextSubset(). Maybe through reflection. |
|
Aug 24 |
awarded | ● Popular Question |
|
Jun 29 |
revised |
How to use transactions with the Entity Framework? added 734 characters in body |
|
Jun 28 |
answered | How to use transactions with the Entity Framework? |
|
Jun 28 |
awarded |
● |
|
Jun 25 |
answered | SQL counts performance (sql 2000) |
|
Jun 22 |
answered | How to get number of chars in string in Transact SQL, the “other way” |
|
Jun 22 |
answered | How can I programmatically make certain parts of a label, in a windows form, bold? |
|
Jun 22 |
accepted | MSDN License (Development, Testing, Demo) |
|
Jun 21 |
accepted | Error inserting data using SqlBulkCopy |
|
Jun 21 |
answered | Error inserting data using SqlBulkCopy |
|
Jun 21 |
answered | MSDN License (Development, Testing, Demo) |
|
Jun 18 |
answered | C# Waiting for other services to start |
