Jakub Šturc

3,479
Reputation
253 views

Registered User

Name Jakub Šturc
Member for 1 year
Seen 8 hours ago
Website
Location Bratislava
Age 29
Nov
27
awarded  Notable Question
Nov
18
revised Distributed Computing Framework (.NET) - Specifically for CPU Instensive operations
improved formatting
Nov
18
revised Distributed Computing Framework (.NET) - Specifically for CPU Instensive operations
improved formatting
Nov
18
revised Distributed Computing Framework (.NET) - Specifically for CPU Instensive operations
improved formatting
Nov
13
comment What are the possible ways to prevent form from double posting in ASP.NET MVC?
@Robert: I tested this at production environment. I am suspicious that only IE6 and IE7 are capable of doing this. Anyway how it's happen is only important to avoid it in future.
Nov
13
comment What are the possible ways to prevent form from double posting in ASP.NET MVC?
@Robert: No. You was suggested that at #2 you would save the values from the second post. I think that in many cases it's what user expected to happen however in some cases this isn't option.
Nov
13
comment What are the possible ways to prevent form from double posting in ASP.NET MVC?
@Robert: overriding the first post ins't always option but surely is something that should be considered
Nov
13
comment What are the possible ways to prevent form from double posting in ASP.NET MVC?
I'll like this solution however this doesn't apply in some weird back button scenarios. (BTW: in my particular case I cannot reproduce double posting even with back button)
Nov
13
comment What are the possible ways to prevent form from double posting in ASP.NET MVC?
BTW althought I am using Post-Redirect-Get pattern in many cases I always feel bad about additional request which hurts performance.
Nov
13
comment What are the possible ways to prevent form from double posting in ASP.NET MVC?
@Robert Koritnik: good tip. Unfortunately the site at which it happens use post-redirect-get pattern.
Nov
13
asked What are the possible ways to prevent form from double posting in ASP.NET MVC?
Nov
10
comment Help with query: If was column copied, keep original out of select.
I wouldn't phrase it like this. But basically yes.
Nov
10
comment Help with query: If was column copied, keep original out of select.
Can be asset two (id 12) also overridden? If yes, it looks like transitive closure than cannot be expressed in SQL.
Nov
10
comment Help with query: If was column copied, keep original out of select.
@Ryan: sorry I am little confused. Maybe you should provide table structure to clarify this.
Nov
10
revised Help with query: If was column copied, keep original out of select.
added 180 characters in body
Nov
10
answered Help with query: If was column copied, keep original out of select.
Nov
10
revised Help with query: If was column copied, keep original out of select.
change alias for asset table from a to o
Nov
10
comment Help with query: If was column copied, keep original out of select.
It returns empty result if user haven't override default assets. I believe in this case it should return default assests.
Nov
10
revised C# switch statement
typo corrected
Nov
10
answered C# switch statement
Nov
10
comment What are good places for an American programmer to live / work abroad?
@SeanM: Decent beer? Are you joking? Czech beer is great and cheap.
Nov
10
comment What are good places for an American programmer to live / work abroad?
@User: In Prague for programmers salary 1100€ is bellow the average.
Oct
10
comment ASP.NET MVC application running II6 with wildcard mapping using only 3 threads
I am not sure if it help because problem disappeared but at least it's interesting reading.
Oct
10
revised ASP.NET MVC application running II6 with wildcard mapping using only 3 threads
added 106 characters in body
Oct
9
asked ASP.NET MVC application running II6 with wildcard mapping using only 3 threads
Sep
29
revised How to disable request validation in ASP.NET MVC running at IIS6?
added 113 characters in body
Sep
29
comment How to disable request validation in ASP.NET MVC running at IIS6?
Yes it is a post request that triggers this problem. I also tried to add AcceptVerbs(HttpVerbs.Post) and ValidateInput(false) to particular method but it seems it has now effect at IIS6.
Sep
29
asked How to disable request validation in ASP.NET MVC running at IIS6?
Sep
23
comment LINQ identity function?
I'll never understand why they don't include SKI combinators into c#.
Sep
18
awarded  Nice Answer
Sep
10
comment MD5 and sequential number
@ewanm89: exactly as Robert said
Sep
10
comment MD5 and sequential number
Actually I am not storing any data. I am only creating and interface to data which are not under my control.
Sep
10
comment MD5 and sequential number
@Daniel Straight: the id is not under my control. So unless I store tabel with id to guid mapping I have to stick with id.
Sep
10
comment MD5 and sequential number
How can I verify the hash if the hashed data is random?
Sep
10
comment MD5 and sequential number
The only reason I choose MD5 is because I like 128bit output.
Sep
10
asked MD5 and sequential number
Sep
10
awarded  Notable Question
Aug
31
awarded  Peer Pressure
Aug
27
awarded  Popular Question
Aug
24
comment .NET XML serialization in 2009
@sztomi: inability to work with IEnumerable<T> really annoys me.
Aug
24
revised .NET XML serialization in 2009
added 162 characters in body
Aug
24
asked .NET XML serialization in 2009
Aug
22
awarded  Yearling
Aug
21
comment Should web pages look same in different browsers?
Does have any major website fluid layout? I was trying to find real life example but i failed.
Aug
20
comment Should web pages look same in different browsers?
@TM: Is it possible to allow major differences and don't totally screw up looking?
Aug
20
comment Should web pages look same in different browsers?
Of course that user can alter presentation. But many times browsers creator also deliberately alter presentation and designer are fighting with them.
Aug
20
comment Should web pages look same in different browsers?
@andrewWinn: Kind of. I am saying that if browser creator or user by configurating browser express some intend that he likes display things in some way, designer of web pages should rather respect this decision that fighting with it.
Aug
20
asked Should web pages look same in different browsers?
Aug
11
comment Is there a difference between the following ways to register to event
The small difference is that the fist one won't compile in c# 1.0.
Aug
7
comment Renaming files with Visual Studio and TortoiseSVN
You saved my history. Thanks a lot.