reshmin

Stories submitted 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

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

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

Using LINQ & Rx to overcome limitations in OData query operators(bit.ly)

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

Using LINQ Rx to overcome limitations in OData query operators read more...

add a comment |category: |Views: 87

tags: another

Using OData , LINQPad, Reactive Extensions (Rx) to query stackoverflow(bit.ly)

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

Here is simple way to query OData using linqpad reactive extensions to write very succinct code to get what we want read more...

add a comment |category: |Views: 87

tags: another