<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter posts tagged with .net</title>
      <link>http://ask.metafilter.com/tags/.net</link>
      <description>tag posts with .net</description>
	  	  <pubDate>Mon, 05 Nov 2007 13:34:32 -0800</pubDate>
      <lastBuildDate>Mon, 05 Nov 2007 13:34:32 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Code Coverage reporting with .NET 1.1 without NCover</title>
	<link>http://ask.metafilter.com/75512/Code-Coverage-reporting-with-NET-11-without-NCover</link>	
	<description>Suggestion for Code Coverage reporting with .NET 1.1, now that NCover has become commercial, and closed source?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.75512</guid>
	<pubDate>Mon, 05 Nov 2007 13:34:32 -0800</pubDate>

<category>OpenSource</category>

<category>CodeCoverage</category>

<category>dotNet</category>

<category>NCover</category>

<category>Software</category>

<category>Development</category>

<category>UnitTest</category>

<category>.NET</category>

<category>unanswered</category>

	<dc:creator>blue_beetle</dc:creator>
	</item>
	<item>
	<title>Any Umbraco developers out there?</title>
	<link>http://ask.metafilter.com/73620/Any-Umbraco-developers-out-there</link>	
	<description>Has anyone used &lt;a href=&quot;http://umbraco.org/&quot;&gt;Umbraco&lt;/a&gt;? Microsoft Content Management Server is going away and Microsoft Office SharePoint Server is too expensive.  I&apos;m currently wrestling with Ektron CMS400.NET, and due to numerous issues I&apos;m starting to think about trying a different CMS.&lt;br&gt;
&lt;br&gt;
So I&apos;m looking at Umbraco, and was curious if any Mefites have used it.  If you have, please let me know.  I&apos;m especially curious about any hurdles you&apos;ve encountered.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.73620</guid>
	<pubDate>Thu, 11 Oct 2007 13:08:52 -0800</pubDate>

<category>software</category>

<category>development</category>

<category>cms</category>

<category>.net</category>

<category>umbraco</category>

	<dc:creator>joshjs</dc:creator>
	</item>
	<item>
	<title>Longtime Mac/Unix guy seeks Win XP for virtualization -- but which version?</title>
	<link>http://ask.metafilter.com/73194/Longtime-MacUnix-guy-seeks-Win-XP-for-virtualization-but-which-version</link>	
	<description>The new Mac&apos;s on its way, the time has come to purchase a copy of Windows to run under virtualization on it. The question is, which version? And how to customize by size for my needs? What I want to use it for: primarily testing web stuff in IE 6 and IE 7. Secondary use -- I&apos;d like to learn basic .NET development. Chances are I&apos;ll also be running a few miscellaneous PC-only apps over time. &lt;br&gt;
&lt;br&gt;
The first thing I&apos;m wondering is if it matters in the least if I choose XP pro over XP home. I see the different lists of features out there on the net, but other than Remote Desktop, none of them mean much of anything to me. Are there real pros to pro, and cons to home?&lt;br&gt;
&lt;br&gt;
The second thing I&apos;m wondering is how it&apos;s possible to get legal very stripped down installations of Win XP a l&#xe1; &lt;a href=&quot;http://www.secguru.com/link/tinyxp_run_xp_from_400mb_hdd_and_under_40mb_ram&quot;&gt;TinyXP&lt;/a&gt; -- I see it discussed &lt;a href=&quot;http://ask.metafilter.com/69339/What-is-the-smallest-Parallels-Desktop-image-of-Windows-XP-that-will-fit-corporate-needs&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://digg.com/software/TinyXP_55Mb_WinXP_client&quot;&gt;there&lt;/a&gt;, but I&apos;m a bit of a torrent n00b who&apos;s wary of random ISOs from fishy tracker sites and isn&apos;t quite sure how these things fit with the concept of legally running your software.  How can I either make sure that I get a nice trustworthy TinyXP version that runs smoothly, or how can I do minimal/stripped-down installs myself from a retail copy?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.73194</guid>
	<pubDate>Sat, 06 Oct 2007 12:49:13 -0800</pubDate>

<category>windows</category>

<category>home</category>

<category>vs</category>

<category>xp</category>

<category>best</category>

<category>version</category>

<category>.NET</category>

<category>IE6</category>

<category>IE7</category>

<category>test</category>

<category>TinyXP</category>

	<dc:creator>namespan</dc:creator>
	</item>
	<item>
	<title>How do I write a .Net compiler</title>
	<link>http://ask.metafilter.com/69605/How-do-I-write-a-Net-compiler</link>	
	<description>Can anyone recommend a book (or online equivalent) that teaches the theory and practice of writing compilers, specifically those targeting the Microsoft CLR (ie .Net)? I&apos;m trying to build a compiler for an evil custom language used at my workplace (hideous details available on request.) Lexing and parsing isn&apos;t a problem, but I don&apos;t really know where to go from there. .Net seems to have a whole suite of libraries to help with this stuff but, again, I don&apos;t really know where to start.&lt;br&gt;
