Browse by Tags

Related Posts

  • Attributes That Do Nothing

    Some attributes in the .NET Framework don’t do anything. That is, there mere existence decorating your assemblies (and their types and members) has no discernable impact on runtime behavior. They are not used by the CLR for things like serialization and they are not used by applications through reflection...
    Posted to Kenny Kerr (Weblog) by KennyKerr on 06-02-2006, 12:00 AM
    Filed under: C#, C++, CLR
  • Clear Project List from Start Page

    Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList. Make sure not disturb other key from the...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-31-2006, 12:00 AM
    Filed under: Commerce Server, Community News, Sharepoint, Mobile, WCF, Web Services, Windows Forms, AJAX, Vista, Visual Basic, Visual Studio, .NET FAQ, Atlas, Avalon, BCL, Biztalk, Orcas, General Software Development, IIS, Infocard, SQL Server, WinFX, WPF, WWF, C#, CLR, .Interview, .Net, Agile, Content Management Server, Crossbow, DotNet, ASP.NET
  • The Linq between C# and C++

    C# is the hot new language, unless you’re Don Box in which case it’s probably Ruby , but let’s pretend its C# for the purpose of this discussion. :) A future version of C# will allow you to write the following: int[] numbers = { 10, 0, 9, 1, 8, 2, 7, 3, 6, 4, 5 }; var query = from n in numbers where...
    Posted to Kenny Kerr (Weblog) by KennyKerr on 05-11-2006, 12:00 AM
    Filed under: C#, C++, CLR
  • Increment differences in C++ and C#

    A friend was a bit surprised today to find that the postfix increment operator (i++) doesn’t always work exactly the same in both C++ and C#. I’m not a language lawyer and this is the kind of thing I usually file under “you shouldn’t be doing that in the first place” but I thought this might serve as...
    Posted to Kenny Kerr (Weblog) by KennyKerr on 03-29-2006, 12:00 AM
    Filed under: C#, C++, CLR
  • Demystifying Managed Code and Compiler Output

    Since publishing my Introduction to MSIL series, I have received a number of questions related to compilers and IL. In this post I hope to address a number of those questions. Q How can I get the C++ compiler to produce IL? A The short answer is that you can’t, but it’s not hard to do with the other...
    Posted to Kenny Kerr (Weblog) by KennyKerr on 08-24-2005, 12:00 AM
    Filed under: C#, C++, CLR
  • Using Statements

    From a completely unrelated Google search I came across this post by Fritz Onion over on pluralsight mentioning that he was happy to see Visual Basic 2005 adopting the C# using statement to make resource management a little easier in VB. He went on to concede that it wasn’t quite as elegant as the corresponding...
    Posted to Kenny Kerr (Weblog) by KennyKerr on 05-31-2005, 12:00 AM
    Filed under: C#, C++, CLR
  • The Case of the Missing Generic (Parse Method)

    I’ve noticed that quite a few people in the community have been wondering why on earth the System.Enum type in version 2 of the .NET Framework lacks a generic Parse method. If you haven’t used the Parse method lately, an example will help to clarify the frustration many developers have experienced. I...
    Posted to Kenny Kerr (Weblog) by KennyKerr on 05-16-2005, 12:00 AM
    Filed under: C#, C++, CLR
  • Breaking News: Future Version of .NET Framework to Run on the Mac

    Breaking News: Microsoft is working on having a version of the framework that will run on the Mac! That's right -- Rory broke this story just the other day in his interview with Scott Guthrie . First, a little bit of background, which although not secret has largely went unnoticed so far. Hopefully...
    Posted to Paul Wilson's .NET Blog (Weblog) by PaulWilson on 01-13-2007, 12:00 AM
    Filed under: Orcas, CLR, .NET, WPF, ASP.NET, C#
  • Fun with IronPython and Cecil (Part II)

    By the end of first exercise , we can list through list of method calls in a particular method body. Now, my target will be to take a assemblyname::typename::method as input then recursively iterate through the method lists and generate a nice looking visualization. So, we redifine out parseMethodbody...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-02-2007, 12:00 AM
    Filed under: C#, IronPython, Cecil, Mono, CLR
  • Method Tree Visualizer :: Fun with IronPython, Cecil and Netron Graph - Part III

    As I said in the last post, the output from Microsoft GLEE looked but not ideal and as the method tree gets bigger with more relationships, the diagram gets out of control. Disappointed with that, my further search takes me to the Netron Project, which is a diagramming and graph layout toolkit for Microsoft...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-03-2007, 12:00 AM
    Filed under: .NET, C#, IronPython, Cecil, Mono, CLR, GLEE
Page 1 of 3 (26 items) 1 2 3 Next >
Page view counter