My account: Login | Sign Up
Loading... 

microsoft.public.dotnet.languages.csharp | Forum profile

Forum profile page for microsoft.public.dotnet.languages.csharp on http://www.microsoft.com/communities/newsgroups.... This report page is the aggregated overview from a single forum: microsoft.public.dotnet.languages.csharp, located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "microsoft.public.dotnet.languages.csharp" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Discussions in microsoft.public.dotnet.languages.csharp - microsoft.public.dotnet.languages.csharp (site profile, domain info microsoft.com)
Title: microsoft.public.dotnet.languages.csharp
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 26 posts per thread
Forum activity: 164 active threads during last week
 

Posting activity on microsoft.public.dotnet.languages.csharp:

  Week Month 3 Months
Threads: 164 524 2,402
Post: 418 1,428 6,284
 

microsoft.public.dotnet.languages.csharp Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Jeff Johnson
28
user's latest post:
partial class in...
Published (2009-01-08 14:44:00)
  "Chunekit Pong" <worlman385@yahoo.com> wrote in message news:qircm4drsirp2rgk7f9ntsursc6ohg9k3q@4ax.com... > why use partial class and define a class across couple different > source file like: It can be used to separate parts of your code that you might not want "normal" programmers to touch. The classic example of this is the code that Visual Studio 2005 and later...
Peter Duniho
25
user's latest post:
C# library in...
Published (2009-01-07 23:57:00)
  On Wed, 07 Jan 2009 18:37:18 -0800, Andrew Ostry <tobycraftse@yahoo.com> wrote: > Is that true C# library is same as .Net library? C# not like C++ is > exculsively using .Net library only, while C++ has it's only library > but .Net is it's extension? You can use other libraries from C#, not just .NET. However, the .NET Framework libraries are essentially to C# what the CRT is to C/C++....
Göran Andersson
19
user's latest post:
Discovery: dictionaries load...
Published (2009-01-08 00:13:00)
  RayLopez99 wrote: > On Jan 7, 11:53 pm, Gran Andersson <gu...@guffa.com> wrote: > >> I found a Point structure in the WINdowsBase assembly, I suppose that's >> the one that you are using? >> >> That Point structure implements GetHashCode and Equals, so it should be >> usable as a dictionary key. >> >>...
Family Tree Mike
14
user's latest post:
Discovery: dictionaries load...
Published (2009-01-07 20:16:00)
  "RayLopez99" <raylopez88@gmail.com> wrote in message news:f1247a0a-0cf0-419e-9270-fcf42625f179@s14g2000vbp.googlegroups.com... On Jan 7, 10:13 pm, "Family Tree Mike" <F...@ThisOldHouse.com> wrote: >> I think it is hard to tell why this might be without an understanding of >> the >> Rectangle and Point definitions. Standard...
raylopez99
12
user's latest post:
Discovery: dictionaries load...
Published (2009-01-07 23:23:00)
  On Jan 7, 11:53pm, Gran Andersson <gu...@guffa.com> wrote: > > I found a Point structure in the WINdowsBase assembly, I suppose that's > the one that you are using? > > That Point structure implements GetHashCode and Equals, so it should be > usable as a dictionary key. > > The Rectangle class has no implementation for GetHashCode or Equals that >...
Peter Morris
10
user's latest post:
XML skeleton in the cupboard in...
Published (2009-01-08 00:41:00)
  I have no idea what you are actually asking but this is my best guess. <Game>I want to write something here</Game> <Mac someAttributeName="I want to write something here" /> -- Pete ==== http://mrpmorris.blogspot.com http://www.capableobjects.com - Think domain, not database  
james
10
user's latest post:
Magicmoneyworld in...
Published (2009-01-08 07:28:00)
  As a Magicmoneyworld member you will have your own referral URL instantly, Access to $1000+ worth of Digital Products and the benefits to earn Rs10,00,000... http://www.magicmoneyworlds.blogspot.com/  
Tony Johansson
10
user's latest post:
need explanation about a linq...
Published (2009-01-08 06:38:00)
  Hello! Can you also explain what does it mean with this DefaultIfEmpty ? //Tony "Tony Johansson" <t.johansson@logica.com> wrote in message news:OXn6HiZcJHA.1268@TK2MSFTNGP04.phx.gbl... > Hello! > > I just have some question about this linq query. > I have never used this into that is used in this query so I wonder what > does it do here ? > If this into was...
