Goran

1,206
Reputation
273 views

Registered User

Name Goran
Member for 1 year
Seen 16 hours ago
Website
Location Slovenia
Age
Implementing IUpdateable
Nov
16
answered Object oriented programming - class design confusion
Nov
11
accepted Hashtable how to get string value without toString().
Nov
11
comment Abstraction of behavioural logic - is there a design pattern?
Could you add some more info on this? Any number of patterns could be used to solve this problem as it is quite vague.
Nov
11
answered How to insert duplicate rows in SQLite with a unique ID?
Nov
11
answered Hashtable how to get string value without toString().
Oct
28
comment Image drawn on panel does not cover the whole panel (c# - winforms)
Update: using higher quality modes when drawing (ie System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic) makes grid lines visible at any zoom factor except 1:1.
Oct
28
comment Image drawn on panel does not cover the whole panel (c# - winforms)
I'm taking a list of panels and placing them in a grid (using tableLayout control). Upon creating a panel an image is assigned to it and drawn over it (using panel size). Whenever there's a change in zoom I change the size of each panel. This should in theory stretch the overlay image accordingly. In practice however a small part (edge) of the panel is visible whenever panels are scaled beyond 1 to 1 ratio.
Oct
28
comment Image drawn on panel does not cover the whole panel (c# - winforms)
...a small part of panel that begins to show should not be showing. I'm drawing 512x512 images on 512x512 panels arranged in a grid. When panels are resized to 1024x1024 a border the color of panel background color begins to show. Just to be clear - how do I make sure the panel is always completely covered by the drawn image?
Oct
28
comment WCF Performance localhost vs domain address
The localhost and the domain address resolve to the same develop machine. The client is also located on that machine. So client/service communication should never leave the intranet and should be the same speed regardless of whether endpoint is specified as an internal ip, localhost or the external domain address, or am I missing something?
Oct
28
asked Image drawn on panel does not cover the whole panel (c# - winforms)
Oct
28
asked WCF Performance localhost vs domain address
Oct
25
comment Degraded performance of a query after adding Index
I'm using MSSql but perhaps this can help: zengin.wordpress.com/2007/07/…
Oct
25
comment db4o to preserve identity of objects.
Both work for me... which one?
Oct
25
answered The underlying connection was closed
Oct
23
comment Truncate string on whole words in .Net C#
Also should be -1 for not using regex ;)
Oct
20
comment Degraded performance of a query after adding Index
I've noticed the slower execution stats show: 294 physical reads, while the original one has 0. Physical reads are by far the most expensive operation and could explain the difference in speed. Can you clear buffers before running SP on each version of the index structure?
Oct
16
comment Pros and Cons of unit testing with t#
I on the other hand like that as it makes test clearer. It might be troublesome as future versions of C# might introduce some keyword conflicts. Perhaps this should move into undecided column.
Oct
16
asked Pros and Cons of unit testing with t#
Oct
13
comment Two different .NET applications can’t access the db4o file
I'd need more info to try and help you with this - perhaps you could post a sample recreating your problem to the db4o forums?
Oct
13
answered db4o to preserve identity of objects.
Oct
13
answered DB4O with Silverlight RIA Services
Oct
13
answered Trouble with db4o…objects aren’t returned after an IIS reset/container is out of scope.
Oct
13
comment Trouble with db4o…objects aren’t returned after an IIS reset/container is out of scope.
It's an object-oriented database - www.db4o.com
Oct
13
answered Improve db4o linq query
Sep
29
awarded  Yearling
Sep
25
comment Printing one letter caption only once and matching items alphabetically
And if xslt 2.0 processor is available then by all means use the built in for-each-group command (zvon.org/xxl/XSL-Ref/…)
Sep
25
asked Analytical approach to optimizing spatial indices in MsSql2008
Sep
6
comment Looking for the suffix tree implementation in C#?
Consider your lawn mowed :)
Aug
24
comment Designing tables for storing various requirements and stats for multiplayer game
@Shea Daniels But we do have object oriented databases...
Aug
20
awarded  Good Question
Jul
10
awarded  Good Answer
Jul
4
awarded  Tumbleweed
Jun
27
asked ActionScript 3 AsyncToken implementation
Jun
22
answered Cloning WebService
Jun
21
comment Cloning WebService
I'd like to call ws methods specifying different responder objects - have different callbacks. So I need a fresh instance of a ws for each method call. Always creating new ws's and calling loadWSDL seems a bit weird, so I'd like to do that once and create ws clones whenever someone calls a method.
Jun
21
asked Cloning WebService
Jun
15
comment What was your 10 to the 100 idea?
Thanks for your answer - I guess everyone else is trying to get theirs patented first :)
Jun
9
asked What was your 10 to the 100 idea?