Welcome to MSDN Blogs Sign in | Join | Help

April 2004 - Posts

Articles from the Visual C++ Toolkit 2003 are available online

See my previous entry regarding the The Visual C++ Toolkit 2003 . The articles are: - Conformance to ISO Standards for C++ : this high level of compliance enables Visual C++ .NET 2003 to compile popular modern C++ libraries (including LOKI, BOOST, and
Posted by yvesdolc | 0 Comments

Microsoft Visual C++ Toolkit 2003

All the details are on the page but here is the Q&A (as of 4/17/04) so that you can decide if you are interested to click on the link: Visual C++ Toolkit 2003 Q&A What is the Visual C++ Toolkit 2003? The Visual C++ Toolkit is a free edition of
Posted by yvesdolc | 13 Comments

How to make a piece of managed code execute in a security restricted environment, or how to "sandbox" it

Ivan Medvedev gives a nice detailed answer on http://www.dotnetthis.com/Articles/DynamicSandboxing.htm (Check his blog !)
Posted by yvesdolc | 0 Comments

Discussion of Marshal.ReleaseComObject and its dangers

David Mortenson sent this on an internal Distribution List. I'm sure you'll find it useful if you do any COM Interop: This is a good time to discuss the risks of using Marshal.ReleaseComObject. This API does indeed allow you to force the release to happen
Posted by yvesdolc | 6 Comments

Strong Name Signing with Smart Cards

I was just discussing this topic with an ISV a week ago! http://www.dotnetthis.com/Articles/SNandSmartCards.htm
Posted by yvesdolc | 0 Comments

Control.InvokeRequired method

I was reading the nice An Avalon Threading Story blog entry and I realized I didn't know about that method although I knew about the rest, including the Avalon mechanism. Might be time to pick up a good Windows Forms book ! (I think I'll wait for the
Posted by yvesdolc | 0 Comments

Digital Camera Reviews and News Digital Photography Review Forums, Glossary, FAQ

I love that site: http://www.dpreview.com/ I still own a PowerShot A10 but one day, yes, one day, I'll upgrade!
Posted by yvesdolc | 2 Comments
Filed under:

'Whidbey's Secure CRT'

Check http://weblogs.asp.net/shawnfa/archive/2004/04/08/110097.aspx . The part I personally find most interesting is the standardization effort !
Posted by yvesdolc | 0 Comments

SQL Server documentation quality and SQL Service Broker

Next week, I'll travel to Canada to meet with a Premier ISV and talk, among other things, about SQL Service Broker. So I decided to install an internal, more up-to-date, version of the SQL Server Yukon books on-line. Well I must say that even at this
Posted by yvesdolc | 0 Comments

Application Domain FAQ

As a friend of mine asked me to explain him what an AppDomain was, I started answering his e-mail. I then thought “Let's not re-invent the wheel”, this must have been done before and in a better way than mine. Indeed: Application Domain FA
Posted by yvesdolc | 2 Comments

Command Prompt Explorer Bar

I've been using this tool for a while now, I love it and wonder why we do not provide it out of the box! From http://www.codeproject.com/csharp/CommandBar.asp : This tool extends explorer with functionality of a command prompt. Implemented as a band object
Posted by yvesdolc | 4 Comments
Filed under:

Mixing native and managed exceptions

I wrote that sample a while ago to better understand the mix of exception types: #using <mscorlib.dll> using namespace System ; __value class ValueException { public : ValueException( int i ) {} } ; __value class AnotherValueException { public :
Posted by yvesdolc | 0 Comments

When declaring a parameter as a pointer to a value type

don't specify a __nogc pointer as the default (__gc) allows you to cover more scenarios... #using <mscorlib.dll> using namespace System ; __value class TheValueType { int i ; } ; __gc class TheReferenceType { public : TheValueType vt ; } ; void
Posted by yvesdolc | 0 Comments

Two papers you want to read if you develop for the .NET Framework using C++

Producing Verifiable Components with Managed Extensions for C++ In Visual Studio .NET 2003, you can generate verifiable components built with Managed Extensions for C++. Currently, the compiler does not generate any warnings if you include nonverifiable
Posted by yvesdolc | 2 Comments

Just saw a very interesting documentary

No comment. Frontline: Ghosts of Rwanda Investigate the social, political, and diplomatic failures that led to Rwanda's horrific genocide ten years ago.
Posted by yvesdolc | 0 Comments
Filed under:
 
Page view tracker