Robert McLaws: FunWithCoding.NET

Public Shared Function BrainDump(ByVal dotNet As String) As [Value]

News

<script type="text/javascript"><!-- google_ad_client = "pub-4330602465258980"; google_hints = "ASP.NET, VB.NET, C#, C#.NET, WindowsForms, .NET Framework, VS2005, Visual Studio, XAML, WinFX, Windows Workflow, WPF, WCF, Atlas, NetFX3, Visual Studio Orcas"; google_ad_width = 120; google_ad_height = 240; google_ad_format = "120x240_as"; google_ad_type = "text_image"; google_ad_channel ="4997399242"; google_color_border = "B6C9E7"; google_color_bg = "EFEFEF"; google_color_link = "0000FF"; google_color_text = "000000"; google_color_url = "002C99"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
<!--
-->

You should feel free to challenge me, disagree with me, or tell me I'm completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever. That said, I will most likely only delete abusive, profane, rude, or annonymous comments, so keep it polite, please.

Blogroll

Cool .NET Articles

My .NET Tools

My Builder.com Articles

My MSKB Articles

Browse by Tags

All Tags » ASP.NET (RSS)
Work With .NET Projects From a Network Share
I've tried a couple different methods from a bunch of different websites, and none of them worked. The only thing that worked for me was this post from the Microsoft Knowledge Base . It is the only place on the internet that gives the proper caspol command...
Posted: Mar 22 2007, 12:03 AM by interscape | with 3 comment(s)
Filed under: ,
Expression Web Doesn't Do Non-GAC'd 3rd Party Controls
This is just ridiculous. First Expression web is not for developers , then it goes great with Visual Studio (which is for developers), and now they don't do custom controls that aren't signed and installed in the GAC. What the hell? Did Microsoft have...
Posted: Dec 13 2006, 07:19 PM by interscape | with 1 comment(s)
Filed under: ,
ASP.NET: Authenticated but not Authorized
Does anyone know if there is a built-in way to trigger the Membership/Roles/FormsAuth system to redirect to a separate page if the current user is authenticated, but not authorized to view the current page? Right now I'm handling Application.Authenticate...
Posted: Dec 04 2006, 01:13 AM by interscape | with 1 comment(s)
Filed under:
CommunityServer 2.1 Goodies
I recently whipped out a few CommunityServer 2.1 projects that I thought I should get the word out on: CommunityServerStuff is going to be the package that I dump all my CS goodies into. The first two add-ons are RecycleBinJob, which is a CSJob that empties...
Adding OpenSearch for your CommunityServer Site
So last night, I had this really random idea to create an OpenSearch Provider for LonghornBlogs.com . That way I could search my site from IE7's search box. In the process, I discovered that my search is broken there, so I decided to create them for several...
Posting to weblogs.asp.net From Word 2007
Ever since Telligent updated weblogs.asp.net to CommunityServer 2.1, I’ve been anxious to try blogging from Word 2007. But the directions in the “Help” link in Word 2007 are incorrect. Fortunately, Chris Garrett already found the solution: the correct...
Alternate SiteMapProviders and the SiteMapDataSource
I have a scenario where I think I've found a bug in the SiteMap API in ASP.NET 2.0. The scenario is this: Create two separate .sitemap files in your application. Create two SiteMapProvider references in the web.config file. Give them unique names and...
Posted: May 03 2006, 02:26 PM by interscape | with 6 comment(s)
Filed under:
The Day is Finally Here!!!
It's Official! GenX.NET 3.0 is complete and has been released to the public! Check it out today at http://www.genxdotnet.com . GenX.NET is the first DTS engine available for the .NET Framework. Using an application architecture that will be used heavily...
Are YOU In Design Mode?
Scott Hansleman talks about page instantiation while designing ASPX pages in the IDE [via Daniel Fisher ]. Good stuff.
Calendar Server Control
Yesterday I posted about needing a ASP.NET Calendar Server Control . Well, I found the greatest control ever written. Seriously. You can check it out here . I don't really think I need to say anything else. I can thing of like a half-million uses for...
More Posts Next page »