&lt;br&gt;
Any reading suggestions would be welcome. (I located the source for the &lt;a href=&quot;http://code.google.com/p/lolcode-dot-net/&quot;&gt;lolcode.net&lt;/a&gt; compiler, which I suspect is about as simple as it&apos;ll get, and which convinced me I should really try and learn the theory rather than just hack my way blindly through it.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.69605</guid>
	<pubDate>Sat, 18 Aug 2007 10:22:40 -0800</pubDate>

<category>.Net</category>

<category>programming</category>

<category>computerscience</category>

<category>compsci</category>

	<dc:creator>Luddite</dc:creator>
	</item>
	<item>
	<title>How to get rounded corners on a dropdown menu?</title>
	<link>http://ask.metafilter.com/68912/How-to-get-rounded-corners-on-a-dropdown-menu</link>	
	<description>Please help me modify my flyout menu navigation to have rounded corners. Currently it&apos;s an asp .net control, which (apparently) does not allow this modification. I found &lt;a href=&quot;http://www.c-sharpcorner.com/uploadfile/mike%20clark/parta02242007200852pm/parta.aspx?login=true&amp;user=desjardins&quot;&gt;this web page&lt;/a&gt; which purports to have solved this problem, but I can&apos;t get the sample files to work, and frankly, the whole article is a bit over my head. What I do understand is this: asp .net menus are square by default, and they require a programming background to change. I&apos;d be happy using a background gif but the menu controls do not seem to allow this (you can use images for the separators but not the background). &lt;br&gt;
&lt;br&gt;
I am using Microsoft Expression Web (yah, don&apos;t ask) but I am not married to asp .net. I don&apos;t care if this can be done in Javascript, CSS, or with a satanic ritual. All I need is 1) rounded corners and 2) a vertical fly-out menu, similar to the picture on the website linked above.&lt;br&gt;
&lt;br&gt;
I also have access to Adobe CS2, including GoLive, if that helps.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.68912</guid>
	<pubDate>Thu, 09 Aug 2007 06:59:39 -0800</pubDate>

<category>asp.net</category>

<category>.net</category>

<category>menu</category>

<category>css</category>

<category>webdev</category>

	<dc:creator>desjardins</dc:creator>
	</item>
	<item>
	<title>Request TITLE via ASP</title>
	<link>http://ask.metafilter.com/67511/Request-TITLE-via-ASP</link>	
	<description>ASP snippet to request contents of page&apos;s TITLE tag? Someone gave me the following line of ASP that will write/call the URL of whatever web page it&apos;s on:&lt;br&gt;
&lt;br&gt;
&lt; %=Request.servervariables(&quot; SERVER_NAME&quot; ) &amp; request.servervariables(url)%&gt;&lt;br&gt;
&lt;br&gt;
Can anyone please tell me what an equivalent line would be that will automatically pull the contents of the page&apos;s TITLE tag?  Or do I need to go another route?&lt;br&gt;
&lt;br&gt;
I want to make custom links that pass on page data, such as &lt;a href=&apos;http://BLAHBLAH.com/submit?url=http://&lt;%= request.servervariables(server_name) &amp; request.servervariables(url)%&gt;&amp;amp;title=&lt;strong&gt;??????&lt;/strong&gt;&apos;&amp;gt;&lt;br&gt;
&lt;br&gt;
Yes, I&apos;m clearly clueless re: even the basics of ASP.&lt;/&gt;&lt;/a&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.67511</guid>
	<pubDate>Sat, 21 Jul 2007 16:54:47 -0800</pubDate>

<category>ASP</category>

<category>titletag</category>

<category>.net</category>

	<dc:creator>MaxVonCretin</dc:creator>
	</item>
	<item>
	<title>How do I make Uber &apos;07 an Uber experience?</title>
	<link>http://ask.metafilter.com/65665/How-do-I-make-Uber-07-an-Uber-experience</link>	
	<description>I&apos;m finally going to a developer conference! What do I bring? I&apos;m going to be attending the &lt;a href=&quot;http://azgroups.com/uber07/&quot;&gt;2007 Arizona .NET User Group &#xdc;ber Meeting&lt;/a&gt; tomorrow. It&apos;s a small conference, but I&apos;ve never been to one before, and I&apos;m not sure what to bring with me. I&apos;ve got a MacBook Pro, but it IS a .Net conference, and I don&apos;t want all the Windows devs pointing and laughing at me. Should I bring that, or a pad and pen, or just try and trust my memory to grab everything? Anything else I should bring? Any general tips for this sort of thing? Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.65665</guid>
	<pubDate>Tue, 26 Jun 2007 16:13:10 -0800</pubDate>

<category>uber07</category>

<category>developer</category>

<category>conference</category>

<category>.net</category>

<category>silverlight</category>

	<dc:creator>DarkElf109</dc:creator>
	</item>
	<item>
	<title>best forums and community software for .Net platform?</title>
	<link>http://ask.metafilter.com/63705/best-forums-and-community-software-for-Net-platform</link>	
	<description>Does anyone have an opinion on the best of breed web forums software and drupal-like or community software out there for an asp/.net environment? I&apos;m relatively knowledgable on similar offerings in the *unix world but I now find myself needing to find equivalent software for an asp/.net environment.    And I&apos;m starting from scratch.&lt;br&gt;
