User Kyle West - Stack Overflowmost recent 30 from stackoverflow.com2009-12-08T00:28:58Zhttp://stackoverflow.com/feeds/user/34133http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1022227/how-do-you-map-an-entity-interface-relationship-using-fluent-nhibernate5How do you map an entity -> interface relationship using Fluent NHibernate?Kyle West2009-06-20T18:49:18Z2009-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=>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-annoyance49What's Your Biggest Visual Studio 2008 Annoyance?Kyle West2008-11-15T22:19:48Z2009-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-each2Scheduled console app vs Windows service? When is it appropriate to use eachKyle West2009-02-03T15:53:59Z2009-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-once3Can I set the expires header on all objects in an Amazon S3 bucket all at once?Kyle West2008-11-18T16:57:10Z2009-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-available3Any SQL Server 2008 Database Change Management (MIgrations) Tools Available? Kyle West2009-01-21T19:42:57Z2009-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-relationship2Should a many-to-many relationship define anything other than the relationshipKyle West2009-03-06T18:12:50Z2009-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-net7An easy way to set the active tab using controllers and a usercontrol in ASP.NET MVC?Kyle West2008-11-13T17:50:44Z2009-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-eventually7New asp.net charting controls - will they work with MVC (eventually)?Kyle West2008-11-26T05:28:39Z2009-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#10363362Answer by Kyle West for where do software engineers/developers/programmers/architects ask NON-stackoverflow questions?Kyle West2009-06-24T04:03:51Z2009-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-c1Can I implement an interface using a subclass in C#?Kyle West2009-06-07T02:43:05Z2009-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-list3ASP.NET MVC US State Drop Down ListKyle West2008-11-14T02:11:23Z2009-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#29159513Answer by Kyle West for ASP.NET MVC US State Drop Down ListKyle West2008-11-14T22:04:57Z2009-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<string, string> StateDictionary = new Dictionary<string, string> {
{"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><%= Html.DropDownList("state", UnitedStatesStates.StateSelectList)%>
</code></pre>
http://stackoverflow.com/questions/940888/elmah-vs-enterprise-library-exception-handling-block/941101#9411011Answer by Kyle West for ELMAH vs Enterprise Library Exception Handling BlockKyle West2009-06-02T18:21:55Z2009-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-box1How to insert a unicode character in a rich text box?Kyle West2009-06-01T14:27:32Z2009-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-so5What is the best practice for sharing a Visual Studio Project (assembly) among solutionsKyle West2009-05-29T12:55:15Z2009-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#9261291Answer by Kyle West for How to attach a database without an LDF file?Kyle West2009-05-29T14:00:03Z2009-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-opinion4ASP.NET MVC Editing A Collection Best Practices - Your OpinionKyle West2008-11-14T02:30:01Z2009-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<Attribute> 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-iis70What is the proper way to map .html to the ASP.NET pipeline in IIS7Kyle West2009-05-20T23:55:52Z2009-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#8908182Answer by Kyle West for What is the most complex web-site / web-page you have created or seen?Kyle West2009-05-20T23:57:06Z2009-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-application2What are best practices for extracting a framework from an application?Kyle West2009-05-18T01:28:19Z2009-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-iis0Stop ASP.NET from handling 404 errors for files with extensions (not IIS)Kyle West2009-05-14T02:44:22Z2009-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-net1How to convert C# StructureMap initialization to VB.NET?Kyle West2008-12-14T19:09:37Z2009-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 =>
{
x.AddRegistry(new DataAccessRegistry());
x.AddRegistry(new CoreRegistry());
x.AddRegistry(new WebUIRegistry());
x.Scan(scanner =>
{
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-rails5How to Include Multiple Javascript Files in .NET (Like they do in rails)Kyle West2008-11-18T22:12:07Z2009-05-12T08:15:25Z
<p>I'm jealous of the rails guys. They can do this:</p>
<pre><code><%= javascript_include_tag "all_min" %>
</code></pre>
<p>... and I'm stuck doing this:</p>
<pre><code><script src="/public/javascript/jquery/jquery.js" type="text/javascript"></script>
<script src="/public/javascript/jquery/jquery.tablesorter.js" type="text/javascript"></script>
<script src="/public/javascript/jquery/jquery.tablehover.pack.js" type="text/javascript"></script>
<script src="/public/javascript/jquery/jquery.validate.js" type="text/javascript"></script>
<script src="/public/javascript/jquery/jquery.form.js" type="text/javascript"></script>
<script src="/public/javascript/jquery/application.js" type="text/javascript"></script>
</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-plan4What is your SQL Server Backup/Maintenance Plan?Kyle West2008-11-17T20:58:02Z2009-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-benchma0Win2k8 + SQL Server 2008 x64 - AMD Quad Opteron vs Intel Quad Xeon - Real BenchmarksKyle West2008-11-18T06:24:15Z2009-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-checked2disable some asp.net validation controls when a checkbox is checkedKyle West2009-04-21T22:57:56Z2009-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-mvc3How to cleanly reuse edit / new views in Asp.NET MVCKyle West2008-11-20T05:56:14Z2009-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><% if (ViewContext.ViewData["editMode"].ToString() == "edit"){ %>
<%= Html.SubmitButton("submit", "Update Brand")%><span class="or">Or</span><a href="#" class="cancel">Cancel</a>
<% } else { %>
<%= Html.SubmitButton("submit", "Create New Brand")%><span class="or">Or</span><a href="#" class="cancel">Cancel</a>
<%} %>
</code></pre>
<p>And ...</p>
<pre><code><% if (ViewContext.ViewData["editMode"].ToString() == "edit"){ %>
<h1 class="edit">Edit Brand Details</h1>
<% } else { %>
<h1 class="create">Create A New Brand</h1>
<%} %>
</code></pre>
http://stackoverflow.com/questions/300193/where-can-i-find-a-visually-appealing-tinymce-skin-theme1Where can I find a visually appealing TinyMCE skin / theme?Kyle West2008-11-18T21:27:24Z2009-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-templates0Does NVelocity no longer support string templates?Kyle West2009-02-20T03:51:01Z2009-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-projects0Creating an API with ASP.NET MVC - All in one project, or two projects?Kyle West2009-02-22T01:04:19Z2009-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#291595Comment by Kyle West on ASP.NET MVC US State Drop Down ListKyle West2009-10-09T21:43:53Z2009-10-09T21:43:53ZI just have a "MyApp.Global" 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#925876Comment by Kyle West on What is the best practice for sharing a Visual Studio Project (assembly) among solutionsKyle West2009-05-29T13:58:11Z2009-05-29T13:58:11ZI 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#925857Comment by Kyle West on What is the best practice for sharing a Visual Studio Project (assembly) among solutionsKyle West2009-05-29T13:55:42Z2009-05-29T13:55:42Zthat 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#890849Comment by Kyle West on What is the proper way to map .html to the ASP.NET pipeline in IIS7Kyle West2009-05-21T01:20:54Z2009-05-21T01:20:54Zdidn't work. I haven't tried "classic" 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#890815Comment by Kyle West on What is the most complex web-site / web-page you have created or seen?Kyle West2009-05-20T23:57:42Z2009-05-20T23:57:42Zagreed. 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#875932Comment by Kyle West on What are best practices for extracting a framework from an application?Kyle West2009-05-18T01:39:50Z2009-05-18T01:39:50ZI 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#590964Comment by Kyle West on Why is it so difficult to do a loop in T-SQLKyle West2009-03-03T16:51:38Z2009-03-03T16:51:38Zi 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#588069Comment by Kyle West on Why is it so difficult to do a loop in T-SQLKyle West2009-02-26T15:31:05Z2009-02-26T15:31:05ZOne example: loop thru every "fitment" 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#588069Comment by Kyle West on Why is it so difficult to do a loop in T-SQLKyle West2009-02-26T15:29:32Z2009-02-26T15:29:32ZI 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 "place" 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-valuComment 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 columnKyle West2009-02-12T03:25:06Z2009-02-12T03:25:06Zit'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#539380Comment 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 columnKyle West2009-02-12T01:15:26Z2009-02-12T01:15:26ZI 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#539396Comment 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 columnKyle West2009-02-12T01:14:41Z2009-02-12T01:14:41Zalthough 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#527018Comment by Kyle West on Please help writing regular expression to extract domain name from stringKyle West2009-02-09T02:58:30Z2009-02-09T02:58:30ZI 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#527015Comment by Kyle West on Please help writing regular expression to extract domain name from stringKyle West2009-02-09T02:57:25Z2009-02-09T02:57:25ZI'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-eachComment by Kyle West on Scheduled console app vs Windows service? When is it appropriate to use eachKyle West2009-02-03T16:36:51Z2009-02-03T16:36:51ZWhat would you recommend I use then? Thanks!