Kieran Benton
|
Registered User
|
|
Dec 9 |
answered | Linq and ObservableCollection |
|
Dec 9 |
asked | Inserting a new object into L2S table and databinding to it prior to SubmitChanges() in WPF |
|
Dec 7 |
comment |
what are the different testings like DST, Wanem…? Your question does not make sense. |
|
Dec 1 |
comment |
Sharing a db connection between threads in a C# application? Absolutely do NOT do this, there is no good reason to do so and you will affect the performance of your application. Use connection pooling like the above answer states. |
|
Nov 25 |
comment |
C# SecureString Question Thats a good article, but its absolutely bonkers - not only that but you've still had the string in memory for some time, quick admin access on the machine -> hook in a debugger = thanks for your password. Can anyone really see the point of these? |
|
Nov 25 |
comment |
C# SecureString Question I know what you mean - I've never understood the point of them either, they've always got to get casted to an array at some point! |
|
Nov 17 |
comment |
Checking for open port on multiple machines. What operating system are you using? Yes there are finite numbers of connections you can make - especially in non-server OSes. |
|
Nov 17 |
answered | ASP.NET: HttpModule performance |
|
Nov 16 |
comment |
WPF Command Line Can you interact with the console (Console.ReadLine/WriteLine) at that point? |
|
Nov 12 |
comment |
Building an installer that can install the same package multiple times (to different folders) with multiple configurations Excellent answer thanks Sascha, thats pretty much exactly what I was looking for. Now to find the easiest way to author an Instance Transform! :) |
|
Nov 11 |
comment |
Building an installer that can install the same package multiple times (to different folders) with multiple configurations Thanks Scott, does that just allow the install to take place then? What happens when you try to uninstall one (or the only one? not sure?) application that is listed in add/remove programs? |
|
Nov 11 |
asked | Building an installer that can install the same package multiple times (to different folders) with multiple configurations |
|
Nov 9 |
revised |
How often is the Application store refreshed in an ASP.Net Website? added 208 characters in body |
|
Nov 9 |
comment |
How often is the Application store refreshed in an ASP.Net Website? It's configurable and it depends on the version of IIS you are using I believe. See blogs.msdn.com/david.wang/archive/… for more information on that. |
|
Nov 9 |
answered | How often is the Application store refreshed in an ASP.Net Website? |
|
Nov 5 |
comment |
How can I debug (preferably in an IDE) an MSBuild script? Thanks, good advice. |
|
Nov 5 |
accepted | MSBuild ItemGroup, excluding .svn directories and files within |
|
Nov 5 |
asked | How can I debug (preferably in an IDE) an MSBuild script? |
|
Oct 23 |
comment |
Good Book on Scaling Asp.Net applications 2 million+ unique users per hour? = 48m a day which is 0.8% of the worlds population... I'm sorry but that doesn't sound right to me! |
|
Oct 19 |
awarded | ● Popular Question |
|
Oct 14 |
comment |
What was your first home computer? Aww I haven't see a floppy like that in years! Here's to memories of changing the border colour of the screen in the first program I wrote in BASIC... |
|
Oct 12 |
answered | Dependency graph of Visual Studio projects |
|
Oct 7 |
awarded | ● Popular Question |
|
Sep 21 |
comment |
Are BinaryFormatter Serialize and Deserialize thread safe? Yes that is currently the hot path (we've measured). Its not the end of the world to instanciate a formatted for each request, but I wondered if anyone knew if it did internal caching etc. I was aware of the notice on MSDN, but as you probably know, it says that for a lot of classes that actually are instance thread safe in reality :) |
|
Sep 21 |
asked | Are BinaryFormatter Serialize and Deserialize thread safe? |
|
Sep 12 |
awarded | ● Yearling |
|
Sep 11 |
comment |
Referencing Page.Title after it has been set as part of a asp:contentplaceholder I thought I must have been doing something 'out of order', its these little things that drive me mad about WebForms sometimes! :) Thanks for the advice. |
|
Sep 11 |
asked | Referencing Page.Title after it has been set as part of a asp:contentplaceholder |
|
Sep 10 |
comment |
How can I get the relative URL of a page from an instance of the page object itself Thanks Philip - I had thought this might be the case but wondered if there was a solution I was missing. Will have to work around it! Cheers. |
|
Sep 10 |
revised |
How can I get the relative URL of a page from an instance of the page object itself added 275 characters in body |
|
Sep 10 |
comment |
How can I get the relative URL of a page from an instance of the page object itself I am, updating the question now to be more clear. |
|
Sep 10 |
comment |
How can I get the relative URL of a page from an instance of the page object itself I know, but if I instance the page object directly, then there won't be a request object associated it. |
|
Sep 10 |
asked | How can I get the relative URL of a page from an instance of the page object itself |
|
Sep 8 |
awarded | ● Popular Question |
|
Sep 7 |
comment |
SQL Server cross-row compression This looks to be towards what I was thinking (afraid my knowledge of windowing functions is a bit fuzzy) but I cant get this to execute, missing * in the COUNT() for a start but SQL 2005 at least doesnt seem to like both a PARTITION BY and ORDER BY clause in the OVER. Am I missing something? Cheers. |
|
Sep 7 |
comment |
SQL Server cross-row compression This doesn't do as required, it will group rows that are not ajacent to each other, and as I indicated as part of the question - this is highly important. Is there some way in which a windowing function could be used in conjunction with this? (I know very little about them). Thanks. |
|
Sep 7 |
comment |
SQL Server cross-row compression Its ordered by two columns that arent part of the resultset, lets call them 'y' and 'x'. Cheers. |
|
Sep 7 |
asked | SQL Server cross-row compression |
|
Sep 1 |
awarded | ● Popular Question |
|
Aug 19 |
awarded | ● Popular Question |
|
Aug 5 |
awarded | ● Popular Question |
|
Aug 3 |
answered | One Exception handler for all exceptions of a CLASS |
|
Aug 3 |
answered | How do I use PerformanceCounterType AverageTimer32? |
|
Jul 31 |
comment |
MS09-035 Vulnerability & Impact On Application Development Thanks - I'd seen the diagram, but wanted a second opinion :) |
|
Jul 31 |
asked | MS09-035 Vulnerability & Impact On Application Development |
|
Jul 20 |
asked | Is encrypting web.config pointless? |
|
Jul 18 |
comment |
Any reason why an ASP.Net 2.0 application with no code would take 2 minutes to load on first run? I'd try and raise it with them I'm afraid it does sound like something wrong with the instance itself. Any anti-virus running? |
|
Jul 18 |
comment |
Any reason why an ASP.Net 2.0 application with no code would take 2 minutes to load on first run? Is that really the spec of the VPS client? Are you running process monitor as an Administrator? Is there any anti-virus on? That might be causing your problem as well. Which hosting company are you using? |
|
Jul 18 |
comment |
Any reason why an ASP.Net 2.0 application with no code would take 2 minutes to load on first run? Is that the spec of the VPS itself and not the host machine? If so then this obviously isnt the issue :) Another idea would be to run technet.microsoft.com/en-us/sysinternals/… on the box whilst one of these delays is happening and see what kind of IO/registry access is going on. |
|
Jul 18 |
answered | Any reason why an ASP.Net 2.0 application with no code would take 2 minutes to load on first run? |
