JaredPar

69,609
reputation
7743 views

Registered User

name JaredPar
member for 1 year
seen 2 hours ago
website
location Redmond, WA
age 29
Blog - http://blogs.msdn.com/jaredpar

Twitter - http://twitter.com/jaredpar

Check out my .Net Utility Library on code gallery: BclExtras

14h
comment Powershell: read lines from text file, construct source and destination file names, then copy files
@Johannes, I think that will work but I forget the parsing rules on replacement within a string occasionally and wasn't sure if the .ext would be interpretd correctly. Hence went the safe route
14h
answered Email Validation - Regular Expression
14h
accepted Powershell: read lines from text file, construct source and destination file names, then copy files
14h
answered Powershell: read lines from text file, construct source and destination file names, then copy files
16h
accepted .NET Reflector Fail - Windows 7 64-bit
18h
comment Regex Replace Case Insensitivty Issue
@Tim, that approach should work as well.
18h
accepted Regex Replace Case Insensitivty Issue
18h
answered Regex Replace Case Insensitivty Issue
18h
revised C# Calling a Method, and variable scope
edited body
1d
awarded  Nice Answer
1d
answered C# - Is path a directory?
1d
answered C# Calling a Method, and variable scope
2d
accepted f# List.first deprecated, what is the new method.
2d
answered Do some Functional programming constructs reduce Debuggability?
2d
comment What great people within computer science should we all know about?
This should be a community wiki
2d
answered xml parsing in vb.net
2d
answered Specialization of template after instantiation?
2d
comment If else while for function class private protected pointers .. what can i do with these stuff ?!
Can you be a bit more specific? What exactly are you looking to understand?
Dec
12
answered f# List.first deprecated, what is the new method.
Dec
11
answered Getting the same element without changing it using Linq
Dec
11
answered if i m new to jquery? then what is the best way to begin with?
Dec
11
answered Messages via SOAP throws CommunicationException
Dec
11
accepted How to get the selected value in a DropDownList in the Object Type (not string)?
Dec
11
answered .NET Reflector Fail - Windows 7 64-bit
Dec
11
answered What Visual Studio 2008 version to download for x86 .NET development?
Dec
11
answered How to get the selected value in a DropDownList in the Object Type (not string)?
Dec
11
answered Avoid Microsoft Office SDK installation as part of my app
Dec
11
accepted C# getting unique hash from all objects
Dec
11
comment Visual Studio 2008 : Step to next line is very slow when debugging managed code
@Phil, this was a performance change we made just before Beta2.
Dec
11
answered C# getting unique hash from all objects
Dec
11
revised Is System.Guid.NewGuid() always implemented through UuidCreate() on Windows?
added 284 characters in body
Dec
11
answered Is System.Guid.NewGuid() always implemented through UuidCreate() on Windows?
Dec
11
awarded  Nice Answer
Dec
10
answered How do I escape the # character in a VB.NET string literal?
Dec
10
comment Initializing a public char buffer dynamically
@CG recieving works fine but you'll likely need to do it in chunks and then combine the packets back together. This is really easy with a vector though as they are easily concatinated.
Dec
10
answered Initializing a public char buffer dynamically
Dec
10
accepted Requested Execution Level for a dll
Dec
10
accepted .NET: Why aren’t Enum’s Range/Value Checked?
Dec
10
comment Requested Execution Level for a dll
@epotter I updated my answer a bit on this subject.
Dec
10
revised Requested Execution Level for a dll
added 336 characters in body
Dec
10
revised C# anonymous type foreach looping
edited tags; edited tags
Dec
10
answered C# anonymous type foreach looping
Dec
10
answered Requested Execution Level for a dll
Dec
10
answered c# class instance communication
Dec
10
answered C# constructor execution order
Dec
10
answered In C# .Net, how do I detect if a dialog showed up?
Dec
10
accepted Should IEquatable<T>, IComparable<T> be implemented on non-sealed classes?
Dec
9
comment ignore files in flight
If you want true reliability this still won't work. Other processes on the machine could decide to delete that new folder as they please. You can't stop this from happening. The file system is fundamentally unpredictable
Dec
9
revised C++ complilation problems in VS2010 Beta 1
edited tags
Dec
9
comment ignore files in flight
It was no longer in use. The moment the rename completes it could be in use again. You can't control the file system :)