Sign In
(Un)managed world...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
0xC0020001
Developer Support Visual C
DSVC
Extension Method
IJW
Lambda Expression
LINQ
Loader lock
Managed C++ wrapper
MSPDBSRV.exe
Partial Method
RegEx OutOfMemoryException C# "Large String"
VC#
Archive
Archives
June 2009
(1)
October 2008
(1)
July 2008
(1)
March 2008
(1)
February 2008
(2)
January 2008
(1)
December 2007
(1)
MSDN Blogs
>
(Un)managed world...
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
(Un)managed world...
My 2 cents on MSPDBSRV.exe
Posted
over 3 years ago
by
Ravi Kumar
1
Comments
I read about MSPDBSRV.exe the other day for one of my cases. I found it interesting and thought of sharing it with you. Here is how things work. The Visual Studio uses MSPDBSRV.exe to generate the symbols (PDB files). All the requests related to...
(Un)managed world...
Float to int conversion may return different values.
Posted
over 4 years ago
by
Ravi Kumar
1
Comments
Hi there! Recently I remembered that I had an MSDN blog also which I haven't updated since ages! Let me add an interesting issue which I saw recently: The following code results in different output when built and run from Visual Studio 2003 and Visual...
(Un)managed world...
My Team's Blog!
Posted
over 4 years ago
by
Ravi Kumar
1
Comments
Hey Folks, my team at Microsoft (Developer Support VC++ & C#) has come up with a blog. It will mostly have posts related to issues faced by developers and the troubleshooting steps or methods to analyze and resolve those . Check this out: http...
(Un)managed world...
Out of Memory Issues To Watch Out For When Using Regular Expressions.
Posted
over 4 years ago
by
Ravi Kumar
2
Comments
Hi Guys! It has been a while since I wrote my last post. I had been very busy last month with all the cases flowing in. Recently I worked on a very tricky issue related to OutOfMemoryException. This blog is about that case. How to reproduce OutOfMemoryException...
(Un)managed world...
LINQ - What, Why and How!! (Part - 2)
Posted
over 4 years ago
by
Ravi Kumar
1
Comments
Here comes the second (and last) part of my LINQ presentation. Please check the attachment file. (LINQ - 2.pptx).
(Un)managed world...
LINQ - What, Why and How!! (Part - 1)
Posted
over 4 years ago
by
Ravi Kumar
1
Comments
Hey friends, I have attched part-one of my LINQ presentation (LINQ-1.pptx) here. LINQ is one of the cool new features in .NET framework 3.5. It allows us to do type-safe query of relational database, XML file and even in-memory tables. In more general...
(Un)managed world...
Loader lock issue in mixed mode application
Posted
over 4 years ago
by
Ravi Kumar
0
Comments
ISSUE: I am back with another mixed-mode situation. An issue may happen when the native class constructor calls a managed function. For example, Let us say we have a C# application which is calling a C++ DLL using DLL Import attribute. The C++ DLL...
(Un)managed world...
An intereseting issue in mixed-mode application
Posted
over 5 years ago
by
Ravi Kumar
1
Comments
A few definitions to start with: Managed code : Code executing under the control of the CLR is called managed code. For example, any code written in C# or Visual Basic .NET is managed code. Unmanaged code : Code that runs outside the CLR is referred...
Page 1 of 1 (8 items)