Kenneth Cochran
10
user's latest post:
Profiler? in...
Published (2009-01-08 14:43:00)
  There is a profiler built into Visual Studio Team System that works well. I've used AQTime at my previous employer, which imho, is a fantastic product. It supports nearly every major compiler and every major language available. It can handle 32 and 64 bit windows binaries, .NET, even VBScript and JScript. It costs $599, a little pricey for personal use but worth the money for a development shop. "Michael A....
Anthony Jones
9
user's latest post:
Slow code in reading xml file in...
Published (2009-01-08 01:31:00)
  "alessio211734" <alessio211734@yahoo.it> wrote in message news:cdfcc3fc-0efc-4747-8e3d-145158e8d7ac@z6g2000pre.googlegroups.com... >I trying to read a xml file and to fill a treeview with xml data. > The function code is used to fill a treeview but it's very very slow. > > void PopulateXmlTreeView(XmlNode xnode,TreeNode tnode) > { > if...
 

Latest active threads on microsoft.public.dotnet.languages.csharp::

Discussions in microsoft.public.dotnet.languages.csharp
Started 12 hours, 17 minutes ago (2009-01-08 13:46:00)  by Chunekit Pong
why use partial class and define a class across couple different source file like: myapp1.cs myapp2.cs myapp3.cs where myapp1.cs has namespace APP1 { partial class mainForm { // .... } } myapp2.cs has namespace APP1 { partial class mainForm {...
Thread:  Show this thread (2 posts)   Thread info: partial class in microsoft.public.dotnet.languages.csharp Size: 1,016 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "partial class in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
Discussions in microsoft.public.dotnet.languages.csharp
Started 12 hours, 27 minutes ago (2009-01-08 13:36:00)  by Michael A. Covington
What do people recommend for profiling C# programs -- that is, analyzing which parts of them need to be speeded up? Is there a tool for this in Visual Studio?
Thread:  Show this thread (2 posts)   Thread info: Profiler? in microsoft.public.dotnet.languages.csharp Size: 522 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Profiler? in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
Discussions in microsoft.public.dotnet.languages.csharp
Started 13 hours, 34 minutes ago (2009-01-08 12:29:00)  by alexl
hi, is there a faq that explains what the square brackets are and what are the available keywords you can use in them? e.g. [System.Security.Permissions.PermissionSet (System.Security.Permissions.SecurityAction.Demand , Name="FullTrust")] protected override void WndProc(ref Message m) {...
Thread:  Show this thread (4 posts)   Thread info: is there a faq about the square bracket thingies in c# in microsoft.public.dotnet.languages.csharp Size: 732 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "is there a faq about the square bracket thingies in c# in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
Discussions in microsoft.public.dotnet.languages.csharp
Started 12 hours, 3 minutes ago (2009-01-08 14:00:00)  by Joy Maitland
is pointer really use often in C#? I am from a Java background and not getting used to pointers.
Thread:  Show this thread (1 post)   Thread info: pointer in microsoft.public.dotnet.languages.csharp Size: 440 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "pointer in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
Discussions in microsoft.public.dotnet.languages.csharp
Started 12 hours, 58 minutes ago (2009-01-08 13:05:00)  by Carl Forsman
Java only has Class and Interface structure while C# has Class, Interface, Structure, Enums and Delegates? What is Delegates in C#? is it similar to something in C++ / java? -OR- it is a total new feature?
Thread:  Show this thread (5 posts)   Thread info: Class structure in microsoft.public.dotnet.languages.csharp Size: 577 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Class structure in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
Discussions in microsoft.public.dotnet.languages.csharp
Started 19 hours, 15 minutes ago (2009-01-08 06:48:00)  by Kenneth Cochran
I'll just start off by saying I'm new to C#, new to unit testing and new to mock objects. Ok, I expected the createProcess method in the inherited class to be the one that gets called by StartDatabaseInstance but that doesn't appear to be the case. What am I missing? public bool StartDatabaseInstance(ref string strException)...
Thread:  Show this thread (8 posts)   Thread info: C# method hiding in microsoft.public.dotnet.languages.csharp Size: 2,745 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "C# method hiding in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
Discussions in microsoft.public.dotnet.languages.csharp
Started 13 hours, 6 minutes ago (2009-01-08 12:57:00)  by Jung, William
#region and #endregion - is used to denote a block of code that's auto generated? #region Windows Form Designer generated code #endregion
Thread:  Show this thread (2 posts)   Thread info: region in microsoft.public.dotnet.languages.csharp Size: 512 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "region in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
Discussions in microsoft.public.dotnet.languages.csharp
Started 13 hours, 12 minutes ago (2009-01-08 12:51:00)  by Carl Forsman
Is namespace in C# is similiar to Java's package? package myapp.client; --> Java namespace myapp --> C# namespace RFID_Tracer { partial class ControlPanelForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = ...
Thread:  Show this thread (1 post)   Thread info: namespace in microsoft.public.dotnet.languages.csharp Size: 764 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "namespace in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
Discussions in microsoft.public.dotnet.languages.csharp
Started 14 hours, 1 minute ago (2009-01-08 12:02:00)  by John
_winControlPanel = system.Diagnostics.Process.Start(@"C:\windows\syst em32\control.exe"); _winControlPanel.Kill(); The first statement can launch COntrolPanel, but the second statement cannot kill it. Any suggestions. Thanks.
Thread:  Show this thread (1 post)   Thread info: myProcess.Kill() doesn't work in microsoft.public.dotnet.languages.csharp Size: 649 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "myProcess.Kill() doesn't work in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
Discussions in microsoft.public.dotnet.languages.csharp
Started 19 hours, 59 minutes ago (2009-01-08 06:04:00)  by Mufasa
Can anybody suggest good bug tracking software for the web that is either free or at least cheap. I need to be able to have users that can add a bug/suggestion and check the status of a bug. I also need to be able to have different levels of users that can verify the bug and then process them. I need a website because I ...
Thread:  Show this thread (2 posts)   Thread info: Web bases Bug Tracking Software in microsoft.public.dotnet.languages.csharp Size: 800 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Web bases Bug Tracking Software in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
 

Hot threads for last week on microsoft.public.dotnet.languages.csharp::

microsoft.public.dotnet.languages.csharp
Started 1 week, 1 day ago (2008-12-31 07:05:00)  by Author
I have a SendMail method, which I have been using for a while. It sends email by using my gmail account. It has been working perfectly in my previous company. Now I work for the government, and I am trying to re-use this method, and it throws an exception which says: <quote> No connection could be made because the ...
Thread:  Show this thread (20 posts)   Thread info: Problem sending email through gmail: the target machine actively refused it in microsoft.public.dotnet.languages.csharp Size: 3,837 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Problem sending email through gmail: the target machine actively refused it in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
microsoft.public.dotnet.languages.csharp
Started 1 day, 7 hours ago (2009-01-07 18:53:00)  by raylopez99
Recently I found that dictionaries cannot be used easily if a certain format is not observed for the key rather than the value. I had this dictionary: Dictionary<Point, Rectangle> aDictionary = new Dictionary<Point, Rectangle>(); then later, inside of a massive (million iteration) loop, I had this: ...
Thread:  Show this thread (14 posts)   Thread info: Discovery:  dictionaries load slow unless you have the right key/value pair in the right format in microsoft.public.dotnet.languages.csharp Size: 1,625 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Discovery:  dictionaries load slow unless you have the right key/value pair in the right format in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
microsoft.public.dotnet.languages.csharp
Started 2 days, 14 hours ago (2009-01-06 11:40:00)  by raylopez99
Now that I've learned about 90% of whatever there is to learn about C# in about six months time, I'm going back and looking at some old programs I wrote my first month, and seeing where I can improve efficiency. One (bad? that's the question) habit I picked up the first month of coding in C# is found below. My question: is this...
Thread:  Show this thread (13 posts)   Thread info: Deep thoughts on .ToArray() in microsoft.public.dotnet.languages.csharp Size: 1,550 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Deep thoughts on .ToArray() in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
microsoft.public.dotnet.languages.csharp
Started 1 day, 20 hours ago (2009-01-07 05:33:00)  by james
Hello, I'm having an issue that a previously posted on but after re-reading that post I realize its a mess and it would be a real pain for someone to lend a hand based on that.. so here is a much more direct question: could anyone tell just how these .net base64 functions differ from the vbscript base64 functions? When ...
Thread:  Show this thread (10 posts)   Thread info: how these 2 functions may differ? in microsoft.public.dotnet.languages.csharp Size: 5,847 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how these 2 functions may differ? in microsoft.public.dotnet.languages.csharp :: microsoft.public.dotnet.languages.csharp :: Discussions in microsoft.public.dotnet.languages.c..."
microsoft.public.dotnet.languages.csharp