Welcome to RightHand's community place Sign in | Join | Help

junij 2005 - Posts

New version of Spell Checker plugin for CodeRush(DXCore)

I just released a beta of new Spell Checker plugin version (a plugin for DXCore/CodeRush for Visual Studio.Net). The main new feature is that it does spell checking of XmlComments and Comments, too. Furthermore, different settings and dictionaries can
Posted by Miha Markic | 1 Comments
Filed under: ,

Working with Visual Studio.NET 2005 beta 2

I've been working for real with Visual Studio.NET 2005 beta 2 now for some time. It crashes here and there but overall it is a good experience from the stability point of view (I won't even start menitoning all the benefits - it would be a loooong post).
Posted by Miha Markic | 2 Comments
Filed under:

Creating DevExpress' XtraForm derived form as partial class

Developer Express offers an XtraForm (a windows form derived from Form class) with Look & Feel default set so you don't have to use LookAndFeel objects to centralize its appearance. One annoying feature is that when you create an XtraForm derived
Posted by Miha Markic | 0 Comments
Filed under: ,

DirectX wishes for VS.NET 2005

Do you have wishes for managed DirectX for Visual Studio.NET 2005? You are in luck. Tom Miller's put out a post inviting community to express their wishes for it. And there is no better person than Tom to speak to on managed DirectX topic.
Posted by Miha Markic | 0 Comments
Filed under:

CLR team goes ZBB

It is certainly a good thing that CLR team cleared the bug list for .NET Framework 2.0. I guess that makes 11/7 even more realistic date.
Posted by Miha Markic | 0 Comments
Filed under:

Is SecureString usable

if you want to keep a secret text in a System.String you'll have security vulnerabilities. Since it stores the plain text in memory (and you have no control when it will be destroyed as this is controlled by garbage collector) a skillful user could read
Posted by Miha Markic | 3 Comments
Filed under:

Visual Studio.NET 2005 sugars

Did you ever find yourself wondering which namespace a class belongs to? One would open the help and use index functionality to find it. Now the process is a lot easier. Just type the class name into the code and, if class is referenced and its namespace
Posted by Miha Markic | 2 Comments
Filed under:

CodeSmith and Visual Studio.Net 2005 beta 2 story

I already blogged about CodeSmith being a wonderful tool so I won't repeat my ode again. While CodeSmith is a great tool it doesn't yet support integration into Visual Studio.Net 2005 beta 2. By integration I mean CodeSmith AddIn window and CodeSmithGenerator.
Posted by Miha Markic | 1 Comments
Filed under: