Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

michaelvdnest

@michaelvdnest
About
Posts
25
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Follow up to "The Unreasonable Effectiveness of C"
    M michaelvdnest

    http://damienkatz.net[^]

    My post The Unreasonable Effectiveness of C generated a ton discussion on Reddit and Hacker News, nearly 1200 comments combined as people got in to all sorts of heated arguments. I also got a bunch of private correspondence about it. So I'm going to answer some of the most common questions, feedback and misunderstandings it's gotten.

    The Insider News csharp beta-testing discussion announcement code-review

  • Microsoft Kills Expression Suite
    M michaelvdnest

    Microsoft Kills Expression Suite[^]

    Microsoft has announced that the Expression suite of design tools is no more. It has been removed from sale immediately and it has been placed on a maintenance only status until it reaches its end of life. However it's not all bad news...

    The Insider News html design tools announcement

  • Practical heapsort
    M michaelvdnest

    rzetterberg

    ...What was one of the most interesting things I learned during this project was using different algorithms and seeing how they affected performance. The biggest performance boost I got was from switching from Insertion Sort to Heap sort when sorting data points by date...

    The Insider News com algorithms performance

  • Computer Science Vs. Game Development (or Which Degree Should I Get?)
    M michaelvdnest

    Gamasutra

    This one has been on my todo pile for a while, so as long as I am in ranting mode, I might as well get this off of my chest. It is a problem that is highly prevalent on many game developer forums, and especially so on one I often frequent, GameDev.net. Often, people will ask the question: "What should I do about college, is a game degree right for me?"

    The Insider News question csharp php visual-studio com

  • Whatever happened to the Hurd? – The story of the GNU OS
    M michaelvdnest

    Linux User

    Work began on the Hurd, the true kernel of the GNU operating system, in May 1991, but it has yet to materialise as a production-ready kernel. Richard Hillesley tells the story…

    The Insider News linux question

  • Real world code sucks
    M michaelvdnest

    Quote:

    The Register There’s a kind of cognitive dissonance in most people who’ve moved from the academic study of computer science to a job as a real-world software developer. The conflict lies in the fact that, whereas nearly every sample program in every textbook is a perfect and well-thought-out specimen, virtually no software out in the wild is, and this is rarely acknowledged.

    The Insider News career

  • Functional programming is programming without assignment statements.
    M michaelvdnest

    What’s Functional Programming all about?

    The Insider News html com functional question

  • If programming languages were religions
    M michaelvdnest

    If programming languages were religions

    The Insider News com

  • Why e-books will soon be obsolete (and no, it’s not just because of DRM)
    M michaelvdnest

    Maybe e-books are obsolete. I read e-books on my phone using an open-source e-reader. I need a reader to have a toc, remember by bookmarks per book and remember where I stopped per book. Currently browsers, pdf readers, word and text editors don't do this (I don't want to bookmark where I ended every time I put done my phone). Maybe we'll end up with an e-reader that reads html5 together with other formats. Epub is not the only format out there. Html5 will just be another format for a reader to process.

    The Insider News com

  • change "registry value's" type by c# ? [modified]
    M michaelvdnest

    Maybe http://www.pinvoke.net/default.aspx/advapi32/RegOpenKeyEx.html[^] helps.

    C# csharp windows-admin json help question

  • Check whether an Email Id exists or not [modified]
    M michaelvdnest

    this[^]is in asp but it should give you some ideas

    C# help

  • Reporting of operating system
    M michaelvdnest

    Check this.

    C# question announcement

  • Reporting of operating system
    M michaelvdnest

    Check this

    http://www.codeproject.com/KB/system/osversion.aspx

    C# question announcement

  • Some hard drive's capacity??
    M michaelvdnest

    This[^] is what I got after a google.

    C# question

  • cluless what is happening
    M michaelvdnest

    Check out this article[^] and see how the form (splash screen) is run on a seperate thread.

    C# question

  • how do i delete the selected node programmatically in tree view?
    M michaelvdnest

    //Removes currently selected node, or root if nothing is selected. treeview.Nodes.Remove(treeView.SelectedNode);

    C# question data-structures

  • OpenFileDialog throws a Threading Exception
    M michaelvdnest

    Dumb question: Does you Main function have a STAThread attribute? [STAThread] public static void Main(string[] args) { ... }

    C# database com debugging help

  • Help me about bindingsource
    M michaelvdnest

    Maybe this helps: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=678123&SiteID=1[^]

    C# database help announcement

  • HI
    M michaelvdnest

    Check this article[^].

    C# help

  • Regarding to .net
    M michaelvdnest

    Where are you getting the dlls? Check the licenses of the code you are using.

    C# csharp com question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups