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

oktober 2008 - Posts

Two computers, one scanner

I have an USB scanner I bought a while ago. It is attached to my computer and it is working fine. Occasionally my wife has to scan pictures for herself. She works on her computer but when she has to do some scanning I have to do the scanning for her even
Posted by Miha Markic | 0 Comments
Filed under: ,

Providing syntax editor within a .net application

Many times I've incorporated some sort of scripting capabilities into my .net applications. Usually I'd let user to type in some C# code and then I'd take that code, compile it in memory in another AppDomain (to avoid memory hogging) and execute it when
Posted by Miha Markic | 3 Comments

Visual Studio, CodeRush and Silverlight 2

If your Visual Studio 2005 or 2008 freezes while creating a Silverlight project, or any other project then you might try switching off CodeRush add in. Yep, it causes Visual Studio to freeze when creating a shinny new Silverlight 2.0 application. I am
Posted by Miha Markic | 0 Comments
Filed under: ,

XNA Game Studio: I could play video but I'd rather not

Did you ever try to play a video inside your DirectX application, or a newer XNA Game Studio? One could assume that this is a trivial task, right? WPF lets you play it, heck, even Silverlight has no problems playing video - it is a matter of setting a
Posted by Miha Markic | 0 Comments
Filed under:

Minimum database permissions for using SqlDependency with SQL Server 2005

If you wonder what minimum permissions you need to use SqlDependency with SQL Server 2005 then look no further. This code project article definitely works and is the most complete one I've found. Note that setting minimum database permissions for notification
Posted by Miha Markic | 0 Comments
Filed under: ,

Material from my "Making ORM applications more secure/Naredimo ORM aplikacije varnejše" presentation

I posted both slides and demo code from my " Making ORM applications more secure/Naredimo ORM aplikacije varnejše " presentation held at Bleeding Edge conference in Portorož on 1.10.2008. The material is in Slovene language. Enjoy.