Welcome to fuzzydev Sign in | Join | Help

Latest Posts

More Posts Next page »

External News

  • ASP.NET MVC 2.0 Validation

    An overview of validation in ASP.NET MVC 2.0.
    17 hours, 38 minutes ago by Brian Mains
  • Fork it!

    The Stack Overflow Blog: “The Unix world loves to take sides. I don’t have to blog about this; Freud already did, in 1930. He called it ‘the narcissism of minor differences’”

    Need to hire a really great programmer? Want a job that doesn't drive you crazy? Visit the Joel on Software Job Board: Great software jobs, great people.

    02 Sep 2010, 4:43 PM by Joel on Software
  • A Beginner's View : Web.config

    In this artcle, I will be explaining the common and mostly used web.config tags, their different sections and also will discuss about securing the the config file.
    02 Sep 2010, 5:34 AM by Brij Mishra
  • Patch for VS 2010 Find and Replace Dialog Growing

    One of the top reported Microsoft Connect issues with VS 2010 has been an issue with the Find and Replace dialog – which grows 16px each time you use it (which is pretty annoying). The Visual Studio team recently released a patch that fixes this issue. You can download and apply it here . Hope this helps, Scott P.S. A few people reported issues installing the patch if they had an older version of the Silverlight 4 tools installed.  If you see an error message that says you need an update to Visual Studio to support Silverlight 4, you can fix it by installing the latest Silverlight 4 tools release . Read More......(read more)
    30 Aug 2010, 7:57 AM by ScottGu's Blog
  • August 29th Links: .NET, ASP.NET, IIS Express, Silverlight, Windows Phone 7

    Here is the latest in my link-listing series .  Also check out my VS 2010 and .NET 4 series and ASP.NET MVC 2 series for other on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] .NET/WPF/EF 5 Little C#/.NET Wonders that Make Code Better : Nice blog post from James that highlights 5 nice language/framework tips you can take advantage of within your apps.  I’m betting a lot of people didn’t know about the StopWatch class. WPF Ribbon Control Released : The WPF team recently released the final V1 release of the WPF Ribbon control.  This makes it easy to build ribbon-based applications. Also read this WPF team blog post...(read more)
    30 Aug 2010, 9:23 AM by ScottGu's Blog
  • Populating ASP.NET TreeView Control Recursively

    The TreeView control in ASP.NET is used to populated hierarchical data structure. There are scenarios in which we are not aware of the number of nested collections in the data source. In those circumstances it is wise to use recursion and populate the TreeView control. In this article we are going to demonstrate how to populate the TreeView control with N levels.
    01 Sep 2010, 5:34 AM by Mohammad Azam
  • Product Review - Newsletter Software

    Newsletters are a medium through which webmasters communicate with their readers. With the rapid increase in blogs, there is a need for an automated solution which provides an ability to deliver newsletters without causing any major problems on the server. In this review, Anand analyses a newsletter program packed with a wide range of features which can be used in a blog.
  • A new WordPress Stack Exchange

    We’ve been opening new Stack Exchanges left and right on a variety of topics. In almost every case, the Stack Exchange appears to duplicate the content of an existing community. For example, our WordPress answers site (now in beta) covers the exact same material as WordPress.org’s existing forums.

    This is nothing new to us at Stack Overflow, which purported to cover the exact same material as hundreds (if not thousands) of other programming sites. There’s no rule that says that there needs to be exactly one Q&A website per topic.

    There is, however, a compelling case for the Stack Exchange technology. WordPress.org’s forums don’t have voting, so you have to read through every answer and decide for yourself which one might solve your problem. They don’t have reputation, so there’s no way to see whether you’re getting an answer from someone who knows what they’re talking about. They don’t have wiki-style editing, so collaboration is impossible. You have to log on to ask or answer a question, so the burden of participation is higher. Stack Overflow is simply better than traditional forums, which is why it largely replaced proprietary forums. I remember hours of discussion with John Resig and the folks at jQuery who couldn’t decide whether to replace the jQuery Google Group with a forum or with a Stack Exchange. Ultimately it didn’t matter that much, because most of the jQuery Q&A activity happens on Stack Overflow anyway.

    One day, the features that are standard on Stack Exchange will be copied everywhere. Until then, we’ll keep churning out new sites.

    Need to hire a really great programmer? Want a job that doesn't drive you crazy? Visit the Joel on Software Job Board: Great software jobs, great people.

    31 Aug 2010, 1:10 PM by Joel on Software
  • Asynchronous Form in ASP.NET MVC 2

    This article describes how to create an asynchronous form in ASP.NET MVC 2 with DataAnnotations and jQuery Validation plugin (custom validation attributes included).
    31 Aug 2010, 5:34 AM by Tomasz Peczek
  • Sorting Tabular Data in ASP.NET MVC

    In this post I will talk about how to use the tablesorter jQuery plugin in an ASP.NET MVC application to sort tabular data.
    30 Aug 2010, 5:34 AM by Venkata Koppaka
  • Search and Navigation Tips/Tricks with Visual Studio

    This is the twenty-seventh in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. Today’s blog post continues on from the Debugging Tips post I did last week, and covers some useful searching and navigation tips/tricks you can take advantage of within Visual Studio.  These tips were ones that my friend Scott Cate (who has blogged dozens of great VS tips and tricks here ) recently recommended to me as good tips that most developers using Visual Studio don’t seem to know about (even though most have been in the product for awhile).  Hopefully this post will help you discover them if you aren’t already taking advantage of them.  They are all easy to learn, and can help save you a bunch of time. Ctrl + i - Incremental...(read more)
    24 Aug 2010, 10:24 AM by ScottGu's Blog
  • ASP.NET MVC 2.0 and AJAX Part 1

    ASP.NET MVC makes working with AJAX really easy; it’s quite impressive how powerful the framework can be. JQuery adds extra features and makes AJAX calls really easy; we’ll see that all here soon.
    29 Aug 2010, 5:34 AM by Brian Mains
  • Product Review - Magic Article Rewriter

    Rewriting an article is a complex and time consuming job. If you agree, then why not check out Mass Article Rewriter which simplifies the process of article rewriting. In this review, Anand examines the usage and usefulness of this software in detail.
  • Creating Master-Detail GridView Using jQuery

    In the year 2005 we published an article about creating master-detail GridView control. jQuery was not a first class citizen during that time and most of the work was performed by either plain old vanilla JavaScript or the server side code. With the advent of jQuery we can now create cool master-detail effects easily in less time and less code. This article explains how to spice up master-detail using jQuery.
    28 Aug 2010, 5:34 AM by Mohammad Azam
  • Using GroupTemplate in ASP.NET ListView Control (Tiled Display)

    This article shows the usage of GroupTemplate for grouping data using the data-bound ListView Control.
    27 Aug 2010, 5:34 AM by Satheesh Babu
  • More Posts Next page »
Copyright 2010, 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