hangy

2,575
reputation
272 views

Registered User

name hangy
member for 1 year
seen 22 hours ago
website
location Emsdetten, Germany
age 23
Just livin’ – nothin’ special.
Dec
6
awarded  Mortarboard
Nov
23
comment C# - Casting a Reflection.PropertyInfo object to its Type
If you want to work with it "as if it were the class type", you need to know what it could be - so you could just try casting the object or see if it is what you want with the is operator. If you do not know what it could be, you cannot work with it anyways, right?
Nov
10
awarded  Popular Question
Sep
17
awarded  Yearling
Sep
15
awarded  Popular Question
Sep
14
accepted asp.net dynamic data with access
Jul
20
revised Good PHP ORM Library?
link fix
Jul
6
revised Do you know any alternative to NDepend for architects?
Link fix
Jul
2
comment System.Text.StringBuilder limit
0x20 (hex) = 32 dez, 0x10 (hex) = 16 dez :) I am not really familiar with IL, but I'd assume that's the constructor parameter set in HEX values.
Jul
2
comment System.Text.StringBuilder limit
In my understanding the OP's point was that the StringBuilder was created with the same buffer, regardless of whether he used 32 or 16 as that parameter.
Jul
2
answered System.Text.StringBuilder limit
Jul
2
comment XML comments in Resources.Designer.cs?
Unfortunately, I think this will not help me. Visual Studio tells me that those comments do not exist - I want them to be generated automatically. Thanks anyways. :)
Jul
2
revised XML comments in Resources.Designer.cs?
s/assembly/project
Jul
2
asked XML comments in Resources.Designer.cs?
Jun
24
awarded  Nice Answer
Jun
23
accepted MySQL match brand of item that you dont know brand of?
Jun
23
answered MySQL match brand of item that you dont know brand of?