Sign in
Kirk Evans Blog
.NET From a Markup Perspective
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET Programming
Access
Active Directory
AJAX
AOL
Apps
Architecture
ASP.NET
Atlanta Microsoft Events
BizTalk
book reviews
Braves Baseball
Claims
Cloud Services
College Football
Communicating
Dallas Microsoft Events
DSL Tools
Enterprise Social Computing
Entity Framework
Exchange
Expression Studio
Hockey
hyper-v
IIS7
Internet Explorer
Interoperability
Life at Microsoft
LINQ
Marketing
MCM
Microsoft Office
MicrosoftWebExperience
Mobile Development
OAuth
OCS
Pages
PDC 2003
PDC05
Personal
PowerShell
REST
S2S
Screencasts
Search
Security
SharePoint
Silverlight
SQL Server 2005
SQL Server 2008
Telecommunications
tfs
UGA Football
Virtual Earth
virtual pc
Visual Studio 2008
Visual Studio 2010
Visual Studio 2012
VSeWSS
VSTO
VSTS
Water Cooler
WCF
Web 2.0
Webcasts
WinDBG
Windows
Windows Media
Windows Phone 7
Windows Presentation Foundation
Windows Server 2008
Windows Server 2012
Windows Workflow Foundation
XBox
XML
XML Schemas
XML Web Services
Zune
Browse by Tags
MSDN Blogs
>
Kirk Evans Blog
>
All Tags
>
linq
Tagged Content List
Blog Post:
How I Became a SharePoint 2010 MCM
Kirk Evans[MSFT]
I recently attained the Microsoft Certified Master for SharePoint 2010 certification. I have long wanted to write about the experience, but honestly didn’t know how to begin. After quite a few conversations with friends and colleagues, I thought I would share some insight about the process...
on
17 Apr 2013
Blog Post:
SharePoint 2010 CAML List Joins
Kirk Evans[MSFT]
This post demonstrates how to use the JOIN syntax in CAML. A customer pinged me asking about how to write a JOIN query in CAML. Honestly, I haven’t done this since in a long time, so it took awhile to shake off the cobwebs. I tried to make things explicit and easy to reproduce in your environment...
on
20 Jan 2012
Blog Post:
SharePoint Developers–What’s On Your Machine?
Kirk Evans[MSFT]
I recently got a question from a customer about utilities to include on their development machines. My view is that you should trust your developers and let them install the tools they need. However, some devs don’t have managers who trust their developers to do the right thing and they need...
on
5 Apr 2011
Blog Post:
Fun with LINQ and Distinct()
Kirk Evans[MSFT]
Had a weird scenario that I saw in some code today. A weird structure was being used that we wanted to query for distinct items across a list of lists. Lemme explain. Imagine a list of items represented as an IEnumerable<SomeType>. Now, imagine a bunch of those contained within...
on
2 Sep 2010
Blog Post:
Book Review: WCF 4.0 Multi-tier Services Development with LINQ to Entities
Kirk Evans[MSFT]
The great folks at Packt Publishing contacted me to ask if I was interested in reviewing a title for them. When I saw the title, I said “heck yes!” The book is WCF 4.0 Multi-tier Services Development with LINQ to Entities . I have closely followed WCF since its early days as “Indigo...
on
21 Jul 2010
Blog Post:
Deck from SharePointPro 2010 Summit – Developer Best Practices
Kirk Evans[MSFT]
Thanks to everyone who attended the SharePoint 2010 Developer Best Practices talk at the SharePointPro 2010 Summit and Expo conference. As promised, the deck has been uploaded. Get it here . http://cid-09d5ededfee6c24b.skydrive.live.com/self.aspx/Presentations/SPPro%20SharePoint%20Development...
on
18 Mar 2010
Blog Post:
SharePoint as a Composite Application Platform
Kirk Evans[MSFT]
I had the pleasure of speaking at the SharePoint TechFest 2010 event today in Dallas, Texas. Over 650 people at this event, holy smokes it was a great time. I had the first time slot of the day, and when I first started the talk the room wasn’t even 1/4 full (maybe about 30 people). ...
on
2 Mar 2010
Blog Post:
SharePoint Live Virtual Conference & Expo
Kirk Evans[MSFT]
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 from the convenience of your office. We're kicking...
on
4 Nov 2009
Blog Post:
Getting Friends From Twitter With WCF
Kirk Evans[MSFT]
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 WCF. Since the last post on that used an...
on
3 Oct 2009
Blog Post:
LINQ to SQL and Connection Pooling
Kirk Evans[MSFT]
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 I would simply copy and paste and hope this helps...
on
9 Apr 2009
Blog Post:
Convert XElement to XmlNode (and Convert XmlNode to XElement)
Kirk Evans[MSFT]
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 e = new XElement( "Root" , new XElement...
on
13 Mar 2009
Blog Post:
ASP.NET Dynamic Data and Displaying Images with a Custom Field Template
Kirk Evans[MSFT]
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 I decided to give it a shot. I was surprised...
on
12 Mar 2009
Blog Post:
Thanks to Lexis Nexis!
Kirk Evans[MSFT]
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. Just about everything shown today came from the VS2008...
on
30 Apr 2008
Blog Post:
What You Need To Know: WCF, WCF, ADO.NET SyncServices, and ClickOnce
Kirk Evans[MSFT]
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 bits in here that would appeal to a broader audience...
on
23 Apr 2008
Blog Post:
Getting Started as a SharePoint Developer
Kirk Evans[MSFT]
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 simple as opening up Visual Studio 2008, dragging...
on
10 Apr 2008
Blog Post:
DataBinding WPF to a WCF Service, and Leveraging IValueConverter for Encoded XML
Kirk Evans[MSFT]
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 down version of the default service generated...
on
17 Mar 2008
Blog Post:
LINQ to SQL vs. LINQ to Entities Smackdown!
Kirk Evans[MSFT]
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, a lot of people are really fired up about...
on
29 Jan 2008
Page 1 of 1 (17 items)