User Kyle West - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T00:28:58Z http://stackoverflow.com/feeds/user/34133 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1022227/how-do-you-map-an-entity-interface-relationship-using-fluent-nhibernate 5 How do you map an entity -> interface relationship using Fluent NHibernate? Kyle West 2009-06-20T18:49:18Z 2009-11-24T17:12:13Z <p>given the following class definition:</p> <pre><code>public class Order { public IProduct Product {get;set;} } </code></pre> <p>I have this (fluent) mapping</p> <pre><code>References(x=&gt;x.Product, "ProductId"); </code></pre> <p>And get this exception: An association from the table Orders refers to an unmapped class, which makes sense because it doesn't know what implementation I will pass to it.</p> <p>I understand why I have to define the type in the mapping (IProduct could be anything) but I'm not sure how to do it.</p> <p>Thanks,</p> <p>Kyle</p> http://stackoverflow.com/questions/293142/whats-your-biggest-visual-studio-2008-annoyance 49 What's Your Biggest Visual Studio 2008 Annoyance? Kyle West 2008-11-15T22:19:48Z 2009-11-13T00:12:10Z <p>I love Visual Studio about 90% of the time, but that last 10% it is such a <a href="http://en.wiktionary.org/wiki/PITA" rel="nofollow">PITA</a> it makes me want to launch my monitor off the desk.</p> <p>My latest annoyances:</p> <ul> <li>It won't remember my toolbar settings. I don't want any toolbars, ever. Quit popping open the CSS editor or XML editor or text editor everytime I open a file.</li> <li>Doesn't remember which regions I had expanded or collapsed and as far as I know there is no way to tell it to always open files with the regions expanded.</li> <li>When editing CSS or HTML the damn error list wants to pop up each time I start a tag and haven't finished it yet. First of all, don't pop up at all. And if you're going to ... give me a couple seconds to finish what I'm doing.</li> </ul> <p>The best part ... ReSharper :)</p> <p>EDIT [Jay Bazuzi]: It seems like this discussion is only productive if it's focused on the latest released version. Set the title to VS2008.</p> http://stackoverflow.com/questions/507674/scheduled-console-app-vs-windows-service-when-is-it-appropriate-to-use-each 2 Scheduled console app vs Windows service? When is it appropriate to use each Kyle West 2009-02-03T15:53:59Z 2009-10-16T14:07:15Z <p>I just read this: <a href="http://stackoverflow.com/questions/442264/what-is-the-benefit-of-developing-the-application-as-a-windows-service">http://stackoverflow.com/questions/442264/what-is-the-benefit-of-developing-the-application-as-a-windows-service</a> but I'm still unsure of when to use a windows service.</p> <p>I have a couple tasks that need to be run at intervals (i.e. every 5 minutes). Which project type should I use? Are there any examples of the types of applications that should be Windows services?</p> <p>Thanks,</p> <p>Kyle</p> http://stackoverflow.com/questions/299366/can-i-set-the-expires-header-on-all-objects-in-an-amazon-s3-bucket-all-at-once 3 Can I set the expires header on all objects in an Amazon S3 bucket all at once? Kyle West 2008-11-18T16:57:10Z 2009-10-05T10:58:02Z <p>I've got about 200k images in a bucket. They all have expires headers of 2050 but I've read you shouldn't send an expires header older than a year. I want to schedule a script to run every month and set the headers to 6 months away. Anything out there? Obviously I'd like to avoid iterating 200k objects.</p> http://stackoverflow.com/questions/466689/any-sql-server-2008-database-change-management-migrations-tools-available 3 Any SQL Server 2008 Database Change Management (MIgrations) Tools Available? Kyle West 2009-01-21T19:42:57Z 2009-09-18T14:49:40Z <p>We were running Tarantino (<a href="http://code.google.com/p/tarantino/wiki/DatabaseChangeManagement" rel="nofollow">http://code.google.com/p/tarantino/wiki/DatabaseChangeManagement</a>) in a Nant build script but we're getting some new hardware and using the opportunity to upgrade to SQL Server 2008. Unfortunately Tarantino won't work with SQL 2K8 so I'm looking for an alternative.</p> <p>Any ideas?</p> http://stackoverflow.com/questions/619853/should-a-many-to-many-relationship-define-anything-other-than-the-relationship 2 Should a many-to-many relationship define anything other than the relationship Kyle West 2009-03-06T18:12:50Z 2009-08-15T13:57:27Z <p>Taking the typical products / categories many-to-many relationship you'd typically have a relationship like follows:</p> <pre><code>table -- ProductsCategories column - ProductId column - CategoryId </code></pre> <p>Is it ill advised to add other properties to that relationship, things that only exist on that specific relationship. Such as (please forgive my terrible examples, I'm not good at examples):</p> <pre><code>table -- ProductsCategories column - ProductId column - CategoryId column - DiscountForProductsInThisCategory column - CategoryImageForProductsInThisCategory </code></pre> http://stackoverflow.com/questions/287679/an-easy-way-to-set-the-active-tab-using-controllers-and-a-usercontrol-in-asp-net 7 An easy way to set the active tab using controllers and a usercontrol in ASP.NET MVC? Kyle West 2008-11-13T17:50:44Z 2009-08-10T13:30:59Z <p>How do I create tabbed navigation with the "Current" tab highlighted in the UI?</p> http://stackoverflow.com/questions/319835/new-asp-net-charting-controls-will-they-work-with-mvc-eventually 7 New asp.net charting controls - will they work with MVC (eventually)? Kyle West 2008-11-26T05:28:39Z 2009-07-31T19:10:29Z <p>Scott Gu just posted about a new set of charting controls being distributed by the .NET team. They look incredible: <a href="http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx" rel="nofollow">http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx</a></p> <p>The million dollar question is ... will they work with MVC, and if so, when?</p> http://stackoverflow.com/questions/1036330/where-do-software-engineers-developers-programmers-architects-ask-non-stackoverfl/1036336#1036336 2 Answer by Kyle West for   where do software engineers/developers/programmers/architects ask NON-stackoverflow questions? Kyle West 2009-06-24T04:03:51Z 2009-06-24T04:03:51Z <p><a href="http://google.com" rel="nofollow">Google</a></p> http://stackoverflow.com/questions/961086/can-i-implement-an-interface-using-a-subclass-in-c 1 Can I implement an interface using a subclass in C#? Kyle West 2009-06-07T02:43:05Z 2009-06-07T14:30:26Z <p>given the following:</p> <pre><code>class A : B {} interface I { B TheObject {get;set;} } </code></pre> <p>can I do this somehow?</p> <pre><code>class C : I { public A TheObject {get;set;} } </code></pre> <p>note the interface has the base class and the implementation has the sub class. </p> http://stackoverflow.com/questions/289048/asp-net-mvc-us-state-drop-down-list 3 ASP.NET MVC US State Drop Down List Kyle West 2008-11-14T02:11:23Z 2009-06-03T18:55:34Z <p>anyone have have a dropdownlist helper method with a list of US states? thanks.</p> http://stackoverflow.com/questions/289048/asp-net-mvc-us-state-drop-down-list/291595#291595 13 Answer by Kyle West for ASP.NET MVC US State Drop Down List Kyle West 2008-11-14T22:04:57Z 2009-06-03T18:55:34Z <p>As promised ... toss this in your "Global" namespace (or wherever else you want). </p> <pre><code>public class UnitedStatesStates { public static readonly IDictionary&lt;string, string&gt; StateDictionary = new Dictionary&lt;string, string&gt; { {"ALABAMA", "AL"}, {"ALASKA", "AK"}, {"AMERICAN SAMOA", "AS"}, {"ARIZONA ", "AZ"}, {"ARKANSAS", "AR"}, {"CALIFORNIA ", "CA"}, {"COLORADO ", "CO"}, {"CONNECTICUT", "CT"}, {"DELAWARE", "DE"}, {"DISTRICT OF COLUMBIA", "DC"}, {"FEDERATED STATES OF MICRONESIA", "FM"}, {"FLORIDA", "FL"}, {"GEORGIA", "GA"}, {"GUAM ", "GU"}, {"HAWAII", "HI"}, {"IDAHO", "ID"}, {"ILLINOIS", "IL"}, {"INDIANA", "IN"}, {"IOWA", "IA"}, {"KANSAS", "KS"}, {"KENTUCKY", "KY"}, {"LOUISIANA", "LA"}, {"MAINE", "ME"}, {"MARSHALL ISLANDS", "MH"}, {"MARYLAND", "MD"}, {"MASSACHUSETTS", "MA"}, {"MICHIGAN", "MI"}, {"MINNESOTA", "MN"}, {"MISSISSIPPI", "MS"}, {"MISSOURI", "MO"}, {"MONTANA", "MT"}, {"NEBRASKA", "NE"}, {"NEVADA", "NV"}, {"NEW HAMPSHIRE", "NH"}, {"NEW JERSEY", "NJ"}, {"NEW MEXICO", "NM"}, {"NEW YORK", "NY"}, {"NORTH CAROLINA", "NC"}, {"NORTH DAKOTA", "ND"}, {"NORTHERN MARIANA ISLANDS", "MP"}, {"OHIO", "OH"}, {"OKLAHOMA", "OK"}, {"OREGON", "OR"}, {"PALAU", "PW"}, {"PENNSYLVANIA", "PA"}, {"PUERTO RICO", "PR"}, {"RHODE ISLAND", "RI"}, {"SOUTH CAROLINA", "SC"}, {"SOUTH DAKOTA", "SD"}, {"TENNESSEE", "TN"}, {"TEXAS", "TX"}, {"UTAH", "UT"}, {"VERMONT", "VT"}, {"VIRGIN ISLANDS", "VI"}, {"VIRGINIA ", "VA"}, {"WASHINGTON", "WA"}, {"WEST VIRGINIA", "WV"}, {"WISCONSIN", "WI"}, {"WYOMING", "WY"} }; public static SelectList StateSelectList { get { return new SelectList(StateDictionary, "Value", "Key"); } } } </code></pre> <p>and use it like this:</p> <pre><code>&lt;%= Html.DropDownList("state", UnitedStatesStates.StateSelectList)%&gt; </code></pre> http://stackoverflow.com/questions/940888/elmah-vs-enterprise-library-exception-handling-block/941101#941101 1 Answer by Kyle West for ELMAH vs Enterprise Library Exception Handling Block Kyle West 2009-06-02T18:21:55Z 2009-06-02T18:21:55Z <p>I may be off base here, which is quite often the case, but EntLibrary is meant to help develop exception handling whereas ELMAH is jsut going to show you when and where exceptions occured. If you just want a report of exceptions use ELMAH, if you need more power EntLib.</p> http://stackoverflow.com/questions/935063/how-to-insert-a-unicode-character-in-a-rich-text-box 1 How to insert a unicode character in a rich text box? Kyle West 2009-06-01T14:27:32Z 2009-06-01T15:05:31Z <p>I'm writing a WPF application with a RichTextBox and a Toolbar (a VERY simple RichText Editor). Anyway, I want to put 6 unicode characters in the ToolBar that can be clicked and will be inserted at whatever point to the RichTextBox.</p> <p>This seems like something that should be fairly simple to do (without a lot of codebehind). Is it, or do I have to write some custom methods to make this happen?</p> <p>Thanks,</p> <p>Kyle</p> http://stackoverflow.com/questions/925825/what-is-the-best-practice-for-sharing-a-visual-studio-project-assembly-among-so 5 What is the best practice for sharing a Visual Studio Project (assembly) among solutions Kyle West 2009-05-29T12:55:15Z 2009-05-29T17:07:20Z <p>Hypothetically, I have a project "MyFramework" that has a bunch of code used across a lot (12?) of solutions. Each of the solutions including "MyFramework" are in there own source control (SVN). </p> <p>MyFramework is strictly an internal product and doesn't have a formal release schedule.</p> <p>Each of the solutions are internal projects (no client work) and do have formal release schedules.</p> <p>I'd prefer not having to build and copy the DLLs to all 12 projects.</p> <p>New developers need to be able to sit down. svn-checkout and get to work.</p> <p>What is the best way to share MyFramework across all these solutions. </p> http://stackoverflow.com/questions/926096/how-to-attach-a-database-without-an-ldf-file/926129#926129 1 Answer by Kyle West for How to attach a database without an LDF file? Kyle West 2009-05-29T14:00:03Z 2009-05-29T14:01:13Z <p>You can "just do it" it'll throw a warning that it couldn't find the .ldf, but it will still attach the db.</p> http://stackoverflow.com/questions/289082/asp-net-mvc-editing-a-collection-best-practices-your-opinion 4 ASP.NET MVC Editing A Collection Best Practices - Your Opinion Kyle West 2008-11-14T02:30:01Z 2009-05-27T20:58:20Z <p>Given the following class, what is your opinion on the best way to handle create/edit where Attributes.Count can be any number.</p> <pre><code>public class Product { public int Id {get;set;} public string Name {get;set;} public IList&lt;Attribute&gt; Attributes {get;set;} } public class Attribute { public string Name {get;set;} public string Value {get;set;} } </code></pre> <p>The user should be able to edit both the Product details (Name) and Attribute details (Name/Value) in the same view, including adding and deleting new attributes.</p> <p>Handling changes in the model is easy, what's the best way to handle the UI and ActionMethod side of things?</p> http://stackoverflow.com/questions/890814/what-is-the-proper-way-to-map-html-to-the-asp-net-pipeline-in-iis7 0 What is the proper way to map .html to the ASP.NET pipeline in IIS7 Kyle West 2009-05-20T23:55:52Z 2009-05-21T01:54:34Z <p>I have a .net application I want to respond to .htm and .html requests (in addition to .aspx). I know how to do this in IIS6, but not in IIS7. Someone please enlighten me!</p> <p>Thanks,</p> <p>Kyle</p> http://stackoverflow.com/questions/890806/what-is-the-most-complex-web-site-web-page-you-have-created-or-seen/890818#890818 2 Answer by Kyle West for What is the most complex web-site / web-page you have created or seen? Kyle West 2009-05-20T23:57:06Z 2009-05-20T23:57:06Z <p>recently released wolframalpha.com.</p> <p>It's incredibly complex because I can't even start to fathom how they are doing what they do.</p> http://stackoverflow.com/questions/875923/what-are-best-practices-for-extracting-a-framework-from-an-application 2 What are best practices for extracting a framework from an application? Kyle West 2009-05-18T01:28:19Z 2009-05-18T02:36:31Z <p>I've been working on an application for a little over two years and have developed a lot of useful helpers, utilities, features, setup conventions, etc.</p> <p>I want to start building a similar application and think I could reuse a lot of the functionality built into the existing application with the new application. </p> <p>I've always heard is it best to extract a framework from an application but not heard much about best practices on going about it. It's even better knowing changes to the framework could benefit all the similar applications I will be building (there could be a dozen).</p> <p>Where do I start? Any best practices? Any pitfalls or areas to watch out for?</p> <p>EDIT: I should clarify a bit, I'm not doing this for anyone but myself. I'm developing similar applications for different industries so the core is 90% the same, the differences are in the details.</p> http://stackoverflow.com/questions/861312/stop-asp-net-from-handling-404-errors-for-files-with-extensions-not-iis 0 Stop ASP.NET from handling 404 errors for files with extensions (not IIS) Kyle West 2009-05-14T02:44:22Z 2009-05-14T02:49:36Z <p>I'm using IIS7 and ASP.NET. Basically building a simple CMS and need to handle .htm and .html file extensions (served by dynamic asp.net pages).</p> <p>I have it setup so IIS7 passes the page to asp.net (not the static handler); however, ASP.NET knows the file doesn't exist and redirects to its 404 (404.aspx?aspxerrorpath=xx) before I can do what I need to with it (parse teh url and display the correct page). </p> <p>I'm using IIS7 url rewrite module to do the rewtitting.</p> http://stackoverflow.com/questions/366856/how-to-convert-c-structuremap-initialization-to-vb-net 1 How to convert C# StructureMap initialization to VB.NET? Kyle West 2008-12-14T19:09:37Z 2009-05-13T22:44:05Z <p>I'm about to put my head thru this sliding glass door. I can't figure out how to execute the following code in VB.NET to save my life. </p> <pre><code>private static void InitStructureMap() { ObjectFactory.Initialize(x =&gt; { x.AddRegistry(new DataAccessRegistry()); x.AddRegistry(new CoreRegistry()); x.AddRegistry(new WebUIRegistry()); x.Scan(scanner =&gt; { scanner.Assembly("RPMWare.Core"); scanner.Assembly("RPMWare.Core.DataAccess"); scanner.WithDefaultConventions(); }); }); } </code></pre> http://stackoverflow.com/questions/300327/how-to-include-multiple-javascript-files-in-net-like-they-do-in-rails 5 How to Include Multiple Javascript Files in .NET (Like they do in rails) Kyle West 2008-11-18T22:12:07Z 2009-05-12T08:15:25Z <p>I'm jealous of the rails guys. They can do this:</p> <pre><code>&lt;%= javascript_include_tag "all_min" %&gt; </code></pre> <p>... and I'm stuck doing this:</p> <pre><code>&lt;script src="/public/javascript/jquery/jquery.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/public/javascript/jquery/jquery.tablesorter.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/public/javascript/jquery/jquery.tablehover.pack.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/public/javascript/jquery/jquery.validate.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/public/javascript/jquery/jquery.form.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="/public/javascript/jquery/application.js" type="text/javascript"&gt;&lt;/script&gt; </code></pre> <p>Are there any libraries to compress, gzip and combine multiple js files? How about CSS files?</p> http://stackoverflow.com/questions/296897/what-is-your-sql-server-backup-maintenance-plan 4 What is your SQL Server Backup/Maintenance Plan? Kyle West 2008-11-17T20:58:02Z 2009-05-05T05:08:05Z <p>As a followup to <a href="http://stackoverflow.com/questions/296830/huge-transaction-log-is-this-normal">this question</a> I'm wondering what your SQL Server backup/maintenance plan is, and how I can make mine better.</p> <p>Currently I'm running two plain-jane maintenance plans from the plan wizard.</p> <p>The first runs nightly and does just about everything ...</p> <ul> <li>Full database and transaction log backup</li> <li>integrity check, rebuild index, recompute statistics, etc. (I checked everything except incremental backup)</li> </ul> <p>The other runs every three hours and does an incremental backup (I'm paranoid, I know this is probably overkill).</p> <p>Backups are to disk, full backups are sent to the SAN, retained for a week.</p> <p>What do you think, is this a sensible plan? Any suggestions?</p> <p>EDIT: This is SQL Server 2005. DB is 5GB, grows about 1GB/month.</p> http://stackoverflow.com/questions/297994/win2k8-sql-server-2008-x64-amd-quad-opteron-vs-intel-quad-xeon-real-benchma 0 Win2k8 + SQL Server 2008 x64 - AMD Quad Opteron vs Intel Quad Xeon - Real Benchmarks Kyle West 2008-11-18T06:24:15Z 2009-04-29T22:44:49Z <p>We're getting new servers. Trying to figure out the AMD vs Intel holy war. Is there anywhere to find unbiased performance comparisons of these two processor families? Should I quit worrying about this and file it into the "it doesn't matter" category.</p> http://stackoverflow.com/questions/775019/disable-some-asp-net-validation-controls-when-a-checkbox-is-checked 2 disable some asp.net validation controls when a checkbox is checked Kyle West 2009-04-21T22:57:56Z 2009-04-21T23:16:32Z <p>I'm using old fashioned ASP.NET validation (ugh) for a checkout process. I have a checkbox "I'll call with my credit card details". If checked I need to disable the required field validator and cc validator for the credit card number both on the client and on the postback.</p> <p>How do it do it? Thanks!</p> http://stackoverflow.com/questions/304451/how-to-cleanly-reuse-edit-new-views-in-asp-net-mvc 3 How to cleanly reuse edit / new views in Asp.NET MVC Kyle West 2008-11-20T05:56:14Z 2009-04-20T11:33:39Z <p>I'm trying to avoid code like this when reusing the same ViewUserControl in ASP.NET MVC. Any suggestions?</p> <pre><code>&lt;% if (ViewContext.ViewData["editMode"].ToString() == "edit"){ %&gt; &lt;%= Html.SubmitButton("submit", "Update Brand")%&gt;&lt;span class="or"&gt;Or&lt;/span&gt;&lt;a href="#" class="cancel"&gt;Cancel&lt;/a&gt; &lt;% } else { %&gt; &lt;%= Html.SubmitButton("submit", "Create New Brand")%&gt;&lt;span class="or"&gt;Or&lt;/span&gt;&lt;a href="#" class="cancel"&gt;Cancel&lt;/a&gt; &lt;%} %&gt; </code></pre> <p>And ...</p> <pre><code>&lt;% if (ViewContext.ViewData["editMode"].ToString() == "edit"){ %&gt; &lt;h1 class="edit"&gt;Edit Brand Details&lt;/h1&gt; &lt;% } else { %&gt; &lt;h1 class="create"&gt;Create A New Brand&lt;/h1&gt; &lt;%} %&gt; </code></pre> http://stackoverflow.com/questions/300193/where-can-i-find-a-visually-appealing-tinymce-skin-theme 1 Where can I find a visually appealing TinyMCE skin / theme? Kyle West 2008-11-18T21:27:24Z 2009-04-16T13:06:32Z <p>just as the title says ... I'm looking for skin that's a little less office 98.</p> http://stackoverflow.com/questions/568215/does-nvelocity-no-longer-support-string-templates 0 Does NVelocity no longer support string templates? Kyle West 2009-02-20T03:51:01Z 2009-03-18T13:52:49Z <p>We have a bunch of NVelocity templates in embedded resources that we use for emails. We want to move these templates to the DB so they can be configured easily by users.</p> <p>It seems though that NVelocity (Castle port) doesn't support strings as templates. Does anyone know how to do it. </p> <p>To be clear this is what I want to do (syntax may be inaccurate, I'm going by memory) ...</p> <pre><code>string templateString = "Hello $!user"; Template template = new Template(templateString); string results = template.Merge(....); </code></pre> http://stackoverflow.com/questions/574082/creating-an-api-with-asp-net-mvc-all-in-one-project-or-two-projects 0 Creating an API with ASP.NET MVC - All in one project, or two projects? Kyle West 2009-02-22T01:04:19Z 2009-03-12T23:34:12Z <p>So I've recd. a requirement to create an API to access our application. Not all controller actions are covered by the API (maybe 50%). </p> <p>I figure I can either use the same project, check the http headers for each request and respond with either xml, JSON or html as required (much like rails). </p> <p>OR</p> <p>Create a new ASP.NET MVC application, deploy @ api.myapp.com and use it exclusively for API access.</p> <p>I assume I could write a base controller for the first option to handle 99% of the work. The issue with the first option is we don't need (or want) API functionality for at least 1/2 of controller actions (and prob. never will).</p> <p>In the second option I have a duplicate of some controllers, but the good news is most/all? my controller actions are only a couple lines of code. Typically:</p> <pre><code>Whatever whatever = new Whatever(....); repository.Save(whatever); </code></pre> <p>Anyway, what do the stack overflowers think?</p> http://stackoverflow.com/questions/289048/asp-net-mvc-us-state-drop-down-list/291595#291595 Comment by Kyle West on ASP.NET MVC US State Drop Down List Kyle West 2009-10-09T21:43:53Z 2009-10-09T21:43:53Z I just have a &quot;MyApp.Global&quot; namespace that I put stuff like this in. You can put it where ever you like. http://stackoverflow.com/questions/925825/what-is-the-best-practice-for-sharing-a-visual-studio-project-assembly-among-so/925876#925876 Comment by Kyle West on What is the best practice for sharing a Visual Studio Project (assembly) among solutions Kyle West 2009-05-29T13:58:11Z 2009-05-29T13:58:11Z I like this approach, I'll have to read more about externals. I'm assuming you can change everything and commit to the right repo when you're done. The framework is very young (we recently realized we were writing the same code all over the place) so being able to make quick changes is high on the priority list. Making sure those changes don't also break everything else is also important. http://stackoverflow.com/questions/925825/what-is-the-best-practice-for-sharing-a-visual-studio-project-assembly-among-so/925857#925857 Comment by Kyle West on What is the best practice for sharing a Visual Studio Project (assembly) among solutions Kyle West 2009-05-29T13:55:42Z 2009-05-29T13:55:42Z that is certainly a consideration, but we do have CI on all projects so at least we'd find it soon. As far as GAC, I'd like to avoid the GAC if at all possible. http://stackoverflow.com/questions/890814/what-is-the-proper-way-to-map-html-to-the-asp-net-pipeline-in-iis7/890849#890849 Comment by Kyle West on What is the proper way to map .html to the ASP.NET pipeline in IIS7 Kyle West 2009-05-21T01:20:54Z 2009-05-21T01:20:54Z didn't work. I haven't tried &quot;classic&quot; b/c it seems like a step backwards. http://stackoverflow.com/questions/890806/what-is-the-most-complex-web-site-web-page-you-have-created-or-seen/890815#890815 Comment by Kyle West on What is the most complex web-site / web-page you have created or seen? Kyle West 2009-05-20T23:57:42Z 2009-05-20T23:57:42Z agreed. Not to mention the incredibly powerful suggestion system. http://stackoverflow.com/questions/875923/what-are-best-practices-for-extracting-a-framework-from-an-application/875932#875932 Comment by Kyle West on What are best practices for extracting a framework from an application? Kyle West 2009-05-18T01:39:50Z 2009-05-18T01:39:50Z I should clarify a bit, I'm not doing this for anyone but myself. I'm developing similar applications for different industries so the core is 90% the same, the differences are in the details. http://stackoverflow.com/questions/588050/why-is-it-so-difficult-to-do-a-loop-in-t-sql/590964#590964 Comment by Kyle West on Why is it so difficult to do a loop in T-SQL Kyle West 2009-03-03T16:51:38Z 2009-03-03T16:51:38Z i like this. I am going to investigate. http://stackoverflow.com/questions/588050/why-is-it-so-difficult-to-do-a-loop-in-t-sql/588069#588069 Comment by Kyle West on Why is it so difficult to do a loop in T-SQL Kyle West 2009-02-26T15:31:05Z 2009-02-26T15:31:05Z One example: loop thru every &quot;fitment&quot; in the database and perform a stored procedure that inserts into one table and updates another based on the values of the fitment. We have to run this regularly, because the tables that the values are computed off change regularly. Client code = 1 day, SQL=1hr. http://stackoverflow.com/questions/588050/why-is-it-so-difficult-to-do-a-loop-in-t-sql/588069#588069 Comment by Kyle West on Why is it so difficult to do a loop in T-SQL Kyle West 2009-02-26T15:29:32Z 2009-02-26T15:29:32Z I agree they should be done in client code; however, when we're processing millions of records it's 100x (1000x?) faster to do it all in the database even if that isn't the proper &quot;place&quot; to do it. http://stackoverflow.com/questions/539145/how-to-compare-string-data-to-table-data-in-sql-server-i-need-to-know-if-a-valu Comment by Kyle West on How to compare string data to table data in SQL Server - I need to know if a value in a string doesn't exist in a column Kyle West 2009-02-12T03:25:06Z 2009-02-12T03:25:06Z it's an import, so speed isn't too important and is only run when an import is done (couple times a week). http://stackoverflow.com/questions/539145/how-to-compare-string-data-to-table-data-in-sql-server-i-need-to-know-if-a-valu/539380#539380 Comment by Kyle West on How to compare string data to table data in SQL Server - I need to know if a value in a string doesn't exist in a column Kyle West 2009-02-12T01:15:26Z 2009-02-12T01:15:26Z I wish I could, I have no control over where the imports are coming from though. Legacy systems, excel, 3rd parties, etc. Huge PITA. http://stackoverflow.com/questions/539145/how-to-compare-string-data-to-table-data-in-sql-server-i-need-to-know-if-a-valu/539396#539396 Comment by Kyle West on How to compare string data to table data in SQL Server - I need to know if a value in a string doesn't exist in a column Kyle West 2009-02-12T01:14:41Z 2009-02-12T01:14:41Z although not exactly, this is pretty much what I ended up doing. http://stackoverflow.com/questions/527008/please-help-writing-regular-expression-to-extract-domain-name-from-string/527018#527018 Comment by Kyle West on Please help writing regular expression to extract domain name from string Kyle West 2009-02-09T02:58:30Z 2009-02-09T02:58:30Z I don't really need ANY TLD, I do need the most popular ones though. http://stackoverflow.com/questions/527008/please-help-writing-regular-expression-to-extract-domain-name-from-string/527015#527015 Comment by Kyle West on Please help writing regular expression to extract domain name from string Kyle West 2009-02-09T02:57:25Z 2009-02-09T02:57:25Z I've been trying this myself for about an hour now. Thanks for the links though. http://stackoverflow.com/questions/507674/scheduled-console-app-vs-windows-service-when-is-it-appropriate-to-use-each Comment by Kyle West on Scheduled console app vs Windows service? When is it appropriate to use each Kyle West 2009-02-03T16:36:51Z 2009-02-03T16:36:51Z What would you recommend I use then? Thanks!