By tag: CLR
0
kicks
Windows 8: What's New? - Arik Poznanski's Blog
Got back from Build conference. Since I expect many people will ask me "So, what's new?" and since the answer is rather complex, I figured I should try to write a post about it, so here goes…
0
kicks
WinRT Demystified
Miguel de Icaza, of Mono fame, walks us through WinRT and what it means for .Net programmers.
0
kicks
What is this thing you call a Type? Part Two
Eric Lippert brings us part two of his series on what is is to be a Type in .Net.
0
kicks
Clojure on the CLR
First came IronPython, then IronRuby, and now Clojure has been ported to run on the CLR.
A short intro/comparison to C# is available here: http://odetocode.com/Blogs/scott/archive/2011/08/15/clojure-and-the-clr.aspx
0
kicks
Get-notified-when-garbage-collections-happens
This is a code snippet which i got from Jeffrey Richters blog. This code offers a way to raise notification event when a garbage collection occurs on Generation 0 or Generation 2 object
Here is the code for the class:
0
kicks
String-Interning-in-net.aspx
We all know that the way .net handles a string is not optimal and uses up lot of memory, thought there are reason to do like this. But if we have more string objects or comparison inside our assembly then in this case surely it is going to be a performance hit. But here what really happens is fram...
0
kicks
Top 5 Memory Management Misconceptions
Fantastic article on memory management in .NET. This is a must read.
Also includes a webinar and pdf on the subject, do yourself a favor and save a copy of this somewhere safe.
0
kicks
SPT - x86 Release - A WinDBG extension for debugging .NET applications
SPT is a WinDBG extension for debugging .NET applications. Now available for x86 debugging.
0
kicks
SPT - A WinDBG extension for debugging .NET applications
A new WinDBG extension containing a lot of useful features for debugging .NET 4 applications.
0
kicks
How To Use a .NET 4 Based DLL From .NET 2 Based Application?
The official answer is you can’t. In this post I show how you can get it done.
0
kicks
Checking for anonymous types
Because I blogged about anonymous types last month, I thought following extension method would also make an interesting post.
0
kicks
.NET Character Classification Tables
Convenient tables that show character classifications according to the Char methods such as IsControl, IsWhiteSpace, etc.
0
kicks
WPF, Silverlight, WP7 and the Async CTP
Asynchronous programming with the Async CTP on WPF, Silverlight and WP7