Sign In
Pierre's blog - All around technology
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
C#
Debug
General
Testing
Archive
Archives
May 2008
(1)
April 2007
(6)
MSDN Blogs
>
Pierre's blog - All around technology
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Pierre's blog - All around technology
Getting the size of a managed object
Posted
over 4 years ago
by
pierreg
1
Comments
I was recently working on an application loading a big object using a custom formatter. A simple question came up: how big is this object in memory? It is clear that sizeof does not work. What are the alternatives? The first one is to use Visual Studio...
Pierre's blog - All around technology
Power Tool Task update
Posted
over 5 years ago
by
pierreg
0
Comments
Buck posted a new cool update of the Power Tools for Visual Studio 2005 (Team Test and Team System) and Team Foundation Server. Just a little note: "Unlike the test container feature, the test category feature will not be in Orcas (if you'd like to...
Pierre's blog - All around technology
Implementing custom asserts
Posted
over 5 years ago
by
pierreg
0
Comments
Visual Studio Team Test provides a set of asserts through three classes: Assert, StringAssert and CollectionAssert (all defined in Microsoft.VisualStudio.TestTools.UnitTesting namespace). All of them contains a long list of static methods to test several...
Pierre's blog - All around technology
UID generation and management
Posted
over 5 years ago
by
pierreg
1
Comments
UID (unique identification) generation is a really hot topic. It can be really simple as well as really complex. Before going deep in the subject let’s do a couple of simple samples. To identify a person (citizen) you usually use the SSN (Social Security...
Pierre's blog - All around technology
Defining bit field enums
Posted
over 5 years ago
by
pierreg
0
Comments
Many times we design our special kind of bit field to manage bitwise operations on enums. Here a simple example: [ Flags ] public enum ConsoleModiefiers { Alt = 2, Control = 4, Shift = 8 } When the number of values becomes higher, we have a little...
Pierre's blog - All around technology
Impact of the UAC on IE7
Posted
over 5 years ago
by
pierreg
1
Comments
The User Account Control is not only about technology or security, but also about good breeding. As developers we would like not to have face with security problems, works every time as adminsitrators and work without any security checking. As end users...
Pierre's blog - All around technology
First post
Posted
over 5 years ago
by
pierreg
1
Comments
It seems a good day for starting the blog :-) I don't have plan for any particular topic with this blog, but you'll quickly discover several thinks of me: I continue to practice my English I really like Service Oriented Architectures I think...
Page 1 of 1 (7 items)