Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet clr > january 2008

Internal working CLR when referencing a 1.1 lib from a 2.0 (or higher) asp.net application?
Posted by Martijn B at 1/31/2008 3:34:24 AM
Hi there, I have a question about the internal working of the CLR when it comes to a 2.0 (or higher) asp.net app referencing a library written in 1.1. How does the CLR handles this? Does is start CLR 2.X.X and CLR 1.1.X.X (if so what kind of performance problemes gives this, is there any in...more >>

When a clr has the input type of SqlString it causes nvarchar(4000) to be the parameter type of the function in sql server. how to modify my CLR funct
Posted by DR at 1/24/2008 2:10:42 PM
When a clr has the input type of SqlString it causes nvarchar(4000) to be the parameter type of the function in sql server. how to modify my CLR function to use nvarchar(max) ? ...more >>

Single file or separate files
Posted by Chris Leffer at 1/20/2008 12:59:03 PM
Hi. What is the recommended way to organize the classes inside a VB.Net project? For classes that are logically related, I tend to put them on the same file and I read an article stating that when classes form an atomic unit of functionality they should be put on the same file. Is there any p...more >>

Doing real time managed software
Posted by obiwanjacobi at 1/17/2008 11:17:17 PM
Is it possible? What would be the biggest problem to solve? My guess is the Garabage Collector. You'd kind of want to be able to tell it to stop collecting while you're in a piece of critical code. Are there techniques to manage you're own object instances in such a way the the GC 'never' runs. ...more >>

!threadpool SOS command output
Posted by Günter Prossliner at 1/16/2008 11:13:22 AM
Hello! I have the following SOS output: 0:000> !threadpool CPU utilization 100% Worker Thread: Total: 2 Running: 0 Idle: 2 MaxLimit: 25 MinLimit: 2 Work Request in Queue: 0 -------------------------------------- Number of Timers: 3 -------------------------------------- Completion Port ...more >>

PInvokeStackImbalance and GetWindowModuleFileName
Posted by btysgtmajor@gmail.com at 1/9/2008 10:58:38 AM
Hi all, I'm not quite sure what's going on, but, here goes: I have a project in VB.NET 2005 going. I make a call to an unmanaged function. I'm using the declaration below: Private Declare Function GetWindowModuleFileName Lib "user32.dll" Alias "GetWindowModuleFileNameA" (ByVal hwnd As I...more >>

Error Message in ASP.NET 2.0
Posted by Techeek at 1/6/2008 7:40:01 AM
I am getting this error on click of a link button. If anbody has got the same error and have a solution for it plese respond. System.ArgumentException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Pa...more >>



DevelopmentNow Blog