User S&#248;ren Spelling Lund - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T11:06:27Z http://stackoverflow.com/feeds/user/6149 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1654797/get-iis-site-name-from-for-an-asp-net-website 0 Get IIS site name from for an ASP.NET website Søren Spelling Lund 2009-10-31T16:04:19Z 2009-11-01T14:05:00Z <p>In my ASP.NET web app I'd like to look up the name it was given when it was created in IIS, which is unique to the server. I'd not interested in the domain name for the web site but the actual name given to the site in IIS.</p> <p>I need to be able to do it reliably for IIS6 and 7.</p> <p>To be clear I'm talking about the given name in IIS, not the domain name and not the virtual directory path.</p> <p><img src="http://img252.imageshack.us/img252/6621/capturedz.png" alt="Value from IIS I'd like to read from C#" /></p> http://stackoverflow.com/questions/59561/what-tools-techniques-can-benefit-a-solo-developer/59574#59574 10 Answer by Søren Spelling Lund for What tools/techniques can benefit a solo developer? Søren Spelling Lund 2008-09-12T17:29:51Z 2009-10-06T18:20:39Z <p>Definitely use source control. If you want something really easy to set up go with <a href="http://en.wikipedia.org/wiki/TortoiseSVN" rel="nofollow">TortoiseSVN</a> which doesn't even require a server backend to work.</p> <p>Also on the productivity side try keeping your e-mail closed most of the day and only triage it a couple of times a day. If something is really important you will probably get a call :)</p> http://stackoverflow.com/questions/917823/are-there-any-good-e-commerce-extensions-plugins-for-umbraco/1170104#1170104 1 Answer by Søren Spelling Lund for Are there any good e-commerce extensions/plugins for Umbraco? Søren Spelling Lund 2009-07-23T07:08:00Z 2009-07-23T07:08:00Z <p>At Codegarden we announced uCommerce, which is a fully integrated e-commerce package for Umbraco 4.0. You can see a full feature list at <a href="http://www.ucommerce.dk/en/features.aspx" rel="nofollow">the uCommerce website</a>.</p> <p>We're getting our public beta underway at the beginning of September, so you can still sign up for <a href="http://www.ucommerce.dk/en/public-beta.aspx" rel="nofollow">uCommerce public beta</a>. .</p> http://stackoverflow.com/questions/48992/best-svn-tools/59562#59562 3 Answer by Søren Spelling Lund for Best SVN Tools Søren Spelling Lund 2008-09-12T17:25:23Z 2009-06-21T03:54:26Z <p>I like Visual SVN Server for the backend part. I go with <a href="http://ankhsvn.open.collab.net/" rel="nofollow">Ankh</a> over Visuan SVN client becuase it integrates natively with Visual Studio via the source control provider model rather than just the add-in model which means that you'll be able to use tool windows like the Pending Checkins with Ankh which is not available with Visual SVN client.</p> http://stackoverflow.com/questions/384547/what-are-other-asp-net-web-applications-that-are-as-well-done-as-stackoverflow/384576#384576 1 Answer by Søren Spelling Lund for What are other ASP.NET web applications that are as well done as StackOverflow? Søren Spelling Lund 2008-12-21T15:31:36Z 2008-12-21T15:31:36Z <p>Many of the things you point out about are actually due to the use of ASP.NET MVC. Pretty URLs come out of the box, non-standard controls, well nothing comes out of the box with MVC so you have to reinvent everything :), and finally the AJAX is pretty much a requirement for ASP.NET MVC if you want to do anything intelligent with it.</p> <p>ASP.NET MVC alone does not account for the things which makes StackOverflow truly successful that's all down to the idea, execution, and the fact that Jeff and Joel combined garners a huge following on the net.</p> http://stackoverflow.com/questions/55574/learning-ruby-on-rails/378999#378999 1 Answer by Søren Spelling Lund for Learning Ruby on Rails Søren Spelling Lund 2008-12-18T19:49:39Z 2008-12-18T19:49:39Z <p>I really enjoy RubyMine from Jetbrains. It's still in beta but it seems like a very full featured IDE something I miss from many of the other alternatives out there. Also for a simple env I enjoy e the text editor. Plain and simple.</p> http://stackoverflow.com/questions/362151/how-many-c-vs-vb-developers-are-out-there 6 How many C# vs. VB developers are out there? Søren Spelling Lund 2008-12-12T07:50:38Z 2008-12-13T06:12:05Z <p>As a company it's important to choose which .NET language to go with. Many have chosen C# but are there any actual numbers out there to support going with C# over VB.NET? How many C# developers are out there vs. VB devs.</p> <p>I know that a good developer will be able to work with any language but the choice of language might dissuade a person from joining a company if it's different from his or her preferred language.</p> <p>Update: I should clarify that <strong>I'm looking for concrete statistics</strong> on this although I'm not sure whether they exist at all.</p> <p>Update2: Let me be clear. I'm fully aware that languages can be intermixed on a project and that C# and VB are mostly functionally equivalent. That's not what I'm interested in. <strong>My goal is to gain factual insight into the spread of devs on those two language</strong> because it does make a difference during hiring. A VB dev will usually do C# happily while the reverse is far from true. C#'ers er a little more "snobby" (I even hesitate to write it but I'm a C#'er myself and feel that that makes it all right :)).</p> http://stackoverflow.com/questions/362226/whats-your-next-programming-language-and-why/362235#362235 9 Answer by Søren Spelling Lund for What's your next programming language? And why? Søren Spelling Lund 2008-12-12T08:51:15Z 2008-12-12T08:51:15Z <p>Ruby due to the dynamic nature and Rails of course. I'm actually hoping to gain more insight into true object oriented programming by learning Ruby.</p> <p>I would add to that the fact that I think learning a language a year is a dumb notion (probably going to catch some flack for that one) because learning a new language is really not that interesting. I find the frameworks which support the language are more compelling like the Ruby-case. Ruby is a neat language but the real value lies in the Rails framework. </p> <p>I'm generally more interested in the results I can achieve with something than the something itself :)</p> http://stackoverflow.com/questions/340827/how-to-moq-an-indexed-property/343188#343188 0 Answer by Søren Spelling Lund for How to MOQ an Indexed property Søren Spelling Lund 2008-12-05T08:23:55Z 2008-12-05T08:23:55Z <p>Wouldn't it be easier to just use a stub object? Set the required values and check the indexes you need.</p> http://stackoverflow.com/questions/329485/identifying-memory-problems-in-an-asp-net-application/340504#340504 1 Answer by Søren Spelling Lund for Identifying memory problems in an ASP.NET application Søren Spelling Lund 2008-12-04T13:02:23Z 2008-12-04T13:02:23Z <p>Are you properly unwiring event handlers everywhere? I'm told that they might be sitting around if you never detach them from the event. They might be keeping references to larger objects longer than necessary.</p> http://stackoverflow.com/questions/329485/identifying-memory-problems-in-an-asp-net-application/330767#330767 2 Answer by Søren Spelling Lund for Identifying memory problems in an ASP.NET application Søren Spelling Lund 2008-12-01T13:03:42Z 2008-12-01T13:03:42Z <p>The classic problem of newing up a bunch of strings in a loop could cause the issue you're seeing due to large amounts of memory being allocated for new strings without releasing them. Are you using StringBuilder where appropriate?</p> http://stackoverflow.com/questions/65718/what-do-the-numbers-in-a-version-typically-represent-i-e-v1-9-0-1/65741#65741 3 Answer by Søren Spelling Lund for What do the numbers in a version typically represent (i.e. v1.9.0.1)? Søren Spelling Lund 2008-09-15T19:04:19Z 2008-09-15T19:04:19Z <p>major.minor[.maintenance[.build]]</p> <p><a href="http://en.wikipedia.org/wiki/Software_versioning#Numeric" rel="nofollow">http://en.wikipedia.org/wiki/Software_versioning#Numeric</a></p> http://stackoverflow.com/questions/61853/anyone-using-wpf-for-real-lob-applications/61860#61860 2 Answer by Søren Spelling Lund for Anyone using WPF for real LOB applications? Søren Spelling Lund 2008-09-15T04:37:52Z 2008-09-15T04:37:52Z <p>I am member of a Danish architecture group in which many of the members are focused solely on building WinForms app (I'm a web guy myself). During our meetings the topic of building Windows apps in Winforms vs. WPF has come up a number of times and each time after much the discussion the conclusion is that whiæe WPF does allow you to build some very nice looking apps they go for WinForms because they lose too much productivity at this point.</p> <p>The main reason for sticking with Winforms is tools. They are improving though.</p> http://stackoverflow.com/questions/61211/tools-to-create-maximum-velocity-in-a-net-dev-team 9 Tools to create maximum velocity in a .NET dev team Søren Spelling Lund 2008-09-14T09:04:41Z 2008-09-14T14:14:49Z <p>If you were to self-fund a software project which tools, frameworks, components would you employ to ensure maximum productivity for the dev team and that the "real" problem is being worked on.</p> <p>What I'm looking for are low friction tools which get the job done with a minimum of fuss. Tools I'd characterize as such are SVN/TortioseSVN, ReSharper, VS itself. I'm looking for frameworks which solve the problems inherient in all software projects like ORM, logging, UI frameworks/components. An example on the UI side would be ASP.NET MVC vs WebForms vs MonoRail.</p> http://stackoverflow.com/questions/60658/rails-model-view-controller-and-helper-what-goes-where/60689#60689 5 Answer by Søren Spelling Lund for Rails Model, View, Controller, and Helper: what goes where? Søren Spelling Lund 2008-09-13T16:59:40Z 2008-09-13T16:59:40Z <p>The MVC pattern is really only concerned with UI and nothing else. You shouldn't put any complex business logic in the controller as it controls the view but not the logic. The Controller should concern itself with selecting the proper view and delegate more complex stuff to the domain model (Model) or the business layer.</p> <p>Domain Driven Design has a concept of Services which is a place you stick logic which needs to orchestrate a number of various types of objects which generally means logic which doesn't naturally belong on a Model class.</p> <p>I generally think of the Service layer as the API of my applications. My Services layers usually map pretty closely to the requirements of the application I'm creating thus the Service layer acts as a simplification of the more complex interactions found in the lower levels of my app, i.e. you could accomplish the same goal bypassing the Service layers but you'd have to pull a lot more levers to make it work.</p> <p>Note that I'm not talking about Rails here I'm talking about a general architectural style which addresses your particular problem.</p> http://stackoverflow.com/questions/1654797/get-iis-site-name-from-for-an-asp-net-website/1655108#1655108 Comment by Søren Spelling Lund on Get IIS site name from for an ASP.NET website Søren Spelling Lund 2009-11-02T18:28:34Z 2009-11-02T18:28:34Z That's exactly what I was looking for. Thank you so much. Do you know whether it works for both IIS6 and 7? http://stackoverflow.com/questions/1654797/get-iis-site-name-from-for-an-asp-net-website Comment by Søren Spelling Lund on Get IIS site name from for an ASP.NET website Søren Spelling Lund 2009-10-31T16:33:25Z 2009-10-31T16:33:25Z That's true and that's my fallback strategy. Only problem is that if you delete the site you'll get a new id, which would make the key useless. That's why I'd like to bind it to the site name instead. You're more likely to reuse that. http://stackoverflow.com/questions/1654797/get-iis-site-name-from-for-an-asp-net-website Comment by Søren Spelling Lund on Get IIS site name from for an ASP.NET website Søren Spelling Lund 2009-10-31T16:25:17Z 2009-10-31T16:25:17Z I'm doing licensing for a web application I wrote and I need to make sure a license key is only used once per web app even on the same server. The web app works with multiple domain names assigned to the IIS site so binding the key to the domain name of the site won't do. In the same vain binding the key to the machine name won't do either as my app might be installed for multiple clients on the same machine. In short I need something uniquely identifying the IIS web site on a particular machine. Since IIS doesn't allow multiple sites with the same name I figure that's the way to go. http://stackoverflow.com/questions/1654797/get-iis-site-name-from-for-an-asp-net-website/1654824#1654824 Comment by Søren Spelling Lund on Get IIS site name from for an ASP.NET website Søren Spelling Lund 2009-10-31T16:17:39Z 2009-10-31T16:17:39Z That gives me the virtual directory of the web app. I'm looking for the site name. http://stackoverflow.com/questions/554674/fluent-nhibernate-one-to-many-uni-directional-mapping Comment by Søren Spelling Lund on Fluent NHibernate one to many uni-directional mapping Søren Spelling Lund 2009-03-25T10:48:19Z 2009-03-25T10:48:19Z Ran into this myself. Very annoying limitation IMO. http://stackoverflow.com/questions/384547/what-are-other-asp-net-web-applications-that-are-as-well-done-as-stackoverflow/384576#384576 Comment by Søren Spelling Lund on What are other ASP.NET web applications that are as well done as StackOverflow? Søren Spelling Lund 2008-12-21T21:22:09Z 2008-12-21T21:22:09Z While not an aboslute requirement, AJAX completes the MVC story, so you'd be hard pressed to find an MVC application which doesn't use AJAX. http://stackoverflow.com/questions/362151/how-many-c-vs-vb-developers-are-out-there/362194#362194 Comment by Søren Spelling Lund on How many C# vs. VB developers are out there? Søren Spelling Lund 2008-12-12T08:42:44Z 2008-12-12T08:42:44Z I wholly agree. There are many things to consider when running in a &quot;mixed&quot; environment and I've personally felt the pain of doing so in earlier versions of VS. It's not really what I'm looking for anyway. I need to know actual statistics for devs out there using one or the other.