Tony Lombardo
-
Infragistics NetAdvantage and Dynamic Data
For those of you who keep a close watch on the off cycle ASP.NET projects that Microsoft has been working on, you're probably already familiar with Dynamic Data. Well, today Dynamic Data just went from a cool beta, to a real product. As Scott Gu mentions in his blog, Dynamic Data is being included in VS2008 SP1 (the beta is now available to download!)
-
MIX08 Day 2
Listening to a guy who does an amazing Johnny Cash right now (vocals and guitar), waiting for this afternoon's keynote. I'm starting to grow a new appreciation for the music of Johnny Cash. I'm trying to wake up still, as last night was a late one. By the time I looked at my watch it was 3am (or somewhere around there, the needle on my watch kept moving).
-
Live from Mix
I had a little trouble getting started this morning which wasn't surprising, but luckily the Keynote didn't start until 9:30am (which was 11:30 am EST). The Keynote interesting, and a few items really got my attention. What NBC is doing for the Olympics with Silverlight was extremely impressive. I'm certainly looking forward to that. In addition, there was a last minute mention of Silverlight Mobile support. It turns out that there's Silverlight support for Windows Mobile 6, and Nokia has just signed up to provide support for a range of devices, including their Internet tablets. That really caught my attention because I've been waiting to be able to develop a rich app for my N770, but have never found a good place to start. I'm hoping whatever they do is easily ported to the N770, otherwise I may have to upgrade.
-
Are you going to Mix?
I'm heading out to mix tomorrow, and thought it would be great to meet up with some of you while I'm there. So here's what I'm thinking. On Tuesday night, there is Treasure Hunt at the Treasure Island hotel. I'm not sure I'll be there in time for the actual Treasure Hunt, but I will be around later that evening (for dessert, drinks, etc). So stop by and say hello!
-
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. ;)
-
What exactly is a Technical Evangelist?
When I first heard the title Technical Evangelist I thought it was a joke. Then I found out it was a real position, but I still didn't understand what it was about. It took about a year for me to truly get it, and in the end.. it was simply a description of what I was already doing.
-
South Florida .NET Code Camp
Check it out:
-
Demystifying Infragistics WebGrid DataBinding
Think you know everything about how the grid databinds? Just starting to work with the grid and want to understand databinding? Either way, read on.
-
VS2008 Installfest live in East Windsor NJ
In addition to a great talk on WPF, this month's Central NJ .NET Users Group meeting will be grounds for installing VS2008.... FREE!
-
How To- Images: From Database to Grid to Browser
In my years of web development, there's always been one sticky point - Images. Each time I being writing an application, I can't help but think - there must be a better way than this. I've found many different ways over the years, but none of really stuck out as "better". The problem really breaks down to - how do you work with dynamic images in a databound web application? In order to find the best solution for this, we need to break this question down into two smaller questions.