Posted
about 11 years
ago
by
James Craig
Updated Dynamo code by adding SubSet function, new constructor for generic objects, and overriding ToString, Equals, and GetHashCode functions.
Fixed PropertySetter function if there is no setter function for the property.
|
Posted
about 11 years
ago
by
James Craig
Moved over media items.
|
Posted
about 11 years
ago
by
James Craig
Moved over validation items, also added MVC package to library.
|
Posted
about 11 years
ago
by
James Craig
Copied over randomization code from the old version. Not sure if I'm going to change it that much. Maybe just some of the registration, etc.
|
Posted
about 11 years
ago
by
James Craig
Finished on profiling code for now.
|
Posted
about 11 years
ago
by
James Craig
Added Working a bit more on the caching code as the Profiler objects will need to be cached in different ways depending on what system it's running in.
|
Posted
about 11 years
ago
by
JaCraig
Not really as FileInfo and DirectoryInfo has a function built in: GetAccessControl and setting them you can use SetAccessControl.
|
Posted
about 11 years
ago
by
cecilphillip
Are there any existing extension method to help determine File/Folder Permissions for a windows user or the user an app is currently running as?
|
Posted
about 11 years
ago
by
James Craig
Added Process and StackTrace extension methods.
Started on Profiler code, not happy with it though.
|
Posted
about 11 years
ago
by
James Craig
Apparently didn't quite fix the issue the first time...
|