Sign in
Kirk Evans Blog
.NET From a Markup Perspective
About Kirk
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET Programming
AJAX
Architecture
ASP.NET
Atlanta Microsoft Events
Cloud Services
Interoperability
Life at Microsoft
LINQ
Microsoft Office
Personal
PowerShell
Security
SharePoint
Silverlight
Telecommunications
UGA Football
Visual Studio 2008
Visual Studio 2010
VSTS
WCF
Web 2.0
Windows Workflow Foundation
XML
XML Web Services
Archive
Archives
June 2013
(2)
May 2013
(4)
April 2013
(5)
February 2013
(1)
January 2013
(2)
November 2012
(1)
August 2012
(2)
June 2012
(2)
April 2012
(1)
March 2012
(1)
February 2012
(4)
January 2012
(2)
December 2011
(2)
November 2011
(4)
October 2011
(1)
September 2011
(1)
July 2011
(5)
April 2011
(10)
March 2011
(1)
February 2011
(1)
December 2010
(1)
November 2010
(1)
October 2010
(2)
September 2010
(2)
August 2010
(4)
July 2010
(8)
June 2010
(4)
May 2010
(1)
April 2010
(6)
March 2010
(9)
February 2010
(5)
January 2010
(1)
November 2009
(1)
October 2009
(4)
August 2009
(1)
July 2009
(9)
June 2009
(8)
May 2009
(5)
April 2009
(11)
March 2009
(20)
February 2009
(13)
January 2009
(7)
December 2008
(6)
November 2008
(4)
October 2008
(5)
September 2008
(2)
August 2008
(11)
July 2008
(10)
June 2008
(17)
May 2008
(7)
April 2008
(11)
March 2008
(15)
February 2008
(3)
January 2008
(8)
December 2007
(5)
November 2007
(4)
October 2007
(9)
September 2007
(19)
August 2007
(8)
July 2007
(5)
June 2007
(11)
May 2007
(10)
April 2007
(8)
March 2007
(6)
February 2007
(5)
January 2007
(1)
December 2006
(1)
November 2006
(3)
October 2006
(12)
September 2006
(3)
August 2006
(2)
June 2006
(14)
May 2006
(20)
April 2006
(11)
March 2006
(12)
February 2006
(16)
January 2006
(14)
December 2005
(4)
November 2005
(20)
October 2005
(5)
September 2005
(23)
August 2005
(4)
July 2005
(13)
June 2005
(9)
May 2005
(6)
April 2005
(13)
March 2005
(10)
February 2005
(16)
January 2005
(4)
December 2004
(13)
November 2004
(6)
October 2004
(12)
September 2004
(9)
August 2004
(11)
July 2004
(9)
June 2004
(10)
May 2004
(11)
April 2004
(16)
March 2004
(6)
February 2004
(3)
January 2004
(1)
December 2003
(4)
November 2003
(11)
October 2003
(18)
September 2003
(2)
August 2003
(3)
July 2003
(10)
June 2003
(11)
May 2003
(6)
April 2003
(32)
March 2003
(17)
February 2003
(16)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Kirk Evans Blog
Getting Public Key Token of Assembly Within Visual Studio
Posted
over 5 years ago
by
Kirk Evans[MSFT]
4
Comments
I am in training this week with Andrew Connell (by far the best SharePoint training I have ever attended), learning about SharePoint development. As I get started with my deep dive into learning SharePoint, something that comes up a lot is the need to...
Kirk Evans Blog
Creating a Custom Login Page for SharePoint 2010
Posted
over 3 years ago
by
Kirk Evans[MSFT]
1
Comments
In this post, we will create a custom login page for SharePoint 2010 for use with Forms Based Authentication. Background I was working with a customer to troubleshoot problems with Forms Based Authentication (FBA) in SharePoint 2010. The first step...
Kirk Evans Blog
Creating a SharePoint Site Page With Code-Behind Using Visual Studio 2010
Posted
over 3 years ago
by
Kirk Evans[MSFT]
0
Comments
See the attachment to this post for the full source code. When I first started developing with SharePoint, I wanted to learn how to do the things that I did in ASP.NET. Many of those things easily transfer, thanks to Visual Studio 2010. For...
Kirk Evans Blog
Creating a Windows Server 2008 R2 Domain Controller
Posted
over 3 years ago
by
Kirk Evans[MSFT]
0
Comments
I have a confession... I am a developer, a true developer. I am infrastructure illiterate, meaning I very, very, very infrequently (like maybe twice ever) install a domain controller by myself. I don't assign IP addresses, heck it's rare that I install...
Kirk Evans Blog
Code-blocks are not allowed in this file: Using Server-Side Code with SharePoint
Posted
over 6 years ago
by
Kirk Evans[MSFT]
5
Comments
If you use the Microsoft Office SharePoint Designer to add a new page to your site, you will see that it looks just like any other ASP.NET page. Open up your site with the SharePoint Designer, and then go to the Pages folder. Right-click the Pages folder...
Kirk Evans Blog
Connecting to Oracle from Visual Studio
Posted
over 4 years ago
by
Kirk Evans[MSFT]
2
Comments
Man, I am spoiled. I am spoiled by how simple the free edition of SQL Server 2008, SQL 2008 Express , is to set up and connect to. I found myself needing to connect to an Oracle database this week. I haven’t had to connect to an Oracle...
Kirk Evans Blog
Calling WebServices via AJAX Part 1
Posted
over 5 years ago
by
Kirk Evans[MSFT]
19
Comments
Several months ago, one of my customers asked me a fairly pointed question: how do you call web services from JavaScript? At least, that's what they asked me, but not really what they meant (I'll explain what their real question was in a subsequent post...
Kirk Evans Blog
Getting XML Data From a SharePoint List – The Easy Way
Posted
over 4 years ago
by
Kirk Evans[MSFT]
1
Comments
Steve Pietrek has a great link blog ( Steve Pietrek - Everything SharePoint and Office ) that aggregates blog postings on SharePoint and Office. If you are at all interested in seeing what’s possible with SharePoint, I highly recommend you subscribe...
Kirk Evans Blog
SQL Server Provider for Claims-Based Authentication in SharePoint 2010
Posted
over 3 years ago
by
Kirk Evans[MSFT]
11
Comments
This post shows how to implement FBA claims-based authentication for SharePoint 2010. We will use the ASP.NET membership and role provider to authenticate users to our SharePoint 2010 site. Overview SharePoint 2007 introduced the ability to use...
Kirk Evans Blog
Calling SharePoint Lists Web Service Using WCF
Posted
over 4 years ago
by
Kirk Evans[MSFT]
5
Comments
WCF makes it easy to call the SharePoint web services using WCF. In this post, I’ll show how to call the Lists.asmx web service and show the few things you need to take into account. Creating the Proxy Just like if you were using ASMX web services...
Kirk Evans Blog
What Every SharePoint Admin Needs to Know About Host Named Site Collections
Posted
over 1 year ago
by
Kirk Evans[MSFT]
9
Comments
This post intends to tell you everything you need to know about host named site collections so that you can decide if they are appropriate for your environment. This post is NOT telling you to run out and create everything as host named site collections...
Kirk Evans Blog
Creating RESTful Services Using WCF
Posted
over 5 years ago
by
Kirk Evans[MSFT]
5
Comments
A question popped up on an internal email distribution list today about how to expose a WCF service using WebGet and how to post POX (plain old XML) to that service using the .NET 3.5 WebInvoke attribute. That part's easy, but the harder part is figuring...
Kirk Evans Blog
Creating a JSON Service with WebGet and WCF 3.5
Posted
over 6 years ago
by
Kirk Evans[MSFT]
10
Comments
I couldn't let it go. Tim's post had me intrigued about how to convert RSS to JSON using some of the new goodness in .NET 3.5. If you use the JavaScriptSerializer (which, unfortunately, is marked as obsolete), then your code is as simple as this: <...
Kirk Evans Blog
Add Microsoft.SharePoint.PowerShell Snap-In to All PowerShell Windows
Posted
over 2 years ago
by
Kirk Evans[MSFT]
2
Comments
This post will show you how to ensure Add-PSSnapin "Microsoft.SharePoint.PowerShell" has been executed in all PowerShell windows. Background I have been doing a lot of work in PowerShell lately, and found myself frequently in the PowerShell...
Kirk Evans Blog
Use LINQ and .NET 3.5 to Convert RSS to JSON
Posted
over 6 years ago
by
Kirk Evans[MSFT]
21
Comments
Scott Guthrie posted a great example of how to create a feed reader using LINQ to XML . Today, I see Tim Heuer's post on the JavaScriptSerializer type in .NET 3.5 . So, I thought I would mash them up and show how to use LINQ to implement Tim's idea of...
Kirk Evans Blog
Where The Heck is "Add Web Reference" in Visual Studio 2008?!?!
Posted
over 5 years ago
by
Kirk Evans[MSFT]
5
Comments
I was working on a demo for a customer and needed to use ASMX web services. I crufted up my sample application, right-clicked the project node in the Solution Explorer pane, and saw that there is no "Add Web Reference" menu item there anymore. Strange...
Kirk Evans Blog
Customizing SharePoint Themes with SharePoint Designer 2007 and IE8
Posted
over 4 years ago
by
Kirk Evans[MSFT]
2
Comments
It turns out to be pretty easy to customize the look and feel of a SharePoint site using SharePoint Designer 2007 and Internet Explorer 8. Using IE8, you can easily find the CSS class for a particular element and modify it, and SharePoint Designer...
Kirk Evans Blog
Using WCF, JSON, LINQ, and AJAX: Passing Complex Types to WCF Services with JSON Encoding
Posted
over 6 years ago
by
Kirk Evans[MSFT]
8
Comments
In my previous post, I showed how to use the DataContractSerializer with the classes generated by the LINQ to SQL designer . As a refresher, here's the service. It is a trouble ticket lookup service based on the 3 parts of a phone number (referred to...
Kirk Evans Blog
Convert CSV to XML
Posted
over 10 years ago
by
Kirk Evans[MSFT]
9
Comments
How to transform CSV to an XML format?...
Kirk Evans Blog
Translate Spanish to English... In Microsoft Word?
Posted
over 9 years ago
by
Kirk Evans[MSFT]
3
Comments
Today was the first time I realized there is a translation service in Microsoft Office Word 2003. And now I realize that the Research Pane is what makes Office 2003 (especially with SharePoint) so very cool. I was cleaning out old posts from SharpReader...
Kirk Evans Blog
Suppress warnings in C# 2.0
Posted
over 8 years ago
by
Kirk Evans[MSFT]
1
Comments
A pretty cool feature in .NET 2.0 is the ability knowingly disable a list of warnings using the #pragma directive. using System; public class foo { // Disable warnings for unused or unassigned fields #pragma warning disable 0169, 0414 // No warning...
Kirk Evans Blog
Page Layouts in SharePoint
Posted
over 2 years ago
by
Kirk Evans[MSFT]
0
Comments
I have been working on a customer solution and have gotten to do some fun coding this week. As usual, I wanted to share it with you so that you can maybe learn a few new ways of working with SharePoint. The business problem is that the business...
Kirk Evans Blog
Tips for a Successful Technical Presentation
Posted
over 8 years ago
by
Kirk Evans[MSFT]
10
Comments
Make Sure the Audience Can Read What You Are Presenting Set Notepad.exe, Visual Studio, code in PowerPoint, the Console window, and anything else you type text into to use Lucida Console 14. Wanna show off prettified XML in the browser? Set the Text Size...
Kirk Evans Blog
Creating a Silverlight Carousel and Gel Buttons Through Live Search
Posted
over 5 years ago
by
Kirk Evans[MSFT]
4
Comments
One of my coworkers, Rob Wilson, did a fantastic interview with me that will be appearing on our new Channel9 show, "Communicating" , as soon as I can get it edited, encoded, and uploaded. In exchange, he asked for some Silverlight help. I learned a few...
Kirk Evans Blog
User Controls and Server Controls in SharePoint
Posted
over 2 years ago
by
Kirk Evans[MSFT]
0
Comments
ASP.NET developers have enjoyed using user controls and server controls in their development since ASP.NET was created. This post talks about user controls and server controls and shows how to implement them in SharePoint. User Controls A user control...
Page 1 of 34 (831 items)
1
2
3
4
5
»