Welcome to RightHand's community place
Sign in
|
Join
|
Help
Righthand blogs
Miha Markič [MVP C#]
e-mail
twitter
Miha is a .net consultant and developer. Since 2000 he has been active in Developer Express' DX Squad and has been ECDL trainer and tester. In 2003 he started his own business – Righthand, specializing in consulting and programming (chiefly for US partners). He also gives lectures on conferences and other events in Slovenia. He has been awarded title of Microsoft Most Valuable Professional in Visual C# for active support in newsgroups and expertise in .net technologies
INETA Country Leader for Slovenia
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.net
.net 3.5
Announcement
ASP.Net
Book Review
DevExpress
DirectX
GPS
Hardware
HLSL
IPTV
LINQ
LLBLGenPro
ORM
Profiling
Silverlight
SloDUG
Slovenia
SQL
Visual Studio 2005
Visual Studio 2008
Visual Studio Add In
Visualizer
WCF
webheadsinaction
Windows
Windows Mobile
Navigation
Home
Blogs
Forums
Photos
Downloads
Archives
november 2008 (6)
oktober 2008 (6)
september 2008 (3)
avgust 2008 (2)
julij 2008 (3)
junij 2008 (6)
maj 2008 (5)
marec 2008 (5)
februar 2008 (4)
januar 2008 (10)
december 2007 (6)
november 2007 (10)
oktober 2007 (10)
september 2007 (4)
avgust 2007 (14)
julij 2007 (7)
junij 2007 (12)
maj 2007 (7)
april 2007 (9)
marec 2007 (6)
februar 2007 (8)
januar 2007 (12)
december 2006 (10)
november 2006 (12)
oktober 2006 (14)
september 2006 (16)
avgust 2006 (12)
julij 2006 (7)
junij 2006 (12)
maj 2006 (16)
april 2006 (5)
marec 2006 (6)
februar 2006 (14)
januar 2006 (11)
december 2005 (18)
november 2005 (18)
oktober 2005 (10)
september 2005 (11)
avgust 2005 (10)
julij 2005 (9)
junij 2005 (8)
maj 2005 (10)
Articles
Extending LLBLGenPro's ResultsetFields to work like List
Using page fragment caching and AJAX thing
Implementing more useful tracing for LLBLGenPro 2.0
Righthand Dataset Debugger Visualizer
Community
SLODUG/CodeZone.si
SLOWUG
Kodirnica
Slovenska Office skupnost
MVP
Matevž Gačnik
Sahil Malik
Frans Bauma
Ernst Kuschke
W. G. Ryan
Dejan Sarka
Andrej Tozon
Other bloggers
Dustin Campbell
RightHand
RightHand .net consulting
Useful tools
Developer Express
GOLD - parser
Code Smith
Browse by Tags
All Tags
»
ORM
»
.net
.net 3.5
DevExpress
LLBLGenPro
Slovenia
3. oktober 2008 9:56
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.
Posted by
Miha Markic
|
1 Comments
Filed under:
.net
,
DevExpress
,
Slovenia
,
ORM
,
LLBLGenPro
,
.net 3.5
23. avgust 2007 15:06
LLBLGen Pro got even better
Frans released a new major version of his LLBLGen Pro ORM. Basically, a top notch ORM product got even better. Make sure you check the what's new list - and if you are looking for an (better) ORM, don't hesitate to give it a try, you won't
Posted by
Miha Markic
|
3 Comments
Filed under:
.net
,
ORM
,
LLBLGenPro
29. september 2006 9:05
ADO.NET vNext Entity Data Model Designer Prototype, CTP
Get much awaited ADO.NET vNext Entity Data Model Designer Prototype, CTP here (note: you'll need LINQ May CTP and ADO.NET vNext CTP (August 2006) to make it work. And make sure you don't install this stuff on production machine as you can easily get into
Posted by
Miha Markic
|
0 Comments
Filed under:
.net
,
ORM
14. september 2006 14:45
Implementing more useful tracing for LLBLGenPro 2.0
LLBLGen Pro has an internal tracing mechanism that outputs data to Trace class using standard .net mechanism. To enable various tracing categories you have to switch one various TraceSwitch es either at runtime or in config file. But what if you want
Posted by
Miha Markic
|
0 Comments
Filed under:
.net
,
ORM
,
LLBLGenPro
14. september 2006 14:29
Implementing more useful tracing for LLBLGenPro 2.0
Version 1/14.9.2006 LLBLGen Pro has an internal tracing mechanism that outputs data to Trace class using standard .net mechanism. To enable various tracing categories you have to switch one various TraceSwitch es either at runtime or in config file. Here
Posted by
Miha Markic
|
3 Comments
Filed under:
.net
,
ORM
28. avgust 2006 13:08
Extending LLBLGenPro's ResultsetFields to work like List
These days I had a need to use ResultsetFields for fetching dynamic list. As you know, ResultsetFields derives from EntityFields2 (I am working with LLBLGenPro 2.0 .net 2) which is basically an array. There is nothing wrong with that, it is just you have
Posted by
Miha Markic
|
0 Comments
Filed under:
.net
,
ORM
28. avgust 2006 12:19
Extending LLBLGenPro's ResultsetFields to work like List
These days I had a need to use ResultsetFields for fetching dynamic list. As you know, ResultsetFields derives from EntityFields2 (I am working with LLBLGenPro 2.0 .net 2) which is basically an array. There is nothing wrong with that, it is just you have
Posted by
Miha Markic
|
0 Comments
Filed under:
.net
,
ORM
18. avgust 2006 23:14
Taking LLBLGenPro and other CHM help files everywhere with PocketPC
If you have a PocketPC and you want to read CHM files (compiled HTML Help Format - previous MS' help format) on it then here is the solution. Pete's free CHMReader does the job very well and the result is actually very readable. I read every issue of
Posted by
Miha Markic
|
0 Comments
Filed under:
.net
,
ORM
11. julij 2006 0:11
Generic Plugin for LLBLGen Pro v2
I started to build my own collection of LLBLGen Pro plugins. For now, there is only one - Generic Field Setter. It is capable of looping through single/all project entities and set matching fields to read only. The comma delimited field list can be set
Posted by
Miha Markic
|
2 Comments
Filed under:
.net
,
ORM
10. julij 2006 10:41
FinalBuilder4 action for LLBLGenPro available
Yesterday I crafted a Final Builder 4 action for LLBLGen Pro that invokes its command line code generator utility (CliGenerator). You can find free download here . Note: CliGenerator is included with LLBLGen Pro SDK which is an extra download available
Posted by
Miha Markic
|
0 Comments
Filed under:
.net
,
ORM