Welcome to fuzzydev Sign in | Join | Help

External News

  • The Purpose of Life

    Here’s my attempt to write a short post, which for me means staying under 2,000 words. Channeling my inner Seth Godin, here we go… What is the purpose of life? The purpose of life is to increase your alignment with truth, love, and power. You are here to: Discover and accept ever deeper truths. Learn to love more deeply [...]SHARETHIS.addEntry({ title: "The Purpose of Life", url: "http://www.stevepavlina.com/blog/2008/07/the-purpose-of-life/" });
    3 hours, 32 minutes ago by Steve Pavlina
  • Do you think about supportability?

    So I wanted to get a read on how people design their web sites.  My thinking is that there isn’t much time spent in planning for supportability.  There are a lot of other concerns that take priority, What is more important – Design or Content...(read more)
    8 hours, 30 minutes ago by ASP.NET Debugging
  • Alternating styles in ListView without AlternatingItemTemplate

    ListView (the server-side control), like all repeating data controls in ASP.NET, has an AlternatingItemTemplate , but it would be a shame to have to copy all the markup in the ItemTemplate into AlternatingItemTemplate , just to alternate styles on the items. It's quite likely that only css classes will change between the two, and redundancy is bad <- big scoop here. But there is a simpler way. From within any template, you have access to the current index of the row within the whole data ... [read more]
    23 Jul 2008, 9:26 PM by Tales from the Evil Empire : ASP.NET
  • ASP.NET MVC Tip #24 – Retrieve Views from Different Folders

    In this tip, I demonstrate how you can retrieve a view from any folder in an ASP.NET MVC application. I show you how to use both specific paths and relative paths. Until today, I thought that a controller action could return a view from only one of two places: · Views\ controller name · Views\Shared For example, if you are working with the ProductController, then I believed that you could only return a view from either the Views\Product folder or the Views\Shared folder. When looking t... [read more]
    23 Jul 2008, 8:20 PM by Stephen Walther on ASP.NET MVC
  • ASP.NET Tips: DumpAllExceptions output changes

    The first time you run !DumpAllExceptions you will see it print out one full exception for each type of exception that is in the dump. This will include the message and the callstack of the exception. For example: Any time after that, if you run the same...(read more)
    23 Jul 2008, 1:00 PM by ASP.NET Debugging
  • ASP.NET MVC Tip #23 – Use POCO LINQ to SQL Entities

    In this tip, I demonstrate how you can create LINQ to SQL entities that do not contain any special attributes. I show you how you can use an external XML file to map LINQ to SQL entities to database objects. I’ve talked to several people recently who are deeply bothered by the fact that the LINQ to SQL classes generated by the Visual Studio Object Relational Designer contain attributes. They want to take advantage of the Object Relational Designer to generate their entity classes. However,... [read more]
    23 Jul 2008, 1:36 AM by Stephen Walther on ASP.NET MVC
  • ANSWER: POP QUIZ: What are Free Threads in the Threadpool

    So I was hoping to get some more comments to this before posting the answer but I guess that isn’t going to happen. The minFreeThreads and minLocalRequestFreeThreads are very important settings when it comes to how much load your webserver can handle...(read more)
    22 Jul 2008, 11:22 PM by ASP.NET Debugging
  • Unit Test Boundaries

    One principle to follow when writing a unit test is that a unit test should ideally not cross boundaries . Michael Feathers takes a harder stance in saying… A test is not a unit test if: It talks to the database It communicates across the network It touches the file system It can’t run at the same time as any of your other unit tests You have to do special things to your environment (such as editing config files) to run it Tests that do these things aren’t bad. Often they are worth writing, and ... [read more]
    22 Jul 2008, 7:36 PM by you've been HAACKED
  • Windows Home Server update

    Monday morning the Windows Home Server Power Pack 1 update package and release notes went live on the Microsoft Download Center.  This is great news to anyone that has been using this product. Power Pack 1 fixes the data corruption bug as well as...(read more)
    22 Jul 2008, 1:00 PM by ASP.NET Debugging
  • Tolerance Is Resistance to Love

    One of the traps that’s easy to fall into is filling your life with too many incompatibilities — people, places, objects, circumstances, and activities that just don’t mesh with the person you are on the inside. When your external reality is out of sync with your inner self, your inner self will resist it. This creates [...]SHARETHIS.addEntry({ title: "Tolerance Is Resistance to Love", url: "http://www.stevepavlina.com/blog/2008/07/tolerance-is-resistance-to-love/" });
    22 Jul 2008, 2:30 PM by Steve Pavlina
  • ASP.NET MVC Tip #22 -- Return a View without Creating a Controller Action

    In this tip, I demonstrate how you can eliminate controller methods that simply return views. I show you how to use the HandleUnknownAction method to handle every request against a controller automatically. I saw Phil Haack use the following tip in a...( read more ) Read More......(read more)
    22 Jul 2008, 2:12 AM by Stephen Walther on ASP.NET MVC
  • BLOG CHAT RECAP: SQL Injection

    We had a good chat on Friday and I think we got most, if not all, of the questions answered in regards to SQL Injection. For those of you that missed the chat, check out the transcript here . If there is anything that we missed, please feel free to let...(read more)
    21 Jul 2008, 10:44 PM by ASP.NET Debugging
  • The Weekly Source Code 30 - Spark and NHaml - Crazy ASP.NET MVC ViewEngines

    I've been getting more and more interested in how folks extend their applications using plugins and things. In my new ongoing quest to read source code to be a better developer , Dear Reader, I present to you thirtieth in a infinite number of posts of " The Weekly Source Code ." Spark I'm really enjoying the extensibility points in ASP.NET MVC , but not as much as some people. Spark is a really promising ViewEngine from Louis DeJardin . You can download Spark here and join the ... [read more]
    21 Jul 2008, 10:13 PM by Scott Hanselman's Computer Zen - ASP.NET
  • ASP.NET AJAX 4.0 CodePlex Preview 1 available

    I'm very happy to announce that the first preview for the new Ajax features in ASP.NET just went live. Thanks to everyone who made that happen and thanks to all of you for providing feedback on the Roadmap . This preview contains preview implementations for the following features: Client-side template rendering Declarative instantiation of behaviors and controls DataView control Markup extensions Bindings I'll go over those features in more details and provide walkthroughs in the followi... [read more]
    21 Jul 2008, 9:08 PM by Tales from the Evil Empire : ASP.NET
  • Sedona Talk Radio Interview

    This morning I did a radio interview with Kaleah LaRoche and Daniel Stief of Sedona Talk Radio. This hour-long interview is available online if you want to listen to it. It will be available on their main show page for a week, and after that it will be added to their show archives. We discussed a variety [...]SHARETHIS.addEntry({ title: "Sedona Talk Radio Interview", url: "http://www.stevepavlina.com/blog/2008/07/sedona-talk-radio-interview/" });
    21 Jul 2008, 8:32 PM by Steve Pavlina
  • More Posts Next page »

Syndication


Sponsored Links

Books

Copyright 2006, Sachin Joshi. All rights reserved.
The content on this site represents my own personal opinions and thoughts at the time of posting, and does not reflect those of my employer's in any way.
Powered by Community Server, by Telligent Systems