SeeR
|
Registered User
|
|
|
Nov 22 |
comment |
Is c# compiler deciding to use stackalloc by itself ? Because thise Type scanning can be easy pipelined I wrote extension method that allocated this array only once and used yield return. Thanks for suggestion :-) |
|
Nov 22 |
asked | custom mscorlib.dll without native code |
|
Nov 19 |
asked | Azure Table Storage data Consistency |
|
Nov 9 |
comment |
C# property refactoring - Should I care? In conversion operators I don't have information about parent (unless I use some static fields - which I can't in this case) |
|
Nov 8 |
comment |
C# property refactoring - Should I care? I thought about such way, but this will require to set parent if I want to set Month1 with new value. I can do it in two places 1) In code that is using Line instance which is worse beacuse I must remember about it in every place. 2) In Month1 setter method which is similiar amount of code I have right now. |
|
Nov 8 |
asked | C# property refactoring - Should I care? |
|
Nov 3 |
comment |
simple symmetric encryption of long to String (and back) in java Does this algorithm has some name so I can read more about it ?? |
|
Oct 7 |
asked | How to install Winlogon Notification Packages without restarting |
|
Sep 27 |
awarded | ● Yearling |
|
Sep 14 |
answered | NTFS Alternate Data Streams - .NET |
|
Jul 27 |
revised |
x509 certificate for only one application - which OIDs to choose updated to my current solution |
|
Jul 27 |
comment |
x509 certificate for only one application - which OIDs to choose Actually we'll have a smart card per each user for few especially sensitive application which have common "administrators" (i.e our finance director). And I have only two type of certificates for admin and for user. All user certificates are signed by administrator. All other roles are defined in database and signed by administrator also. Exactly as you told - there is a great risk of data to be leaked - that's why we are taking those special steps to secure them. |
|
Jul 23 |
revised |
x509 certificate for only one application - which OIDs to choose fixed example for users |
|
Jul 23 |
answered | x509 certificate for only one application - which OIDs to choose |
|
Jul 22 |
asked | x509 certificate for only one application - which OIDs to choose |
|
Jul 14 |
revised |
Is c# compiler deciding to use stackalloc by itself ? deleted 3 characters in body |
|
Jul 14 |
revised |
Is c# compiler deciding to use stackalloc by itself ? added 682 characters in body |
|
Jul 14 |
asked | Is c# compiler deciding to use stackalloc by itself ? |
|
Jul 5 |
comment |
Practical applications of homomorphic encryption algorithms? That's the feature that's stopping me (my company) from encrypting every value in our financial system and move it to the cloud service |
|
Jun 27 |
revised |
CryptGetProvParam PP_ENUMCONTAINERS shows me only default certificate on smart card edited tags |
|
Jun 26 |
comment |
Can a Generic Method handle both Reference and Nullable Value types? Also comparing to BFree solution you avoid boxing |
|
Jun 26 |
comment |
Can a Generic Method handle both Reference and Nullable Value types? Maybe, but the difference from your solution is that you have only one method where you check for nullability and avoid casting which may be costly if you have really large datasets. |
|
Jun 26 |
asked | CryptGetProvParam PP_ENUMCONTAINERS shows me only default certificate on smart card |
|
Jun 26 |
answered | Can a Generic Method handle both Reference and Nullable Value types? |
|
Jun 25 |
awarded | ● Critic |
|
Jun 11 |
answered | Which language would you use in your OS? |
|
Jun 11 |
awarded | ● Commentator |
|
Jun 11 |
comment |
What’s the reason of using the Object type instead of an actual type for events? OK, I've checked it. Both Windows Forms and WPF designer works without problem with generic EventHandler. So now there is no reason to not use it :-) |
|
Jun 11 |
accepted | What’s the reason of using the Object type instead of an actual type for events? |
|
Jun 10 |
comment |
What’s the reason of using the Object type instead of an actual type for events? Expect problems with WPF because of XAML. I'm not the expert here. I'm still using Window Forms, but heard that in .NET 4 WPF/XAML should have much more support for generic types. |
|
Jun 10 |
revised |
What’s the reason of using the Object type instead of an actual type for events? removed one letter |
|
Jun 10 |
comment |
What’s the reason of using the Object type instead of an actual type for events? How the type cannot be known at compile time. If you are not using reflection to connect event to the handler method you have all information at compile time. |
|
Jun 10 |
answered | What’s the reason of using the Object type instead of an actual type for events? |
|
Jun 10 |
asked | centralized data authorization - who is administrator? |
|
Jun 9 |
awarded | ● Tumbleweed |
|
Jun 2 |
accepted | SignByCert and the maximum size of sign |
