Sign In
Yves Dolce
MCS Partner ISV
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
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
Random
Software Development
Archive
Archives
November 2009
(2)
September 2009
(4)
August 2009
(4)
May 2009
(1)
April 2009
(1)
January 2009
(1)
November 2008
(1)
October 2008
(1)
June 2008
(2)
May 2008
(1)
March 2008
(2)
January 2008
(5)
December 2007
(1)
November 2007
(1)
October 2007
(2)
September 2007
(3)
May 2007
(1)
April 2007
(1)
March 2007
(2)
February 2007
(6)
December 2006
(3)
November 2006
(7)
October 2006
(4)
September 2006
(3)
June 2006
(5)
May 2006
(1)
April 2006
(5)
March 2006
(4)
February 2006
(3)
January 2006
(3)
December 2005
(1)
November 2005
(9)
October 2005
(5)
September 2005
(5)
August 2005
(11)
July 2005
(1)
June 2005
(3)
May 2005
(7)
April 2005
(5)
March 2005
(3)
February 2005
(2)
January 2005
(2)
December 2004
(1)
November 2004
(4)
October 2004
(2)
September 2004
(2)
August 2004
(14)
July 2004
(3)
June 2004
(12)
May 2004
(6)
April 2004
(15)
March 2004
(17)
February 2004
(13)
April, 2004
MSDN Blogs
>
Yves Dolce
>
April, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Yves Dolce
Articles from the Visual C++ Toolkit 2003 are available online
Posted
over 8 years ago
by
yvesdolc
0
Comments
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...
Yves Dolce
Microsoft Visual C++ Toolkit 2003
Posted
over 8 years ago
by
yvesdolc
13
Comments
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...
Yves Dolce
How to make a piece of managed code execute in a security restricted environment, or how to "sandbox" it
Posted
over 8 years ago
by
yvesdolc
0
Comments
Ivan Medvedev gives a nice detailed answer on http://www.dotnetthis.com/Articles/DynamicSandboxing.htm (Check his blog !)
Yves Dolce
Discussion of Marshal.ReleaseComObject and its dangers
Posted
over 8 years ago
by
yvesdolc
6
Comments
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...
Yves Dolce
Strong Name Signing with Smart Cards
Posted
over 8 years ago
by
yvesdolc
0
Comments
I was just discussing this topic with an ISV a week ago! http://www.dotnetthis.com/Articles/SNandSmartCards.htm
Yves Dolce
Control.InvokeRequired method
Posted
over 8 years ago
by
yvesdolc
0
Comments
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...
Yves Dolce
Digital Camera Reviews and News Digital Photography Review Forums, Glossary, FAQ
Posted
over 8 years ago
by
yvesdolc
2
Comments
I love that site: http://www.dpreview.com/ I still own a PowerShot A10 but one day, yes, one day, I'll upgrade!
Yves Dolce
'Whidbey's Secure CRT'
Posted
over 8 years ago
by
yvesdolc
0
Comments
Check http://weblogs.asp.net/shawnfa/archive/2004/04/08/110097.aspx . The part I personally find most interesting is the standardization effort !
Yves Dolce
SQL Server documentation quality and SQL Service Broker
Posted
over 8 years ago
by
yvesdolc
0
Comments
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...
Yves Dolce
Application Domain FAQ
Posted
over 8 years ago
by
yvesdolc
2
Comments
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 FAQ
Yves Dolce
Command Prompt Explorer Bar
Posted
over 8 years ago
by
yvesdolc
4
Comments
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...
Yves Dolce
Mixing native and managed exceptions
Posted
over 8 years ago
by
yvesdolc
0
Comments
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...
Yves Dolce
When declaring a parameter as a pointer to a value type
Posted
over 8 years ago
by
yvesdolc
0
Comments
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 :...
Yves Dolce
Two papers you want to read if you develop for the .NET Framework using C++
Posted
over 8 years ago
by
yvesdolc
2
Comments
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...
Yves Dolce
Just saw a very interesting documentary
Posted
over 8 years ago
by
yvesdolc
0
Comments
No comment. Frontline: Ghosts of Rwanda Investigate the social, political, and diplomatic failures that led to Rwanda's horrific genocide ten years ago.
Page 1 of 1 (15 items)