Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

    Blogs in United States Blogs RSS feed

  • RVNUG, May 2008

    Published on 02 May 2008 from Developing For .NET

    Last night I attended the monthly RVNUG (Roanoke Valley .NET User’s Group) meeting. Kevin Hazzard gave a good presentation on Silverlight 2.0, which I have been eager to try. After what I saw last night, and now that I have a little experience with WPF, I am even more eager to give it a shot. Read full article

  • Local Method Practical Example

    Published on 01 May 2008 from Developing For .NET

    I recently wrote about the idea of using Generic Delegates to create Local Methods (methods wholly defined within the scope of another method). Today, I had a practical application for this technique so I wanted to share it. In this example, our task is to build a portion of an SQL update string tha Read full article

  • Deploying ASP.NET MVC on IIS6

    Published on 30 Apr 2008 from Developing For .NET

    Last week, I finally got the ball rolling on our IIS server. With a little help from a friend, I managed to get the SSL Certificate installed. A quick tutorial, and the site was moved to the server but it would not respond. Monday, I managed to get the site to respond by installing the [...] Read full article

  • Geeking on a Saturday

    Published on 28 Apr 2008 from Developing For .NET

    In a recent post entitled I am a Professional Geek, I mentioned that I only geek at work. Well, Saturday I had the opportunity to prove just how deep that particular Rabbit hole goes… I gave a presentation on .NET 3.5 Language Enhancements at the Richmond Code Camp Saturday morning, and boy di Read full article

  • Of Mice and Men(tors)

    Published on 25 Apr 2008 from Developing For .NET

    Just a weekly update… When I bought this machine, I picked up a new wireless mouse and keyboard. About a week ago, I noticed that my mouse had a flashing red light on it. I had never seen it before, and I quickly realized that this is a battery low indicator light. I [...] Read full article

  • Creating Local Methods with Func

    Published on 25 Apr 2008 from Developing For .NET

    I wrote briefly about the new Func generic delegate in Part 3 of the Upgrade your C# Skills series. Today, I wanted to explore this in a little more detail. I’m sure that most of us have created many private methods to outsource code from one method to another. There are times we do [...] Read full article

  • Panelists mix it up at ReMIX08

    Published on 19 Apr 2008 from Brian Finnerty's Blog | InnerWorkings

    Yesterday I attended the ReMIX08 mini-conference at Microsoft’s Mountain View campus, which is organized every year by Dan’l Lewin’s Emerging Business Team. Due to travel plans, I missed the increasingly popular MIX08 event in Vegas this year, so I was looking forward to a condense Read full article

  • Wordpress 2.5 Blank Page Issue

    Published on 15 Apr 2008 from Developing For .NET

    You may have experienced an odd occurrence on the site today, and if so I apologize. For some inexplicable reason, the site encountered the dreaded Wordpress Blank Page issue. Last I checked, which I think was yesterday afternoon, the site loaded just fine. Today, however, I noticed that the front p Read full article

  • Updated ASP.NET Dynamic Data Preview Released

    Published on 11 Apr 2008 from Mostly Programming Stuff

    Scott Guthrie announced the availability of a new preview of the ASP.NET Dynamic Data functionality. The idea behind this functionality is that you can generate a fully functional application based upon a LINQ to SQL or LINQ to Entities model. This reminds me a lot of the Naked Objects Framework fro Read full article

  • GMail is hiring…

    Published on 10 Apr 2008 from Developing For .NET

    Since Jon Skeet recently announced he is joining Google, I thought it was worth mentioning that the GMail Team is hiring. I’ve wondered several times in the past what it would be like to work at Google. I think the truth is that I’m not geeky enough, but I would probably enjoy it [...] Read full article

  • I am a Professional Geek

    Published on 07 Apr 2008 from Developing For .NET

    I was just reading Payton Byrd’s recent post about the two types of programmers, which references another post about the same topic by Jeff Atwood, and I felt encouraged to respond. Growing Up ABM I honestly couldn’t care less about the open-source vs. Microsoft wars. My background is pr Read full article

  • Unity Application Block 1.0 has been released

    Published on 05 Apr 2008 from Mostly Programming Stuff

    The Unity Application Block version 1.0 has been released and is available on CodePlex here. A good overview of the configuration of Unity was written by Matthew Podwysocki. The xml configuration is a little unique compared to other DI containers. I plan on adding support for the xml configuration t Read full article

  • VBUG conference for UK developers

    Published on 01 Apr 2008 from Brian Finnerty's Blog | InnerWorkings

    At InnerWorkings, we see daily evidence of a thriving .NET community in the United Kingdom. Many of our web customers are British developers and .NET teams who wisely take full advantage of Sterling’s commanding position relative to the weakening U.S. dollar. But that’s another post and Read full article

  • ASP.NET Server Variables, Take 2

    Published on 01 Apr 2008 from Developing For .NET

    The last thing I did yesterday before I went home was write the code for (and post) a simple class for reading HTTP Request Server Variables. I like the idea, because it allows the consumer to use Intellisense and variable names instead of doing a value lookup using a string. Nick at Coder Journal l Read full article

  • ASP.NET Server Variables

    Published on 01 Apr 2008 from Developing For .NET

    I have admitted in the past that I am not an experienced ASP.NET developer, so this may be a “DUH” post, but I thought it was a good idea and wanted to share. For the ASP.NET MVC application I’ve been working on, I needed to send the user to another domain (on the same server) for Read full article

  • Wordpress 2.5 Upgrade

    Published on 31 Mar 2008 from Developing For .NET

    This morning I the site upgraded to Wordpress 2.5, and I am very impressed! I know it is not .Net, but I think there are plenty of you who might be interested. So here is my list of top 7 cool new WP features: Permalink editing: you can now preview and edit the Permalink of [...] Read full article

  • Weekly update

    Published on 28 Mar 2008 from Developing For .NET

    I’m going to start off by saying that this is a totally lame post, but I resolved to post at least once a week, so here it is. Site Change Scott Hanselman had an interesting post this week that got me thinking about how I judge the success of this blog. Like he mentions, I check in [...] Read full article

  • ASP.NET MVC Action Filter - Caching and Compression

    Published on 27 Mar 2008 from Amit's Blog

    Caching plays a major role in developing highly scalable web applications. We can cache any http get request in the user browser for a predefined time, if the user request the same URL in that predefined time the response will be loaded from the browser cache instead of the server. You can archive t Read full article

  • Kigg - Upgraded to MIX08 ASP.NET MVC Release

    Published on 26 Mar 2008 from Amit's Blog

    [Note: This post was meant to be published the day after MIX08 version was out] I have upgraded Kigg with the new bits.  Upgrading was plain and simple, though I created a new project and added the files instead of changing the Guids. There has been few changes in the web project which are requ Read full article

  • ASP.NET MVC Source Code Released

    Published on 21 Mar 2008 from Developing For .NET

    ScottGu has just announced the release of the ASP.NET MVC Source Code. You can download the code from CodePlex. It is important to note that this does not mean MVC will be open source (or that it won’t be), just that they are sharing the code during development so that we do not [...] Read full article