reshmin

Stories kicked by reshmin

Debugging Generic System.Nullable within Windbg « Naveen's Blog(naveensrinivasan.com)

submitted by reshminreshmin(383) 1 year, 10 months ago

Demonstrates debugging Nullable<T> within Windbg read more...

add a comment |category: |Views: 6

tags: another

Recursive !dumpmt – Windbg « Naveen's Blog(naveensrinivasan.com)

submitted by reshminreshmin(383) 1 year, 10 months ago

Exploring CLR internal data-structures to recursively get the methodtable’s of an object and its base classes within windbg. read more...

add a comment |category: |Views: 14

tags: another

dumpstring – windbg(naveensrinivasan.com)

submitted by reshminreshmin(383) 1 year, 10 months ago

dumpstring alias to dump strings inside the debugger read more...

add a comment |category: |Views: 2

tags: another

Customizing Witty Twitter Client Part 1- using C# as Compiler Service(www.dzone.com)

submitted by gracekolengracekolen(113) 1 year, 11 months ago

This post is about customizing Witty twitter client with C# compiler service to extend it dynamically. read more...

add a comment |category: |Views: 16

tags: another

Piracy in .NET Code – Part 3 – Even when the code is obfuscated « Nav(bit.ly)

submitted by reshminreshmin(383) 1 year, 11 months ago

This post is about how someone with little advanced knowledge in CLR / Windows can bypass important function calls like license validation. read more...

add a comment |category: |Views: 18

tags: another

Rosetta Code – Day of the week in F#(naveensrinivasan.com)

submitted by reshminreshmin(383) 1 year, 11 months ago

Implementing the Day of the week in F#. Rosetta Code. read more...

add a comment |category: |Views: 6

tags: another

Piracy in .NET Code – Part 2 – Even when the code is obfuscated(naveensrinivasan.com)

submitted by reshminreshmin(383) 1 year, 11 months ago

Demonstrates how the obfuscated code can still have security holes read more...

add a comment |category: |Views: 15

tags: another

Case of NullReferenceException not handled by sos / windbg (naveensrinivasan.com)

submitted by reshminreshmin(383) 1 year, 11 months ago

Debugging NullReferenceException not handled by sos / windbg read more...

add a comment |category: |Views: 8

tags: another

Using a native Dll via LoadLibrary within ASP.NET runtime(naveensrinivasan.com)

submitted by reshminreshmin(383) 2 years ago

Debugging the usage of Native Dll via LoadLibrary within ASP.NET runtime. read more...

add a comment |category: |Views: 9

tags: another

Flattening List in F# and C#(naveensrinivasan.wordpress.com)

submitted by reshminreshmin(383) 2 years ago

Comparing flattening List in C# and F# read more...

add a comment |category: |Views: 6

tags: another

Get managed call-stacks in .NET for Registry access using ETW(naveensrinivasan.com)

submitted by reshminreshmin(383) 2 years ago

Get managed call-stacks in managed code for Registry access using ETW read more...

add a comment |category: |Views: 4

tags: another

Visualizing Silverlight / .NET managed memory using Pivot (naveensrinivasan.com)

submitted by reshminreshmin(383) 2 years ago

Visualizing Silverlight and .NET managed memory using Pivot « read more...

add a comment |category: |Views: 3

tags: another

Free eBook: .NET Performance Testing and Optimization(www.red-gate.com)

submitted by javeryjavery(5523) 2 years ago

Get your free copy of the Complete Guide to .NET Performance Testing and Optimization: Paul Glavich and Chris Farrell walk you through everything you need to know to set up a test environment and suggest steps you can take to get fast performance gains. Don't miss the good advice and recommendations on keeping your applications lean, mean, and fast! read more...

2 comments |category: |Views: 845

tags: another

Use IntelliTrace without Visual Studio .NET (bit.ly)

submitted by reshminreshmin(383) 2 years ago

This post demonstrates how to IntelliTrace without Visual Studio .NET read more...

add a comment |category: |Views: 63

tags: another

Exploring SOSEX and Windbg to debug .NET 4.0 (bit.ly)

submitted by reshminreshmin(383) 2 years, 1 month ago

In this post new sosex features are compared with sos. read more...

add a comment |category: |Views: 50

tags: another

Exploring implementation of C# 4.0 Default and Optional args(bit.ly)

submitted by reshminreshmin(383) 2 years, 1 month ago

This post describes how the C# 4.0 compiler implements optional arguments. read more...

add a comment |category: |Views: 15

tags: another