Imagine a class with lot of fields.class Person { private string name; private string surname; private int age; private string address; private string city; private string zip; private […]
Tst
1 2 3 4 5 6 7 8 9 string path = “”; string safeReferrer = null; FileInfo fileInfo = new FileInfo(string.Format(“{0}/{1}”, path, image)); int index = 0; […]
Problems signing an assembly with a key stored in key container (VS2005)
This is one of those problems you can’t understand how could it happen. Some background: In the past Visual Stuidio versions you were able to sign an assembly […]
Presumably bigest Slovene MS Office forum
Matjaz, a friend of mine, hosts huge MS Office forum (Slovene language) full of useful answers to common problems (who doesn’t have at least one problem with Office?). There […]
Delphi on eBay?
Sad news for Delphi users. Or not – who knows what’ll happen once the division is sold. Perhas we’ll see it on eBay 🙂 http://blogs.borland.com/davidi/archive/2006/02/08/23013.aspx
RightHand.DataSet.Visualizer refresh is available
I’ve updated expiration date of RightHand.DataSet.Visualizer.Download updated version here.
Caching of database schema in CodeSmith
So you’ve build a template (or using one) for CodeSmith that uses SchemaExplorer.DatabaseSchema class – the one that enables you browsing through database schema with ease (through a […]
FinalBuilder4 action for running CodeSmith templates
The past week I was busy creating an automated template based system for generating Developer Express‘ XPO source code. Heart of the system is based on CodeSmith and […]
VMWare Server for free?
You have to love the competition on the virtualization market. Apparently VMWare will introduce a virtualization server product for free. Check it out here.
CodeSmith merge functionality for csproj files
If you are seriously using CodeSmith you will know about the merge functionality. True, with introduction of partial classes in .net 2 the need for merging is greatly reduced, […]