Blog - .NET, ASP.NET, AJAX, Ruby and more

Author Archives: Dave Marini

I am a software architect/developer with 9 years of experience developing scalable, enterprise level applications targeted for windows and the web. My software solutions are built using bleeding edge development languages and techniques. I am specialized in the latest Microsoft Technologies, with recent development experience with C# 3.0, ASP.NET 2.0/3.5 and SQL Server 2008. I work well in a team environment as well as individually. My extensive knowledge of the Software Life Cycle also helps me to manage my time and efforts to consistently meet or exceed project milestones.

Getting ActiveTabChanging Functionality from the AJAX TabControl

I have always considered myself to be quite client-side challenged. Having been soured to the thought of JavaScript by all the browser specific code I used to have to write years ago I swore off it and took to server-side development and never looked back. After a year’s hiatus doing WPF programming, I’ve recently found [...]

Posted in AJAX, AJAX Control Toolkit, JavaScript, jQuery | Tagged , , | Comments closed

ObjectDataSource, SOA Style

It’s been entirely too long since my last post, and with the olympics in full swing, we’ll go with a volleyball theme for this post. BUMP So here’s the scenario. After really digging your teeth into ASP.NET 2.0 and playing around wiih all the cool data access features, you decide to apply a liberal use [...]

Posted in .NET, ASP.NET, C#, Reflection, WCF, Web Services | Tagged , | Comments closed

Using Exchange Web Services 2007: The Basics

Technorati Tags: C#,Exchange,.NET Exchange Web Services (EWS) for Microsoft Exchange 2007 provides a quick an easy way to interface with Exchange data from anywhere without having to interface with ugly COM interop objects if you’re living in a managed world like C#.  Today I was curious at how to get calendar appointments from Exchange into [...]

Posted in .NET, C#, Exchange, Web Services | Comments closed

Extending the GridView to Work With the New DataPager Control

Technorati Tags: ASP.NET,C# Recently I read an article by Scott Mitchell about the new ListView and DataPager controls that are included in the .NET Framework version 3.5. This got me curious as to how to adapt other well known databound controls like the GridView so that they can work together with the DataPager control.  After [...]

Posted in ASP.NET, C# | Tagged , | Comments closed