|
Mar
22 |
|
awarded | Yearling |
|
Jun
21 |
|
answered | Reflection.Emit error Operation can destabilize runtime |
|
Jun
14 |
|
awarded | Caucus |
|
Jun
9 |
|
answered | Type conversion in C#, where is my error? |
|
May
23 |
|
answered | Getting IntPtr of a delegate and invoking |
|
May
23 |
|
comment |
Tessnet2 "Could not load file or assmebly" @BjørnØyvindHalvorsen: I would recommend using IIS express for development. It integrates within Visual Studio well and has many advantages over the old web server built-in in Visual Studio. |
|
May
23 |
|
comment |
Update service reference error If you remove the web reference from the project and then add it again, does it work? |
|
May
23 |
|
answered | Load the type of an unreferenced assembly within an object list |
|
May
22 |
|
answered | Get know to consumed resources by a virtual directory |
|
May
22 |
|
awarded | Supporter |
|
May
21 |
|
answered | A namespace cannot directly contain members... + Type or namespace definition, or end-of-file expected errors |
|
May
21 |
|
comment |
How to enumerate all reachable objects given a root object? Good attempt but still far from ideal. There is a lot of things that needs special handling. For example value-type fields, classes that overrides Equals() and GetHashCode() methods, objects proxied from another AppDomain, etc. |
|
May
20 |
|
answered | Looking for an API to employ the wonderful powers of the GPU from .NET |
|
May
20 |
|
comment |
C# gravity simulation code acting weird @Aeodyn: I didn't notice any blinking when I run it on my computer. |
|
May
20 |
|
answered | C# gravity simulation code acting weird |
|
May
19 |
|
comment |
Creating a custom password protect file program Program in article "locks" folder by renaming it from (lets say) "abc" to "abc.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}". But user can rename the folder back to "abc" (thus making it unlocked again) without need of any password. |
|
May
19 |
|
comment |
Compare XML to TXT C# Which part of program you have problem with? You don't know how to read from text file? Or how to work with XML? Or how to compare texts? Your question is too extensive to be answered entirely. |
|
May
19 |
|
answered | Creating a custom password protect file program |
|
May
19 |
|
answered | Processors, cores, and various other capabilities in C# |
|
May
19 |
|
answered | What is the difference between string and StringBuilder? |