Error!
Success!

By tag: CLR

showing:  of
0
kicks

Windows 8: What's New? - Arik Poznanski's Blog  (Unpublished)

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…


Kicked By:
Drop Kicked By:
0
kicks

WinRT Demystified  (Unpublished)

Miguel de Icaza, of Mono fame, walks us through WinRT and what it means for .Net programmers.


Kicked By:
Drop Kicked By:
0
kicks

What's new in .Net Framework 4.5  (Unpublished)

MSDN article on what's new in .Net 4.5


Kicked By:
Drop Kicked By:
0
kicks

What is this thing you call a Type?  (Unpublished)

Eric Lippert talks about what a Type in .Net really is.


Kicked By:
Drop Kicked By:
0
kicks

What is this thing you call a Type? Part Two  (Unpublished)

Eric Lippert brings us part two of his series on what is is to be a Type in .Net.


Kicked By:
Drop Kicked By:
0
kicks

Clojure on the CLR  (Unpublished)

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


Kicked By:
Drop Kicked By:
0
kicks

Get-notified-when-garbage-collections-happens  (Unpublished)

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:


Kicked By:
Drop Kicked By:
0
kicks

String-Interning-in-net.aspx  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

Top 5 Memory Management Misconceptions  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

SPT - x86 Release - A WinDBG extension for debugging .NET applications  (Unpublished)

SPT is a WinDBG extension for debugging .NET applications. Now available for x86 debugging.


Kicked By:
Drop Kicked By:
0
kicks

SPT - A WinDBG extension for debugging .NET applications  (Unpublished)

A new WinDBG extension containing a lot of useful features for debugging .NET 4 applications.


Kicked By:
Drop Kicked By:
0
kicks

How To Use a .NET 4 Based DLL From .NET 2 Based Application?  (Unpublished)

The official answer is you can’t. In this post I show how you can get it done.


Kicked By:
Drop Kicked By:
0
kicks

Checking for anonymous types  (Unpublished)

Because I blogged about anonymous types last month, I thought following extension method would also make an interesting post.


Kicked By:
Drop Kicked By:
0
kicks

.NET Character Classification Tables  (Unpublished)

Convenient tables that show character classifications according to the Char methods such as IsControl, IsWhiteSpace, etc.


Kicked By:
Drop Kicked By:
0
kicks

WPF, Silverlight, WP7 and the Async CTP  (Unpublished)

Asynchronous programming with the Async CTP on WPF, Silverlight and WP7


Kicked By:
Drop Kicked By: