Stan R.
|
Registered User
|
-- Software Developer in NYC.
|
|
1h |
comment |
C#: Wrapping one Enum inside another (ie. mirroring another enum/copying it…) this is more work than simply mapping out the Enum yourself...i don't necessarily think its worth it. |
|
2d |
answered | C# - Determine property type at runtime |
|
Nov 25 |
answered | How to left/right truncate numbers without strings (Euler #37) |
|
Nov 25 |
comment |
Easy way to convert a Dictionary<string, string> to xml and visa versa you can use ToDictionary... rootElement.Elements().ToDictionary( key => key.Name, val => val.Value); |
|
Nov 25 |
comment |
Centering a String against another string what..the...? huh? |
|
Nov 25 |
answered | Trying to convert xml to a dictionary |
|
Nov 25 |
comment |
C# Switch Statement refactoring @James 12AM = 0, 12PM = 12. This code checks for 12PM |
|
Nov 24 |
comment |
How to merge 2 or more Lists implementing same interface @Guffa, +1 thanks for this piece of code. I constantly forget the "yield" keyword, i think this is a great reminder of thinking outside the box. thanks. |
|
Nov 24 |
comment |
How to merge 2 or more Lists implementing same interface @Michael D., you can use this code with .ToList() to create a copy to a list GetAllRecords.ToList() |
|
Nov 24 |
answered | How to merge 2 or more Lists implementing same interface |
|
Nov 24 |
answered | Generic method with Action<T> parameter |
|
Nov 24 |
comment |
Difference between Arrays & Single-Dimensional Arrays in c# :D ........hahahaa |
|
Nov 24 |
answered | Difference between Arrays & Single-Dimensional Arrays in c# |
|
Nov 24 |
comment |
compare two list in linq you would've gotten an answer within minutes if you were just a little bit more descriptive. Help us help you ! |
|
Nov 20 |
answered | passing by reference not working |
|
Nov 20 |
answered | Lock before reading a global string? |
|
Nov 18 |
comment |
How can I communicate with my cousin when she can only move her eyes? condolences..and good luck. |
|
Nov 13 |
accepted | Determine if .NET ListView control is editing |
|
Nov 6 |
accepted | Get program title from process name in C# |
|
Nov 6 |
revised |
Get program title from process name in C# added 74 characters in body; deleted 5 characters in body |
|
Nov 6 |
answered | Get program title from process name in C# |
|
Nov 6 |
answered | C# Typecast Basic querry |
|
Nov 6 |
comment |
Using C++ API in C# +1 this is exactly what i've done in the past. it made my life that much easier, especially since managed C++ is not that difficult. |
|
Nov 3 |
accepted | Windows File security, removing an access rule |
|
Nov 3 |
answered | Windows File security, removing an access rule |
|
Nov 3 |
comment |
Windows File security, removing an access rule is there a parent folder that is enforcing the rule you are trying to remove? |
|
Nov 1 |
comment |
Winform not rendering control alterations make sure your changes are being updated in the *.designer.cs file, without any code we can't really help you. |
|
Oct 30 |
comment |
LinqToSql query that spans a many-to-many relation? ahh i see where your problem is. |
|
Oct 30 |
answered | LinqToSql query that spans a many-to-many relation? |
|
Oct 29 |
comment |
Can’t create static variable inside a static method? its always a race ! :P |
|
Oct 27 |
revised |
An efficient solution to a String.Replace problem? deleted 24 characters in body |
|
Oct 27 |
answered | An efficient solution to a String.Replace problem? |
|
Oct 27 |
comment |
Split string in 512 char chunks [C#] ahh guys that explains it, thanks...and i was baffled by this for a few minutes hahaa |
|
Oct 27 |
accepted | Find which account a service is set to “Log On As” |
|
Oct 27 |
comment |
Split string in 512 char chunks [C#] and I know it implements IEnumerable<char> which makes it that much more baffling... |
|
Oct 27 |
comment |
Split string in 512 char chunks [C#] dammit Jon you beat me to it, and I used your implementation too... |
|
Oct 27 |
comment |
Split string in 512 char chunks [C#] btw String, does not have an extension method for "Skip" you would have to do ToCharArray first. |
|
Oct 27 |
answered | Split string in 512 char chunks [C#] |
|
Oct 27 |
answered | Find which account a service is set to “Log On As” |
|
Oct 27 |
answered | C#: Using a generic to create a pointer array |
|
Oct 27 |
comment |
.NET: Is There an Interface for Implemented by all XML Serialized objects? what does this question even mean? you want a method that will serialize an object?? |
|
Oct 26 |
answered | Initialize properties at the load event or in the constructor? |
|
Oct 26 |
answered | Is this a good factory method implementation? |
|
Oct 23 |
revised |
Interface :- Alternative Approach added 620 characters in body |
|
Oct 23 |
answered | Interface :- Alternative Approach |
|
Oct 22 |
accepted | Complex string matching with LINQ to Entity Framework |
|
Oct 22 |
revised |
Complex string matching with LINQ to Entity Framework added 94 characters in body |
|
Oct 22 |
answered | Complex string matching with LINQ to Entity Framework |
|
Oct 22 |
accepted | Empty Sequence in LINQ |
|
Oct 22 |
comment |
Empty Sequence in LINQ +1 for a good question in my opinion. |
