Groups | Blog | Home


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


all groups > dotnet general > december 2005 > threads for monday december 12

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Seeking NNTP Classes.....
Posted by Jim at 12/12/2005 6:09:00 PM
Have you seen any NNTP classes that I may use or build upon to build a simple newsreader/downloader? Is there such a class in the .Net framework that I have overlooked? If not, inclusion of RFC documented protocols would certainly be a good idea for a class hierarchy in the .Net classes. ...more >>

what is an AppDomain?
Posted by Craig at 12/12/2005 3:28:47 PM
Hi, I'm trying to understand why one would use an AppDomain...could anyone explain? Thanks. Craig ...more >>

How do you manage a project branch when 3rd party library versions change?
Posted by Uri Dor at 12/12/2005 3:05:40 PM
Hi, I'm developing a WinForms C# 1.1 application and am reaching a point at which my code may face a branch - let's say version 1.1 is released to end users and we'll continue to fix bugs, but version 1.2 is being developed. Now let's say that I decide to upgrade a 3rd party component librar...more >>

Visual Studio hangs while debugging. Please help!
Posted by Martin Odhelius at 12/12/2005 2:17:06 PM
Hello, I have a very fustrating problems while debugging ASP.NET applications. When I am debugging and stepping thru code (with F10 or F11) Visual Studio some times suddenly just stop responding and the only way get it up and running again is to kill the aspnet_wp.exe process. When the de...more >>

version numbers of various beta (1 & 2) .NET 2.0
Posted by Lloyd Dupont at 12/12/2005 11:30:05 AM
In my installer I test for the availablity of .NET. It's a bit difficult to test for version 2.0.50727 and above, so I'm testing for v2 & above, and I will like to also test that no beta is there! for instance beta2 is 2.0.50215 what is beta1? ...more >>

Reading Database Information Within Code
Posted by Doug at 12/12/2005 11:03:15 AM
I'm sure there's a way but I'm not sure of the object that I could use to do this. I'm wondering if there is some Microsoft SQL object that would allow me to go out to SQL and for a given database determine what tables/views/stored procs exist within? ...more >>

How to marshal to UI thread in managed code
Posted by Notre Poubelle at 12/12/2005 9:40:07 AM
Hello, I have a worker thread that needs to call a method that only works on the main/UI thread. One way to accomplish this in managed code is to use Control.Invoke. However, in my case I don't have a .NET UI control from which I can call Invoke. I have tried to create a temporary, invis...more >>

Service question in c# .Net 2.0 framework
Posted by Benj at 12/12/2005 9:26:04 AM
I am looking for a way to cleanly stop my service in the event of an error. Within the worker thread, if an unrecoverable error is caught, I would like to stop my service. Exiting the worker thread doesn't seem to do it. Using the SCM to stop the service doesn't feel right. Am I missing so...more >>



Why would I want a MSDN Professional Subscription?
Posted by needin4mation NO[at]SPAM gmail.com at 12/12/2005 8:02:45 AM
Isn't MSDN online for free now? ...more >>

Bit Operator in C#
Posted by Dave at 12/12/2005 5:42:07 AM
I am a VB programmer tring to learn C# I am stuck on a bit operator "&" in VB: ' checkLogin = 3 means "Login exists" and "Employee Number exists" If (checkLogin And 1) Then lbError.Text = "Login already exists" End If If (checkLogin And 2) An...more >>

Select Max Value
Posted by Prasad Patil at 12/12/2005 4:05:03 AM
Hi I have a table with control_no -------------------- PR1520 PR2 When i do the max on the control_no column i get ------------------------------ PRU2 but it is wrong as it should be 'PR1520' any idea on query Thanks Prasad ...more >>

framework changes 1.1->2
Posted by guy at 12/12/2005 3:16:04 AM
does anyone have a lingk to a doc that describes the changes to the framework 1.1->2? as it is 4 times the size they must be substantial. cheers guy...more >>

assembly not working
Posted by bbembi_de NO[at]SPAM lycos.de at 12/12/2005 2:56:30 AM
Hello everyone, i have a assembly which I put in the GAC. It is a deskband and works fine. I can link another assembly to my deskband and everything works fine, too. But if I just define a variable from a type in the linked assembly, the deskband doesn't work anymore. Any ideas? greeti...more >>

Role of Data Adapter in ADO.NET??
Posted by atif at 12/12/2005 1:48:53 AM
Hi all I have read 5-6 books just to find what is the job of Adaptor object in ADO.NET. Non of them clearly defines the job, all of them says that it is used to get data from datasource, then what is the job of Command object?? Here is what i know, very simple and prime responsibilities ...more >>

from excell file to sqlServer
Posted by Lamis at 12/12/2005 1:44:01 AM
Hi, I have an excell file with 4 sheets. I want to read each sheet (with VB ..net) and insert it to different tables in my database.. How can do that in a smart way? -- LZ...more >>


DevelopmentNow Blog