Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Browse by Tags

All Tags » Toolbox
  • A word of praise for relevant error messages

    What do you think about the following code: byte[] privateParams, publicParams; using (var rsa = new System.Security.Cryptography.RSACryptoServiceProvider()) { privateParams = rsa.ExportCspBlob(true); publicParams = rsa.ExportCspBlob(false); } using ...
    Posted to Dan Barvitsky (Weblog) by dbarvitsky on August 29, 2009
  • ILMerge and ConfigurationSection

    Note to self: dearest Dan! If you happen to use ILMerge with an exe file, please make sure you check the app.config file. Why?  Well, suppose you have a custom settings section in your app.config, just like this: <configSections> <sectionGroup name="Atalasoft"> <!-- Converter service settings section: ...
    Posted to Dan Barvitsky (Weblog) by dbarvitsky on August 25, 2009
  • Bitten by Kerberos

    The Kerberos, or Cerberus in Latin, a multithreaded multi-headed dog with tail of serpent heads, the hellhound, who used to guard the gates of Hades behind the river of Styx to keep the dead ancient Greek people dead in the kingdom of Shadows. Once Kerberos was captured by Hercules and then brought to Eurystheus, where his DNA has been ...
    Posted to Dan Barvitsky (Weblog) by dbarvitsky on July 7, 2009
  • Joining SharePoint server to a different domain

    Once upon a time I had to join a workgroup-based SharePoint test server to a domain. SharePoint wonderland is like 4th dimension – it is full of unexpected and no task is trivial for naive 3D creature. Jake and Dave referred me to a magical “15-step” process to move SharePoint to different domain, but Google’s links are dead and so are my hopes ...
    Posted to Dan Barvitsky (Weblog) by dbarvitsky on June 29, 2009
  • Deploying debug assemblies in the GAC

    Don’t ask me why, but at some point I ended up with the necessity of having debug assemblies in the GAC. OK, if you still ask, it is about SharePoint remote debugging. After dragging-and-dropping PDBs and DLLs for 651th time I almost started feeling an imprint in my desk surface, which mouse carved out while travelling back and forth. Sounds like ...
    Posted to Dan Barvitsky (Weblog) by dbarvitsky on February 8, 2009