Sign in
|
Join
|
Help
in
Current Tags
Corey Roth - DotNetMafia.com...
Dot Net Mafia
(Entire Site)
Dot Net Mafia
Group site for developer blogs dealing with (usually) .NET, SharePoint 2010, and other Microsoft products, as well as some discussion of general programming related concepts.
Home
Blogs
Forums
Photos
Downloads
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
A quick look at the SharePoint 2010 Content Organizer
Reminder: Don’t use an administrator account for your default content access account
Get to know the Refinement Web Part in SharePoint 2010 Enterprise Search
How to: Use the new Append Text to query property in CoreResultsWebPart to return documents only
Dude! Where’s my Search Center?
Tags
.NET 4.0
ADO.NET Data Services
ASP.NET
Business Connectivity Services
Business Data Catalog
C# 3.0
CAML
Code Access Security
Content Organizer
Content Type
Cutting Edge
Debugging
Deployment
Document Library
ECM
Enterprise Library
Enterprise Search
Error
Feature
IIS
InfoPath
Infrastructure Update
Internet Explorer
iPhone
jQuery
LINQ
LINQ to DataSet
LINQ to SQL
LINQ to XML
Meetup
MOSS
MSBuild
Navigation
Office Web Apps
OKC SharePoint Users Group
People Search
PowerShell
Presentations
Product Review
Records Center
Remote Debugging
REST
Sandboxed Solution
Search Community Toolkit
SharePint
SharePoint
SharePoint 2010
SharePoint Designer
Silverlight
Solution
SP2010 Beta
SPC09
SPSource
SQL
TDD
TechFest
Testing
Tulsa SharePoint Interest Group
Virtual Machine
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
VSeWSS
WebPart
Wildcard Search
Workflow
Archives
March 2010
(11)
February 2010
(10)
January 2010
(5)
December 2009
(6)
November 2009
(10)
October 2009
(25)
September 2009
(8)
August 2009
(8)
July 2009
(7)
June 2009
(7)
May 2009
(8)
April 2009
(8)
March 2009
(11)
February 2009
(6)
January 2009
(6)
December 2008
(8)
November 2008
(7)
October 2008
(15)
September 2008
(9)
August 2008
(6)
July 2008
(10)
June 2008
(8)
May 2008
(10)
April 2008
(8)
March 2008
(13)
February 2008
(22)
January 2008
(12)
December 2007
(4)
November 2007
(1)
October 2007
(5)
September 2007
(4)
August 2007
(5)
July 2007
(10)
June 2007
(6)
May 2007
(10)
April 2007
(8)
March 2007
(4)
February 2007
(4)
January 2007
(1)
December 2006
(6)
November 2006
(10)
October 2006
(14)
September 2006
(5)
August 2006
(4)
July 2006
(6)
June 2006
(3)
May 2006
(15)
April 2006
(8)
March 2006
(4)
February 2006
(4)
January 2006
(23)
December 2005
(10)
November 2005
(23)
October 2005
(20)
September 2005
(11)
August 2005
(22)
July 2005
(16)
June 2005
(12)
May 2005
(17)
April 2005
(19)
March 2005
(16)
February 2005
(21)
January 2005
(19)
December 2004
(19)
Corey Roth - DotNetMafia.com - Tip of the Day
Bringing you the latest time saving tips for SharePoint 2010, MOSS 2007, ASP.NET, LINQ, and Visual Studio 2010
Browse by Tags
All Tags
»
Feature
(
RSS
)
CAML
Code Access Security
Content Type
Deployment
Document Library
Enterprise Library
InfoPath
LINQ
LINQ to XML
SharePoint
SharePoint 2010
SharePoint Designer
Solution
SP2010 Beta
SPC09
SPSource
Visual Studio 2010
WebPart
Deploying an External List via Feature using CAML #sp2010
I’ve been talking a lot about external lists lately as you may know. They are so easy to create with SharePoint Designer, but you wouldn’t really deploy them to production that way would you? Of course not! We need a feature. At...
Posted
Feb 25 2010, 01:33 PM
by
CoreyRoth
with | with
2 comment(s)
Filed under:
SharePoint
,
Feature
,
SharePoint Designer
,
CAML
,
Visual Studio 2010
,
SharePoint 2010
,
SP2010 Beta
Intro to SharePoint 2010 Development: How to Build and Deploy a Web Part
If you are already familiar with SharePoint 2010, you already know how easy it is to build and deploy a web part now. However, this post is for those that don’t keep up with SharePoint as some of us do and may not realize how the development experience...
Posted
Feb 15 2010, 02:17 PM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
Feature
,
WebPart
,
Solution
,
Visual Studio 2010
,
SharePoint 2010
,
SPC09
,
SP2010 Beta
Using the PropertyBag element to assign properties to Items in SharePoint 2010
When the NDA dropped, I mentioned how you could use the new PropertyBag element in a feature to write values into the property bag of a site. I already thought that was going to be incredibly useful, but it turns out the power of this new element...
Posted
Feb 11 2010, 03:43 PM
by
CoreyRoth
with | with
2 comment(s)
Filed under:
SharePoint
,
Feature
,
CAML
,
SharePoint 2010
,
SP2010 Beta
Feature Versioning and Upgrades in SharePoint 2010
One new feature in SharePoint 2010 is the ability to version and upgrade features. I haven’t seen a lot of people talking about it yet, so I thought I would take a few minutes to talk about it today. It’s an interesting new feature and I’ll...
Posted
Jan 04 2010, 03:30 PM
by
CoreyRoth
with | with
1 comment(s)
Filed under:
SharePoint
,
Feature
,
SharePoint 2010
,
SP2010 Beta
Writing to the Property Bag using CAML in SP2010
There are a number of feature improvements in SharePoint 2010. They have made many changes which allow you to do more with features when they are activated or upgraded. One of the new features it the ability to write to the property bag. ...
Posted
Oct 20 2009, 10:51 AM
by
CoreyRoth
with | with
1 comment(s)
Filed under:
SharePoint
,
Feature
,
SharePoint 2010
,
SPC09
,
SP2010 Beta
Enabling Content Approval on a List using CAML
I’ve always liked the power of CAML because it allows me to create so much in SharePoint without ever having to write a line of code. However, there really isn’t enough examples out there, so I like writing posts like these that focus on doing something...
Posted
Oct 08 2009, 05:16 PM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
Feature
,
CAML
Quick Tip: Deploying a Data Connections Library using a Feature
If you’re like me at all, you like to see compete examples of how to do things. Yes, I can usually read something and apply what I already know, but sometimes, it is nice to see a fully working example of something, before you try something on your...
Posted
Oct 05 2009, 10:54 AM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
Feature
,
InfoPath
Quick Tip: Determining the Id of a Feature from the Features Page
Ever been on the features page and wondered what the Id of a Feature is? The features page in the SharePoint UI is obviously a quick and easy way to activate and deactivate features. However, at first glance all you see is the title and description...
Posted
Sep 30 2009, 09:53 AM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
Feature
Error: Reference to undeclared namespace: ‘ns1’ when trying to create a custom Document Information Panel
I’ve been chasing this particular error for a little while and thought I would take the time to share my experience and how to resolve it. The scenario I had is I have a custom content type with several custom site columns. I generated the...
Posted
Sep 29 2009, 04:40 PM
by
CoreyRoth
with | with
3 comment(s)
Filed under:
SharePoint
,
Feature
,
InfoPath
,
CAML
,
SPSource
Linq to XML and Deleting Lists on Feature Deactivation
A few months ago, I discussed how to use LINQ to XML to parse your elements.xml file to delete any files that you may have deployed on feature activation. Today I have decided to reuse this concept to delete any lists that I have created when I...
Posted
Sep 24 2009, 03:04 PM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
LINQ to XML
,
LINQ
,
Feature
,
Enterprise Library
Using CAML to deploy a lookup column via Feature
This week, I needed to deploy lookup columns to some of my lists and as usual I wanted to avoid writing code at all costs. As some of you may know, Kyle Kelin and I debate this topic often as he prefers a code approach. I figured it had to...
Posted
Sep 02 2009, 04:47 PM
by
CoreyRoth
with | with
3 comment(s)
Filed under:
SharePoint
,
Content Type
,
Feature
,
CAML
,
SPSource
How to: Deploy a Page using a Feature
I am about to do start giving some training again, so I thought I would work on some more content for the blog that I could refer to people to when they are trying things out. Today, I want to start out with the basic task of deploying a page to...
Posted
Jun 02 2009, 03:58 PM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
Feature
,
Deployment
My First Experience with SPSource
If you pay attention to twitter at all, today you might have heard about a new tool on CodePlex called SPSource . SPSource is a tool that reverse engineers existing Content Types, Site Columns, Lists and more on an existing SharePoint site. ...
Posted
May 04 2009, 11:45 AM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
Feature
,
CAML
,
SPSource
Intro to SharePoint Development: How to Build and Deploy a Web Part
UPDATE: Building Web Parts in SharePoint 2010 I've recently helped out a number of developers new to SharePoint and I found that I have been often asked the same types of questions. Most of those involve getting started and deployment, so today, I...
Posted
Oct 22 2008, 07:50 AM
by
CoreyRoth
with | with
10 comment(s)
Filed under:
SharePoint
,
Feature
,
Code Access Security
,
WebPart
,
Deployment
,
Solution
Troubleshooting: Cannot import Web Part Error
Let's face it, any new SharePoint developer is going to run into an error such as the one below when starting out. [WebPartPageUserException: Cannot import MyWebPart Web Part.] at Microsoft.SharePoint.WebPartPages.WebPartImporter.CreateWebPart(Boolean...
Posted
Oct 06 2008, 05:20 PM
by
CoreyRoth
with | with
4 comment(s)
Filed under:
SharePoint
,
Feature
,
WebPart
,
Deployment
More Posts
Next page »
2009 dotnetmafia.