|
More site info...
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.
|
|
|
|
|
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:
|
Top authors during last week:
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...
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++....
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. >> >>...
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...
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 >...
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
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/
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...
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....
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::
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 {...
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?
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) {...
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.
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?
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)...
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
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 = ...
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.
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 ...
|
|
Hot threads for last week on 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 ...
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: ...
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...
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 ...
| |