Share on Facebook
Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » LINQ   (RSS)

SharePoint Live Virtual Conference & Expo

Register today for the free SharePoint Live Virtual Conference & Expo ! Hard to get out of the office? Training dollars are limited? We're bringing you a FREE virtual event on one of the most anticipated software releases - SharePoint 2010 - live

Getting Friends From Twitter With WCF

Today, we’ll show off a bit of WCF for working with Twitter.  The last time I posted on using Twitter with WCF, I showed how to update your Twitter status using WCF .  The rest of the Twitter API is just as easy to work with when you are using

LINQ to SQL and Connection Pooling

I’ve been working with Microsoft’s database connection technologies (ADO.NET, ADO, and ODBC) for many years now.  A customer pinged me with an interesting question about LINQ and database connection pooling in an ASP.NET application.  I thought
Posted by kaevans | 1 Comments
Filed under: ,

Convert XElement to XmlNode (and Convert XmlNode to XElement)

This is just way cool.  Check out Eric White’s blog for a slick use of extension methods to make it easier to convert types in the System.Xml namespace to types in the System.Xml.Linq namespace , and vice-versa.  Here’s a quick teaser: XElement
Posted by kaevans | 1 Comments
Filed under: , ,

ASP.NET Dynamic Data and Displaying Images with a Custom Field Template

Awhile back, I posted about creating an image handler to render images stored in a database .  Someone pinged me and asked how you could use that with ASP.NET Dynamic Data web sites.  Hmm… I haven’t looked at Dynamic Data very deeply yet, so
Posted by kaevans | 5 Comments
Attachment(s): AdvWorksDynDataSample.zip

Thanks to Lexis Nexis!

We are about to start a great day showing technologies like .NET 3.5, Visual Studio 2008, and SharePoint technologies. I thought I'd be proactive and post the materials beforehand. Make sure to check out Rob Cameron's blog for additional information.

What You Need To Know: WCF, WCF, ADO.NET SyncServices, and ClickOnce

I had a great time visiting with a great team at Verizon this week. I was able to present on a number of technologies, including ADO.NET Sync Services, WCF, WF, and ClickOnce. I was going to send this in an email, then I realized that there are some great

Getting Started as a SharePoint Developer

I was lucky enough to take a SharePoint development class with Ted Pattison almost a year ago. Unfortunately, I haven't developed much anything with WSS or MOSS since then. I did retain some concepts and knew what I wanted to achieve, but it's not as

DataBinding WPF to a WCF Service, and Leveraging IValueConverter for Encoded XML

I met with a customer the other day who had an interesting question: how do I databind a WPF app to a WCF service? I thought this was going to be a really quick answer, it turned into another really long blog post. For the service, I am using a slimmed

LINQ to SQL vs. LINQ to Entities Smackdown!

OK, maybe not a smackdown... but it sure sounded like a good title. There's a great paper on MSDN that describes the similarities and differences in LINQ to SQL and LINQ to Entities from the Entity Framework. I have done a bunch of LINQ demos recently,
 
Page view tracker