Ryan

2,735
Reputation
526 views

Registered User

Name Ryan
Member for 1 year
Seen Nov 19 at 16:45
Website
Location
Age
Nov
20
awarded  Popular Question
Nov
19
asked Do flash assets in my library need recompiled once I switch from Educational to Commercial CS4?
Nov
18
comment What would cause a 1 second delay added onto all my POSTs on DEV but not LIVE?
YES it is still just as slow when I am browsing to DEV from DEV.
Nov
18
asked What would cause a 1 second delay added onto all my POSTs on DEV but not LIVE?
Nov
17
answered .NET MVC Slow Site
Nov
10
comment SQL Server 08 Express Installed: But how to make a local database?
you are my hero, this worked in a flash!
Nov
10
revised SQL Server 08 Express Installed: But how to make a local database?
added 151 characters in body; added 140 characters in body
Nov
10
asked SQL Server 08 Express Installed: But how to make a local database?
Nov
10
comment Help with query: If was column copied, keep original out of select.
no only certain assets can be copied and only copied once
Nov
10
comment Help with query: If was column copied, keep original out of select.
basically: GET ALL ASSETS, if any of those ASSETS have an OriginalID that is not zero, then REMOVE ALL ASSETS from the set whose AssetID is found in any of the currently selected ASSETS OrignalID column, does this make sense?
Nov
10
comment Help with query: If was column copied, keep original out of select.
oh wait i see what you did there, hmm...
Nov
10
revised Help with query: If was column copied, keep original out of select.
added 410 characters in body
Nov
10
comment Help with query: If was column copied, keep original out of select.
we want to get some assets that have an original_asset_id != 0 also, it is the assetids that show up in original_asset_id columns that we don't want to get
Nov
10
comment Help with query: If was column copied, keep original out of select.
Matt: YES if it has an OriginalAssetID we want to get it, but now we don't want the original one specified by OriginalAssetID
Nov
10
asked Help with query: If was column copied, keep original out of select.
Nov
9
comment Here is some code that makes a cookie, can you please show me how to unmake it?
will try again and post back...
Nov
9
comment Here is some code that makes a cookie, can you please show me how to unmake it?
see my new edit on question
Nov
9
comment Here is some code that makes a cookie, can you please show me how to unmake it?
tried that, failed to work
Nov
9
revised Here is some code that makes a cookie, can you please show me how to unmake it?
added 559 characters in body
Nov
9
asked Here is some code that makes a cookie, can you please show me how to unmake it?
Nov
9
asked Is there any error checking web app cralwers out there?
Nov
9
awarded  Popular Question
Nov
9
awarded  Popular Question
Nov
7
comment How do I keep my C# Windows Form Responsive while it churns loops?
ooooo this looks tasty, thank you!
Nov
7
asked How do I keep my C# Windows Form Responsive while it churns loops?
Nov
7
answered Is it worth getting an MSc in Computer Science?
Nov
3
awarded  Popular Question
Oct
31
answered Harddrive rpms really significant for Visual Studion development experience?
Oct
31
comment How to use a standard webform aspx file inside an MVC project?
code behind is there
Oct
30
asked What really is ‘good enough’ for a late project?
Oct
30
asked How to use a standard webform aspx file inside an MVC project?
Oct
29
answered User defined formulas in C#
Oct
29
comment How to undo Visual Studio’s obsession with recreating the .designer.cs file of my DBML?
Thanks for the detail, you'd think they would just let me flag some option somewhere to have it overwrite the old one instead of making this new one + "1"
Oct
29
comment Can I optimize this piece of code?
uh... maybe 5 seconds because the k loop alone is looping 9.7 million times?
Oct
29
asked How to undo Visual Studio’s obsession with recreating the .designer.cs file of my DBML?
Oct
28
answered What’s the quickest/best way to format a ?double to currency for string output in C#?
Oct
28
asked What’s the quickest/best way to format a ?double to currency for string output in C#?
Oct
27
comment How possible is it to estimate time for programming projects?
those aren't duplicates, the questions are all different, maybe you're talking about duplicate answers :)
Oct
27
asked Please help me understand Unit Testing.
Oct
26
asked Is there any globaly unique identifier for a client machine accessible through the web browser?
Oct
20
awarded  Popular Question
Oct
19
awarded  Popular Question
Oct
15
asked Any free online programming journal directories out there?
Oct
12
comment Is there any good defacto standard ‘everything went smoothly’ message in a method that returns string errors?
thank you for system specific details
Oct
12
asked Is there any good defacto standard ‘everything went smoothly’ message in a method that returns string errors?
Oct
12
comment Is there any baked in validation classes in C#?
I am using ASP.NET MVC, and have recently been confused about exactly how to wire up some validation. At the moment I am ready to just hand write a checker into my repositories that returns and error code and then just figure out a way for it to hand it back to the form after submit has happened.
Oct
12
asked Is there any baked in validation classes in C#?
Oct
12
answered How do I sell my boss on productivity software?
Oct
11
asked Is there a fast way to get rows from a table by range as IQueryable in C# LINQ to SQL?
Oct
9
comment Is it ‘ok’ to develop with a DEV database residing on the same SQL server as the live production app?
Yes we also use RedGate it is great, however we are syncing from one DB to another within one SQL Server.