Posts
Sort by recent activity
Collation
Hello,
my SQL Server db has correct collation "Latin1_General_CI_AS".
If i update some varchar column with the value "Comité" for instance it is commited correctly.
When i'm generating data from t...
Apply generator settings to a set of columns at once
Hi there,
we are evaluating SqlDataGenerator.
In this project we have a somewhat big datamodel (~200 tables) and some columns have the same generator settings.
Is there a chance to define the same ...
Decode StackTrace
Hi there,
we were unable to decode an obfuscated stack trace.
Firtly, we were using Unicode obfuscation and we realize, as someone advised, it was not supported and then moved to ASCII.
Even with A...
SmartAssembly on PostSharp
Hi there,
we are using PostSharp mainly for AOP which means that our assemblies are generated by PostSharp after/during the normal build process.
In the end, we are applying obfuscation on top on ...
Multiple dependencies obfuscation
Hello,
we are in the process of evaluating SA.
What is the best way of obfuscating dependant assemblies ?
We have a main application that will hold about a hundred referenced assemblies.
As a requi...