&lt;br&gt;
So I&apos;m talking about classic web forums, and also user generated content with rating systems... that genre of thing.&lt;br&gt;
&lt;br&gt;
I&apos;ve found Community Server (http://communityserver.org/) and Carbon Communities (http://www.carboncommunities.com/) as two options.  &lt;br&gt;
&lt;br&gt;
But since I&apos;m new to this particular platform I&apos;m realizing there may be some great software (open source or otherwise) that I&apos;m missing.  &lt;br&gt;
&lt;br&gt;
Any thoughts?&lt;br&gt;
&lt;br&gt;
Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.63705</guid>
	<pubDate>Wed, 30 May 2007 12:30:58 -0800</pubDate>

<category>.net</category>

<category>asp</category>

<category>forums</category>

<category>bulletin</category>

<category>boards</category>

<category>community</category>

<category>software</category>

<category>best</category>

	<dc:creator>andytmp</dc:creator>
	</item>
	<item>
	<title>Programing exercises for the weak?</title>
	<link>http://ask.metafilter.com/63204/Programing-exercises-for-the-weak</link>	
	<description>Somewhat of a budding programing looking for programing exercises. I&apos;m kind of middle ground between not knowing anything and what you might call a novice. So really I know just enough to be dangerous and have ideas too big for my skills. What are some good exercises (mostly thinking C# [mono] here) that will help me develop into at least a novice? More after the break. I&apos;ve developed a few applications for myself in the past. All in Visual Basic 6 and they were nothing too great but also nothing to scoff at either (a time clock where the users would clock in/out with a RFID tag read though a RFID reader connected via USB with the information being stored in a database, a custom slide show screen saver with a built in pong clock clone for a home made digital picture fame, as well as some odd programs here and there).&lt;br&gt;
I&apos;d like to start working with C# [via mono]. I&apos;m very famillar with the C style syntax so that&apos;s not a problem. I work with PHP a fair bit. I&apos;ve also read many many books on C, C++, and C# but the problem was I just read them I never did anything in them. I understand the basics of OOP (an object is both data and functions) but I&apos;d like to really understand it.&lt;br&gt;
So I&apos;m looking for exercises that will keep me interested yet at the same time not start with a simple hello world application nor expect me to understand OOP totally or even some of the more advanced C#. I know the best exercises are the programs you yourself need to fit some problem but right now I don&apos;t have any of those.&lt;br&gt;
Also please keep in mind that even though I have a windows 2000 box with a copy of C# 2005 express edition on it. I&apos;d like to do all this with the cross platform version mono. I know that shouldn&apos;t be too much of a problem but I thought I should point it out.&lt;br&gt;
Also I don&apos;t know if I made it sound like I&apos;ve never worked with C# before, I have and have made a few simple, simple programs the biggest one would copy the mp3 files that are downloaded via &lt;a href=&quot;http://www.pandora.com&quot;  _blank&gt;Pandora&lt;/a&gt; rename them with the artist and track title and copy them to a directory of my choice.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.63204</guid>
	<pubDate>Tue, 22 May 2007 18:20:26 -0800</pubDate>

<category>programing</category>

<category>.net</category>

<category>mono</category>

	<dc:creator>blackout</dc:creator>
	</item>
	<item>
	<title>How to learn applied .NET from top to bottom?</title>
	<link>http://ask.metafilter.com/55776/How-to-learn-applied-NET-from-top-to-bottom</link>	
	<description>Looking for resources on specific programming topics, with a particular teaching methodology (basically, applied examples and real-world walkthroughs).  Some of the topics are C#-specific.  Some are more general, but would preferably be taught from a C# (or at least .NET) perspective.
A) The resources would preferably be in book form, however I&apos;ll take anything that fits further criteria.&lt;br&gt;
&lt;br&gt;
B) If I need to refer to several resources to learn what I want to about one topic, that is OK - as long as the resource doesn&apos;t confusingly mingle the topic material with other material.&lt;br&gt;
&lt;br&gt;
C) *Very* important is the teaching style.  I&apos;m *not* looking for a syntax reference, or simple &quot;Hello World&quot; examples on how to use each of the language features, etc., that I want to learn about.  For the most part, I am interested in learning how these features can be applied from the ground up to solve real-world problems; and how to identify how each feature can be helpful in solving such problems.&lt;br&gt;
&lt;br&gt;
D) Any text will make certain assumptions about the prior knowledge and experience of its readers.  Ideally, these resources would make assumptions that are as close as possible to my own knowledge and experience.&lt;br&gt;
1. I have quite a lot of real-world experience with C++ (but little with multithreading, network communication, or UIs).&lt;br&gt;
2. I have written some small- and medium-sized tools in C#, with and without simple GUIs.&lt;br&gt;
3. I have done some (annoying) work in managed C++, bridging a C# application with unmanaged C++, both static and dynamic libraries.&lt;br&gt;
4. I know some basic principles of multi-threading, but have little hands-on experience with it.&lt;br&gt;
5. I have only implemented simple GUIs, and the few I have made from scratch have been C#.&lt;br&gt;
6. I have not substantially utilized any of the &quot;higher-level&quot; features of C# in my code (attributes, delegates, etc.).&lt;br&gt;
7. I have only just started working with the new features in C# 2.0.  Basically, all I have used are the built-in generics classes.&lt;br&gt;
8. My Managed C++ experience is in VS7, but I have recently ported some of my existing code into VS8, which exposed me to some of the new keywords and syntax rules in MC++ 2.0.&lt;br&gt;
9. Most of my .NET programming experience has felt like I was writing a C++ application with C# syntax.  I don&apos;t know how to properly use the extra features that C# offers, so I stuck with what I know, while enjoying the streamlined development process.&lt;br&gt;
&lt;br&gt;
E) That being considered, here is my list of topics:&lt;br&gt;
1. General best practices for C# (from the ground up).&lt;br&gt;
2. Design patterns in C#.&lt;br&gt;
3. The features of C# that set it apart from languages like C++.  Including: attributes, delegates, events, etc.&lt;br&gt;
4. The new features/syntax of C# 2.0.&lt;br&gt;
5. Managed C++, with a focus on how to properly use it to bridge unmanaged C++ to C#.&lt;br&gt;
6. The new features/syntax of Managed C++ 2.0.&lt;br&gt;
7. General multithreading resources, from the ground up (preferably from a C# perspective).&lt;br&gt;
8. Multithreading specifically in C#.&lt;br&gt;
9. C# UIs, from the ground up.  Ideally, would move on to available open source extension packages such as DotNetMagic.&lt;br&gt;
10. How multithreading can/should be applied to UIs (preferably from a C# perspective).&lt;br&gt;
11. General socket and network communication resources, from the ground up (preferably from a C# perspective).&lt;br&gt;
12. Sockets and network communication specifically in C#.&lt;br&gt;
&lt;br&gt;
F) When I say &quot;from the ground up&quot;, I mean, from the basics and *all the way up*.  Basically I want these resources to provide me with the power to work on my own to gain the experience necessary to become a &quot;guru&quot; in these areas.  Again, if it takes several resources to provide all of this for one topic, that&apos;s not a problem.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.55776</guid>
	<pubDate>Thu, 25 Jan 2007 21:13:37 -0800</pubDate>

<category>.NET</category>

<category>C#</category>

<category>managedC++</category>

<category>programming</category>

<category>learnbyexample</category>

<category>appliedexamples</category>

<category>realworld</category>

<category>bestpractices</category>

<category>designpatterns</category>

<category>multithreading</category>

<category>UI</category>

<category>GUI</category>

<category>DotNetMagic</category>

<category>socket</category>

<category>network</category>

<category>computernetwork</category>

<category>networkcommunication</category>

	<dc:creator>debacle</dc:creator>
	</item>
	<item>
	<title>I&apos;m a .NET mess</title>
	<link>http://ask.metafilter.com/52305/Im-a-NET-mess</link>	
	<description>Why do I get 404s when trying to download anything from Microsoft.com? I recently tried to install an application that needed Microsoft&apos;s .NET framework. When I went to MS&apos;s site to &lt;a href=&quot;http://www.microsoft.com/downloads/thankyou.aspx?familyId=262d25e3-f589-4842-8157-034d1e7cf3a3&amp;displayLang=en&quot;&gt;download the .NET framework&lt;/a&gt;, the download simply wouldn&apos;t work -- instead, I just got a 404 page. I tried both Firefox and IE 7 and got 404s with both browsers. Then I tried downloading other things on MS&apos;s site to test -- and when I get to the download page (for example, &lt;a href=&quot;http://www.microsoft.com/downloads/info.aspx?na=90&amp;p=&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=262d25e3-f589-4842-8157-034d1e7cf3a3&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fa%2fa%2fc%2faac39226-8825-44ce-90e3-bf8203e74006%2fdotnetfx.exe&quot;&gt;this one&lt;/a&gt;) I always get a 404. This has persisted for weeks, and no one else I&apos;ve talked to has experienced problems. What might be causing the issue on my end?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.52305</guid>
	<pubDate>Sun, 03 Dec 2006 14:14:04 -0800</pubDate>

<category>microsoft</category>

<category>.net</category>

	<dc:creator>arielmeadow</dc:creator>
	</item>
	<item>
	<title>.NET build automation software recommendations?</title>
	<link>http://ask.metafilter.com/50792/NET-build-automation-software-recommendations</link>	
	<description>.NET build automation software experiences/recommendations? I&apos;m coming up against the wall of VS 2005&apos;s limited &quot;Web Deployment Project&quot; capabilities. I like the unattended building and web.config replacement, but have several issues:&lt;br&gt;
&lt;br&gt;
- Building over a VPN is slow as molasses. I have a single codebase that is replicated to multiple sites with merged site-specific configs. If I need to build two sites, it&apos;s 2X as slow. Clearly, this won&apos;t scale well. If I have 5 sites, I&apos;d like to build once, copy 5x, and merge 5x.&lt;br&gt;
&lt;br&gt;
- VS replaces the entire site rather than simply what&apos;s changed. As the scope of the app grows, again- scalability.&lt;br&gt;
&lt;br&gt;
- VS won&apos;t update SQL schemas.&lt;br&gt;
&lt;br&gt;
- To minimize production downtime, I&apos;d like to have the site &lt;i&gt;built&lt;/i&gt; first, then assigned as the relevant path in IIS, rather than building directly to the production path. Currently, if my build dies (which can happen if my connection isn&apos;t perfect), the site is down while I do another build from scratch.&lt;br&gt;
&lt;br&gt;
- VS won&apos;t do scheduled builds.&lt;br&gt;
&lt;br&gt;
- There are times when I&apos;d like to push out a build using multiple VSS branches, some of which don&apos;t require compilation. Basically, I have static assets like images in VSS but not in my VS.NET project because the consume a ton of build time and change very infrequently.&lt;br&gt;
&lt;br&gt;
I realize I could script some of these together, but I&apos;m not interested in duct tape. Does anyone have experience with &lt;a href=&quot;http://www.kinook.com/VisBuildPro/&quot;&gt;Visual Build Pro&lt;/a&gt; they&apos;d like to comment on, or another tool? I&apos;d like to cut out the VS.NET IDE from the process as much as possible.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.50792</guid>
	<pubDate>Mon, 13 Nov 2006 08:10:26 -0800</pubDate>

<category>automation</category>

<category>.net</category>

<category>visualstudio</category>

	<dc:creator>mkultra</dc:creator>
	</item>
	<item>
	<title>Nothing but .net</title>
	<link>http://ask.metafilter.com/47548/Nothing-but-net</link>	
	<description>Why don&apos;t the New York Times Reader, Doppler, and Juice work?

Doppler and Juice started crashing on my XP (SP2) box after a period of normal use, and I can&apos;t get the Times Reader to run at all. The common thread seems to be that these applications use various versions of .NET. The Times Reader requires the NET 3.0 Framework, which supposedly was downloaded as part of the Reader install. Any suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.47548</guid>
	<pubDate>Fri, 29 Sep 2006 06:02:19 -0800</pubDate>

<category>software</category>

<category>microsoft</category>

<category>.net</category>

<category>xp</category>

	<dc:creator>lukemeister</dc:creator>
	</item>
	<item>
	<title>Dear Sir: Please send me your domain name</title>
	<link>http://ask.metafilter.com/45668/Dear-Sir-Please-send-me-your-domain-name</link>	
	<description>I&apos;m establishing a site with a madeuppish name. I&apos;ve got the .net and .org domains already, but somebody else . . . somebody else took the .com version out last year, and hasn&apos;t done anything with it. How do I politely approach and broach about getting the .com from him? I&apos;m willing to pay for it--what&apos;s a reasonable price?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.45668</guid>
	<pubDate>Thu, 31 Aug 2006 15:09:11 -0800</pubDate>

<category>domain</category>

<category>names</category>

<category>.com</category>

<category>.net</category>

<category>.org</category>

	<dc:creator>Kibbutz</dc:creator>
	</item>
	<item>
	<title>Can you help me find a good overview of .Net</title>
	<link>http://ask.metafilter.com/45398/Can-you-help-me-find-a-good-overview-of-Net</link>	
	<description>Can you recommend a good class in the Los Angeles area or on the web that would bring somebody who has done some programming in the past up to speed on Microsoft&apos;s .Net? I have somebody who has done some programming and recently a lot of ASP types of web work. Now he needs to come up to speed as quickly as possible on .Net since our web pages are moving over to that. &lt;br&gt;
&lt;br&gt;
I offered to send him to a class, but he is concerned about finding the right class since sometimes they assume too little knowledge, and sometimes the assume too much.&lt;br&gt;
&lt;br&gt;
He&apos;s looked at some books and some web pages, but if you have any specific recommendations for good overviews that don&apos;t get too bogged down in syntax or general programming concepts that would be very helpful.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.45398</guid>
	<pubDate>Mon, 28 Aug 2006 09:58:01 -0800</pubDate>

<category>.Net</category>

<category>programming</category>

<category>ASP</category>

<category>Learning</category>

<category>classes</category>

	<dc:creator>willnot</dc:creator>
	</item>
	<item>
	<title>DirectShow without the hassle</title>
	<link>http://ask.metafilter.com/44884/DirectShow-without-the-hassle</link>	
	<description>ProgrammingFilter: Rendering videos to a texture. Like DirectShow, but without it. I&apos;m building a 3D application with Managed DirectX in C#. I want to render a video to a texture. DirectShow&apos;s VMR interface seems to be made for this, and there is a .NET wrapper for DirectShow.&lt;br&gt;
&lt;br&gt;
But from what I&apos;ve heard, the VMR design is severely flawed which makes it hard to implement and more or less impossible if you want to show multiple videos at the same time.&lt;br&gt;
&lt;br&gt;
That&apos;s why I&apos;ve thought of using another video library instead of DirectShow. There are plenty, but the problem is that I not only want to show video files, I also want to be able to display live video from a capture device.&lt;br&gt;
&lt;br&gt;
Is there any video library besides DirectShow which is able to help me with that?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.44884</guid>
	<pubDate>Mon, 21 Aug 2006 01:37:22 -0800</pubDate>

<category>programming</category>

<category>video</category>

<category>directx</category>

<category>directshow</category>

<category>.net</category>

	<dc:creator>bloo</dc:creator>
	</item>
	<item>
	<title>Compiling a .NET program with Mono</title>
	<link>http://ask.metafilter.com/41038/Compiling-a-NET-program-with-Mono</link>	
	<description>Is it possible to compile a .NET program in Linux using &lt;a href=&quot;http://www.mono-project.com/Main_Page&quot;&gt;Mono&lt;/a&gt;? &lt;a href=&quot;http://www.3e.org/slug/&quot;&gt;Slug&lt;/a&gt; has always been my favorite blog posting client for Windows.  Now that I have just about fully migrated to Ubuntu, I&apos;ve been looking for a new client and failed to find any that I compare to Slug in terms of simplicity and functionality (editing of entries, multiple categories/tags selection, minimalism).  &lt;br&gt;
&lt;br&gt;
According to the Slug home page the program is written in C#.  I remember I had to install .NET to get it to work on Windows.  Running Slug under Wine doesn&apos;t work because (predictably) I can&apos;t successfully install .NET.&lt;br&gt;
&lt;br&gt;
The Slug install comes with the source code, and there is .NET alternative for Linux, &lt;a href=&quot;http://www.mono-project.com/Main_Page&quot;&gt;Mono&lt;/a&gt; which claims that it &quot;provides the necessary software to develop and run .NET client and server applications on Linux.&quot;  Does this mean I might be able to compile Slug from source using Mono, and then run Slug natively in Linux?  &lt;br&gt;
&lt;br&gt;
If so, how would I go about doing it?  The install comes with a lot of what I assume are source files (AssemblyInfo.cs, Form1.cs, BlogRpc.cs, Slug.csproj, etc.) and I am not sure what to do with them.  The only things I have compiled in the past are my own Java programs in an elementary programming class and tarballs that come with some kind of install script (usually ./configure, make, makeinstall).  &lt;br&gt;
&lt;br&gt;
Can anyone point me in the right direction, or should I give up now as someone with little-to-no programming knowledge (and none at all of .NET or C#)?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.41038</guid>
	<pubDate>Tue, 27 Jun 2006 11:02:32 -0800</pubDate>

<category>linux</category>

<category>.net</category>

<category>mono</category>

<category>compile</category>

	<dc:creator>puffin</dc:creator>
	</item>
	<item>
	<title>VB? WTF? :(</title>
	<link>http://ask.metafilter.com/38372/VB-WTF</link>	
	<description>After spending so many years in *nix environments, I need to get up to speed with Microsoft products (specifically vb.net) without losing my sanity. I&apos;m graduating this weekend with a BS in computer science and am on the prowl for employment. I&apos;ve been working primarily in a Linux environment for most of my life and was employed as a *nix admin at my university during the entire course of my stay there, dabbling with Microsoft products only when absolutely necessary.&lt;br&gt;
&lt;br&gt;
Unfortunately there are very few opportunities for tech work in my area, and I can&apos;t immediately jump ship for a number of financial and personal reasons. In other words, I&apos;m looking for just about anything now, hoping that I&apos;ll be able to perhaps move and find something more ideal in two years or so. The best prospect I&apos;ve found so far is an almost exclusively-Microsoft shop. The pay is decent and I know a few of the employees who seem to be pretty happy there, but I was told that if I were hired, one of my first projects would be assisting in porting a pretty large application from VB5(!) to VB.NET. So, I guess I&apos;m going to need to learn pre-and-post .NET VB. There are going to be a few more experienced developers on the project, but I&apos;d like to get up to speed as quickly as possible in order to do my fair share. They&apos;re aware of my lack of experience with the environment, but have expressed interest in me anyway.&lt;br&gt;
&lt;br&gt;
I&apos;m aware of VB&apos;s rather.. lackluster reputation and so I ask you, dear mefites, if you can suggest anything to make this process less painful. What are some good VB/.NET books? Are there any IDEs besides visual studio worth checking out? (currently, I use emacs + gnumake + sometimes ant) What&apos;s up with unit testing in a .NET environment? Any other words of wisdom?&lt;br&gt;
&lt;br&gt;
I want to make it clear that I&apos;m not totally inexperienced with application development in general, just with VB or pretty much anything else Microsoft. Most of the graphical standalone applications I&apos;ve had a hand in were Qt based, written in either c++ or one of the higher level languages with qt bindings (python). Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.38372</guid>
	<pubDate>Wed, 17 May 2006 12:57:03 -0800</pubDate>

<category>visualbasic</category>

<category>.net</category>

<category>cultureshock</category>

	<dc:creator>(lambda (x) x)</dc:creator>
	</item>
	<item>
	<title>Recommendations for Chart/Graph-creation software for ASP.NET?</title>
	<link>http://ask.metafilter.com/36995/Recommendations-for-ChartGraphcreation-software-for-ASPNET</link>	
	<description>Recommendations for Chart/Graph-creation software for ASP.NET? I need to deliver via web page, but offer Excel downloads (I&apos;d settle for CSV). I don&apos;t need to offer much in the way of end-user configurability (filtering/drill-down, but no &quot;build-your-own-query&quot; stuff). My app is in C#, and speaks XML.&lt;br&gt;
&lt;br&gt;
I&apos;m looking at ChartFX, which seems really nice, but the export feature requires the Pro version, which is a lot of additional money for a lot of other features I don&apos;t need. Crystal Reports is nice, but not &quot;webby&quot; enough for me.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.36995</guid>
	<pubDate>Tue, 25 Apr 2006 12:51:46 -0800</pubDate>

<category>report</category>

<category>chart</category>

<category>software</category>

<category>C#</category>

<category>.NET</category>

	<dc:creator>mkultra</dc:creator>
	</item>
	<item>
	<title>.Net 1.1 and 2.0 don&apos;t play well together!</title>
	<link>http://ask.metafilter.com/35668/Net-11-and-20-dont-play-well-together</link>	
	<description>How can I use a .Net 1.1 assembly in my .Net 2.0 application? Here&apos;s my scenario:  I have a .Net 1.1 assembly, provided by our Denmark-based development office.  My application has been written entirely in .Net 2.0, referencing other internal .Net 2.0 assemblies and using nice new 2.0-specific features.  In theory, we could get the .Net 1.1 assembly migrated over to 2.0, but is there any way to just use it in my application without having to go through all that hassle?  I don&apos;t really understand how things like assemblybinding in the config file works, so if there&apos;s some way to do it with that I&apos;d be glad to use it.  The reason that I want to make sure that this .Net 1.1 assembly uses the 1.1 Framework is because, well, it accesses protected memory if I try to use it in the 2.0 Framework (and it&apos;s confirmed to work in 1.1 :))  It would be great if I could just get it up and running without having to worry about getting it recompiled into 2.0 - we&apos;d prefer to not have to worry about all that hassle.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.35668</guid>
	<pubDate>Tue, 04 Apr 2006 02:59:48 -0800</pubDate>

<category>.net</category>

<category>programming</category>

<category>1.1</category>

<category>2.0</category>

<category>c#</category>

	<dc:creator>antifuse</dc:creator>
	</item>
	<item>
	<title>Attributes in C#</title>
	<link>http://ask.metafilter.com/32962/Attributes-in-C</link>	
	<description>Attributes in .NET (C#): From within a class, how do I find all the methods marked with an attribute and fire those methods? I&apos;ve found a number of links on attributes in C#, but they all show how to mark items in a class with an attribute and then look that info up from a small console application. I&apos;ve managed to create an attribute (amazing, I know), but what I want to do is create a method in an abstract parent class that will fire all methods in a sub-class marked with my shiny new attribute. And that part&apos;s not happening.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.32962</guid>
	<pubDate>Mon, 20 Feb 2006 10:47:32 -0800</pubDate>

<category>csharp</category>

<category>c#</category>

<category>dotnet</category>

<category>.net</category>

<category>attributes</category>

<category>programming</category>

	<dc:creator>yerfatma</dc:creator>
	</item>
	<item>
	<title>Advice on Web Application Data Correlation.</title>
	<link>http://ask.metafilter.com/31107/Advice-on-Web-Application-Data-Correlation</link>	
	<description>What is the optimum way in an ASP.NET Web Application with SQL Server 2000 to perform the following data correlation? Apologies for the open ended nature of the question and the fact that it is all over the show. I am about to embark on building a prototype and just wanted to run it by you all. I am going to have a consultation with a .NET SQL Server expert next week but would very much value any input in advance.&lt;br&gt;
&lt;br&gt;
Below I have outlined the parameters of a multiple criteria decision which must be made by a web application :&lt;br&gt;
&lt;br&gt;
There are two sets of data&lt;br&gt;
&lt;br&gt;
Set A :&lt;br&gt;
&lt;br&gt;
Static data, containing values relating to criteria against which data in Set B should be measured&lt;br&gt;
Table A1 contains over 1000 records. &lt;br&gt;
For each record in Table A1 there a related 100 numeric values in Table A2. &lt;br&gt;
These 100 values in Table A2 fall into 6 Categories (1-6).&lt;br&gt;
The number of records per category in Table A2 varies from 6 to 50.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Set B : &lt;br&gt;
&lt;br&gt;
Calculated data, containing values for cases which must be measured against criteria described in Set A.&lt;br&gt;
Table B1 Contains one or more records.&lt;br&gt;
For each record in Table B1 there are a related 200 numeric values in Table B2.&lt;br&gt;
These 100 values in Table B2 fall into 6 Categories (1-6).&lt;br&gt;
The number of records per category in Table AB varies from 6 to 50.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
For each record in Table B1 and the associated categorized records in Table B2 there are 1000 directly related sets of values in Set A.&lt;br&gt;
&lt;br&gt;
Now for the comparision. Take a record in Table B1 and perform a correlation between related values in Table B2 and those in Table A2. &lt;br&gt;
This is done on a per category basis. &lt;br&gt;
There are 6 in all (one per category) and the numbers of values in the correlation will vary between 6 (the smallest) and 50 (the largest).&lt;br&gt;
The correlation used is the Pearson product-moment correlation, outlined &lt;a href=&quot;http://www.mnstate.edu/wasson/ed602pearsoncorr.htm&quot;&gt;here&lt;/a&gt;.&lt;br&gt;
This gives rise to 6 values (correlation values 1-6) which range from -1 to +1. &lt;br&gt;
&lt;br&gt;
Next z values for correlation values 1-6 must be obtained by applying &lt;a href=&quot;http://en.wikipedia.org/wiki/Fisher_transformation&quot;&gt;Fisher&apos;s transformation&lt;/a&gt; to each. &lt;br&gt;
&lt;br&gt;
Finally calculate the arithmetic mean of these 6 z values and then transform that mean z back to the correlational metric by taking its antilog. This will result in a value between +1 and -1 for each record in Table B1 against each record in Table A1.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Now to my &apos;question&apos;? What is the optimum way to achieve the above in the following situation?&lt;br&gt;
&lt;br&gt;
100 people are using the web application at the same time. Each user equating to a record in Table B1. They each request the result of the correlation between their data (Table B2) and all the data in Set A. &lt;br&gt;
&lt;br&gt;
This would involves 100 (people) * 6 correlations (containing 100 values in total) * 1000 records in Set A. &lt;br&gt;
&lt;br&gt;
The result thankfully does not need to be delivered immediately and I am going to perform the processing in a Windows Service on the webserver, processing the requests one at a time. There is a whole load of other stuff being &lt;br&gt;
&lt;br&gt;
I am looking for reactions, considerations, advice, pointers, warnings relating to the task in hand. I want to keep the load on the webserver and the sql server to a minimum and basically implement it in the &lt;i&gt;best&lt;/i&gt; way possibly.&lt;br&gt;
&lt;br&gt;
Would you recommend upgrading to SQl Server 2005?&lt;br&gt;
How should I access the data in Set A, Set B?&lt;br&gt;
What are the questions I have not asked and what are the answers you would suggest?&lt;br&gt;
&lt;br&gt;
Thanks in advance.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.31107</guid>
	<pubDate>Thu, 19 Jan 2006 04:32:02 -0800</pubDate>

<category>c#</category>

<category>.net</category>

<category>sql</category>

<category>server</category>

<category>correlation</category>

	<dc:creator>kenaman</dc:creator>
	</item>
	<item>
	<title>Can I got back to school and have a life at the same time?</title>
	<link>http://ask.metafilter.com/28193/Can-I-got-back-to-school-and-have-a-life-at-the-same-time</link>	
	<description>How can I cut my work hours in half and have my pay scale down accordingly? I&apos;ve been a full-time C# .NET programmer for a few years now.  I enjoy it, but I&apos;m pretty sure I&apos;ll be sick of it in a few years, so I&apos;d like to go back to school and learn some other cool stuff.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried going to school alongside working my 40 hours a week (which inevitably becomes 45-60 hours anyways), but that&apos;s too much for me to be doing at once -- it becomes very stressful for me, and I end up dropping the classes.&lt;br&gt;
&lt;br&gt;
In a perfect world, I&apos;d work half as much and get paid half as much, go to school with my extra time, and still have some time to relax.&lt;br&gt;
&lt;br&gt;
So I&apos;m looking for advice on what I can do to get myself in a situation like that (and whether it&apos;s even possible).&lt;br&gt;
&lt;br&gt;
(I&apos;ve thought about independently consulting, but I fear the non-programming work that would come along with that.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.28193</guid>
	<pubDate>Wed, 30 Nov 2005 20:37:10 -0800</pubDate>

<category>work</category>

<category>leisure</category>

<category>balance</category>

<category>programming</category>

<category>consulting</category>

<category>school</category>

<category>c#</category>

<category>.NET</category>

	<dc:creator>Anonymous</dc:creator>
	</item>
	<item>
	<title>Microsoft CMS and/or Wikis</title>
	<link>http://ask.metafilter.com/27774/Microsoft-CMS-andor-Wikis</link>	
	<description>Are there content management systems or wiki software that are designed to run using ASP and/or focused on .NET functionality and use within a Microsoft/Windows Server environment? If so, what are some examples, reviews and or other information that would be worth knowing? Gracias.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.27774</guid>
	<pubDate>Wed, 23 Nov 2005 08:59:08 -0800</pubDate>

<category>cms</category>

<category>wiki</category>

<category>microsoft</category>

<category>windows</category>

<category>ASP</category>

<category>.NET</category>

	<dc:creator>sciurus</dc:creator>
	</item>
	<item>
	<title>Is there a way to display a calendar of less than a month in ASP.NET?</title>
	<link>http://ask.metafilter.com/22789/Is-there-a-way-to-display-a-calendar-of-less-than-a-month-in-ASPNET</link>	
	<description>Is there a way to display a calendar of less than a month in ASP.NET? I&apos;m working on creating a reservations system at work with ASP.NET and a database. Ideally, I would like to display a week or two at a time, with the dates listed across the top and each day having several reservations listed under it.  &lt;br&gt;
&lt;br&gt;
I have a way to display the reservations in the ASP.NET Calendar, but I would like to only display a week or two at a time, not the whole month. I feel like I&apos;ve tried everything I can think of, including using a DataList and a Repeater, but nothing seems to be working. It seems like it should be fairly easy to display a weeks worth of dates with their corresponding reservations in a calendar format, but it&apos;s proving to be a lot more difficult that I had imagined.  &lt;br&gt;
&lt;br&gt;
I do have an alternate approach to this problem in mind, but I wanted to exhaust all possibilities for this approach first. Am I missing something here, or is this really as impossible as it seems?&lt;br&gt;
&lt;br&gt;
(I am aware that there are 3rd party calendar components available for .NET that do weekly calendar views, but we do &lt;strong&gt;not&lt;/strong&gt; have the budget to buy any of them)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.22789</guid>
	<pubDate>Thu, 18 Aug 2005 13:14:12 -0800</pubDate>

<category>asp</category>

<category>asp.net</category>

<category>.net</category>

<category>programming</category>

<category>calendar</category>

<category>webapplication</category>

	<dc:creator>geeky</dc:creator>
	</item>
	
	</channel>
</rss>

