Browse by Tags

All Tags » Tips and Tricks
  • Multiple Assembly Versions in a single Web Site - How to deal with a CS0433 compiler error

    Web development is all about breaking up your application into pieces. Multiple pages make up a site.  UserControls are used to break up pages into smaller pieces, and custom libraries are often used for either framework value, or as GUI libraries.  Any time you start working with these scenarios, assemblies and references are going to ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on July 31, 2008
  • Script Combining - What's the big deal?

    Microsoft is about to ship Visual Studio 2008 SP1, and .NET Framework 3.5 SP1.  Now service patches aren't always very exciting, but these are because they contain some great new features.  You've probably already heard the buzz around AJAX History support, and Dynamic Data.  Script Combining is also part of SP1, and it's something ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on July 28, 2008
  • The ASP.NET AJAX Client Library: Keeping the Server-Side Paradigm Alive on the Client

    I've been talking a lot lately about using the ASP.NET AJAX client library (which I'm going to refer to as AACL in this post) without the server-side controls, mostly in the context of ASP.NET MVC.  Now, I'm not necessarily recommending that you use it over any of the other fine JavaScript libraries out there (jQuery and MooTools come to ...
    Posted to Jess Chadwick (Weblog) by Jess Chadwick on July 11, 2008
  • Quick Tip - Migrating TagPrefixes to Web.config

    I've written about moving the <%@ Register TagPrefix ... %> directives out of your ASPX pages, and into your web.config.  But one thing I never talked about was - how to do that step.  I always did it manually, but about a year ago, I remember talking with one of the developers on the Project Upgrade Utility.. Well, that discussion ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on June 23, 2008
  • Grids, Selection, Checkboxes and Linq

    Before I even get started, a quick side note.  I initially assumed I should write LINQ [all caps] since it is an acronym (from what I recall), but I decided to go with the .NET Framework namespace capitalization instead.  I should have learned my lesson with AJAX or Ajax, or however you want to write it. ;) Ok, back to the point.  ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on February 21, 2008
  • Upgrading from Visual Studio 2008 Beta 2 (and/or RC) to RTM

    Just wanted to write up a blog entry about my experience upgrading my Beta 2 and RC installations of Visual Studio 2008 (which I will forever call ''Orcas'') to the RTM version.  Hopefully this may save some of you from wasting a few hours of your life as I did... I had the Orcas RC installed on both my laptop and home workstation, having ...
    Posted to Jess Chadwick (Weblog) by Jess Chadwick on November 30, 2007
  • Charting: No File, No Session, No problem.

    Whenever working with an image generator in an ASP.NET applications, you have difficult tradeoffs that you must face.  Usability Vs. Scalability.  Application Security Vs. Information Security, etc.  With the Infragistics WebChart many of these scenarios are taken care of with options to use Session State or the ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on November 16, 2007
  • Be Careful of What You Cache... and How You Cache It!

    This post is about a wonderfully embarrassing experience I had recently from which you can (hopefully) learn something.  Or - at the very least - this can serve as a reminder of what you already know.  Recently a few guys from our IS team and I locked ourselves in a room for a few days and scoured through the code for the entire website ...
    Posted to Jess Chadwick (Weblog) by Jess Chadwick on October 1, 2007
  • Reaping the Rewards

    So in the past I've talked about the Infragistics Samples Browser, and modifications I've made on it.  Last release I spent a great deal of time re-vamping the samples browser in an effort to make it more maintainable.  Well, it's samples time again here at Infragistics.  Time to get ready for the next release, and time to ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on August 28, 2007
  • 'Must Have' Tools for Developers

    If you do web development, you know that there's an easy way and a hard way to do just about anything.  We spend so much time just trying to 'get it done' sometimes, that we don't have a chance to see what tools are available to help.  I'm going to list a few tools that I use almost daily, and I think it would be great if you ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on August 15, 2007
  • Browser Compatibility Tips (IE VS. IE)

    After designing an application and building it for IE7, I was finally ready to try it out in IE6.  If you haven't already, download the Virtual PC image from Microsoft for IE6 testing.  I was pleasantly surprised that for the most part, everything worked perfectly!  There were some issues that I knew I was going to run into, since I ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on July 19, 2007
  • Advanced Tips for ASP.NET Developers

    I've been spending my days lately working on the Infragistics Samples Browser.  This monstrous application has over 10,000 files, and is composed of 3  separate mini-applications.  Working on an application of this size is a mind altering experience.  A small task like changing an image becomes a huge effort when it has to be ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on June 27, 2007
  • NUnit and MSTest working in harmony

    For my latest project in UxG, we decided it would be prudent to take the TDD approach.  We do all our development here in Visual Studio 2005, however most of us do not have the Team System edition and are left without the MSTest framework it provides.  Those of us without VS2k5: TS who want to try our hand at TDD have ...
    Posted to Jess Chadwick (Weblog) by Jess Chadwick on May 11, 2007
  • File Uploads - Where's the Ajax?

    As with everything else Web related these days, wouldn't file uploads be better with Ajax?  That's what most of us tend to think, but the devil is in the details!  The short answer is, you cannot do the actual file transfer through an XMLHTTP request. (Why don't file uploads work during async postbacks?)  The long answer is, you can ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on April 9, 2007
  • Application Styling for NetAdvantage ASP.NET - What's the big deal?

    In the Beginning there was Presets It's a huge deal!  In ASP.NET 1.x, there was virtually no good way to style an entire application so we introduced Presets which provided you with a way to copy the style created on one instance of a control, and apply it to another.  This was a glorified copy & paste method for ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on February 23, 2007
  • Excel Copy and Paste with NetAdvantage for ASP.NET

    Working with a web based grid doesn't have to be boring.  Our goal since day one has been to make Web based controls just as functional as their Windows Forms counterparts.  This isn't an easy task as I'm sure you know, but luckly our developers are always up for a challenge.  Our latest addition is copy and paste ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on February 20, 2007
  • Conditional Formatting (aka ValueBasedAppearance)

    If you've ever wanted to highlight cells based on some condition or compare columns and notify the user of their result.  You're familiar with conditional formatting.  Traditionally, you'd have to handle the InitializeRow event.  Things are changing in 2007.1 that enables you to add conditional formatting without writing any code. ...
    Posted to Andrew Flick (Weblog) by Andrew Flick on February 20, 2007
  • Working with NetAdvantage - Tips for a successful project with reduced maintenance time (cost).

    My first tip - USE VISUAL STUDIO 2005.  It is amazing how much productivity can be gained by using Visual Studio 2005.  Not only is the design-time support better, but it also allows you to create projects which are a whole lot more maintainable (by leveraging the Web.Config file). Design-Time Support Did you know that in Visual Studio ...
    Posted to /dev/null [tony lombardo] (Weblog) by Tony Lombardo on February 16, 2007
Powered by Community Server (Commercial Edition), by Telligent Systems