Sign in
|
Join
|
Help
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
Blogs Hosted Here
Corey Roth - DotNetMafia.com - Tip of the Day
Kyle Kelin on .Net
Cory Robinson's Blog
Anthony S. Kilhoffer
Not Necessarily Dot Net
.NET and Stuff
Popular Tags
ASP.NET
Business Data Catalog
Code Access Security
coding
Deployment
Enterprise Search
Error
Feature
InfoPath
Linq
LINQ to SQL
LINQ to XML
MOSS
Not Dot Net
open source
Presentations
SharePoint
SharePoint 2010
Silverlight
Sitecore
SP2010 Beta
SPC09
TechFest
Visual Studio 2008
WebPart
Browse All Tags
What's New
It’s easy to configure an External List with Business Connectivity Services (BCS) in SharePoint Foundation 2010
One of my favorite features in SharePoint 2010 is External Lists. If you haven’t heard by now, the MOSS 2007 Business Data Catalog (BDC) has become Business Connectivity Services (BCS) in SharePoint 2010. The ever better part is that it is...
02-02-2010 5:02 PM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
Business Data Catalog
,
SharePoint Designer
,
Business Connectivity Services
,
SharePoint 2010
,
SP2010 Beta
Avoid the SPListItem.Properties HashTable
One thing is a lot of confusing to new SharePoint developers is that there are so many ways to use the API to get to the same data. When it comes to getting or setting the value of a field on a list item, there is at least 2 ways I can think of...
02-02-2010 2:55 PM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
Silverlight in SharePoint 2010 (#sp2010)
One misconception I have heard is that SharePoint 2010 is completely based on Silverlight. While SharePoint does use Silverlight now in various places, I would say most of it is still based upon regular ASP.NET pages. I haven’t seen anything...
01-26-2010 3:36 PM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
SharePoint 2010
,
Silverlight
,
SP2010 Beta
SPQuery Error: Microsoft.SharePoint.SPException was unhandled by user code. Cannot complete this action. Please try again.
When I get an error, I like to blog about it. Especially when the error gives you no useful information whatsoever. Now, you can get the above error in a variety of ways, but the one I am going to discuss today is when using SPQuery. ...
01-26-2010 3:05 PM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
Error
,
CAML
Introduction to querying lists with REST and ListData.svc in SharePoint 2010
What I really like about SharePoint 2010 is all of the new ways we can get at list data. You can always use the Client Object Model, Linq to SharePoint, or the existing object model, but one neat new way to get at list data is with listdata.svc...
01-21-2010 2:04 PM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
SharePoint 2010
,
SP2010 Beta
,
REST
,
ADO.NET Data Services
Linking Files in Visual Studio
I saw this feature in Visual Studio again the other day and honestly I had kind of forgotten about it. After discussing it with some colleagues, most of them didn’t even know the feature existed. What I am talking about is the ability to create...
01-20-2010 9:29 AM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
Visual Studio 2005
,
Visual Studio 2008
,
Visual Studio 2010
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...
01-04-2010 3:30 PM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
Feature
,
SharePoint 2010
,
SP2010 Beta
Slides and Code Samples from SharePoint Saturday Kansas City
I had a great time at SharePoint Saturday Kansas City. @MossLover and @SharePointKevin as well as many others did a great job organizing this event. I met a bunch of great new people and I got to see some familiar faces again. I had...
12-16-2009 9:58 AM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
Code Access Security
,
Presentations
,
Visual Studio 2010
,
SharePoint 2010
,
SP2010 Beta
Enterprise Search Web Parts are still Sealed! Unseal them! (SP2010)
I am pretty passionate about Enterprise Search and with MOSS 2007 I saw customers really struggle because wildcard search was not offered out of the box and most of the web parts in Microsoft.Office.Server.Search.WebParts are sealed. Luckily, the...
12-09-2009 3:44 PM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
Enterprise Search
,
SharePoint 2010
,
SPC09
,
SP2010 Beta
Getting by with bare minimum hardware in a SharePoint 2010 development environment (sp2010)
Let’s face it. A lot of companies would rather you be unproductive and waste hours a day rather than spend a couple of hundred bucks on some more memory. I don’t get it, but that’s the world so many of us are forced to live in. You have...
12-07-2009 9:22 AM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
Virtual Machine
,
SharePoint 2010
,
SPC09
PowerShell basics for SharePoint 2010 (sp2010)
I’m not expert in PowerShell, but I thought I would share a few basics I picked up at Ignite and various other places along the way when it comes to getting started with PowerShell. The easiest way to issue SharePoint commands with PowerShell is...
12-04-2009 2:30 PM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
SharePoint 2010
,
SP2010 Beta
,
PowerShell
Adding and Deploying Solutions with PowerShell in SharePoint 2010
Visual Studio 2010 makes it really easy to add and deploy solutions when you are developing, but you may eventually want to deploy those solution packages elsewhere right? We can still use stsadm, but that is effectively considered deprecated now...
12-02-2009 1:25 PM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
SharePoint 2010
,
SP2010 Beta
,
PowerShell
Error: System.IO.FileNotFoundException: The web application at <servername> could not be found (Console Applications with SP2010)
If you have tried to build a quick console application using Visual Studio 2010 to work with SharePoint 2010, you might find that you run into the following error. Unhandled Exception: System.IO.FileNotFoundException: The Web application at http://sp2010...
12-01-2009 10:33 AM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
Error
,
SharePoint 2010
,
SP2010 Beta
Troubleshooting Sandboxed Solutions in SharePoint 2010
I have a talk coming up on Code Access Security at SharePoint Saturday Kansas City next month so I have been investigating sandboxed solutions quite a bit. After all, sandboxed solutions are just another flavor of using CAS with some additional...
11-30-2009 1:08 PM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
WebPart
,
Visual Studio 2010
,
SharePoint 2010
,
SP2010 Beta
,
Sandboxed Solution
Programmatically Changing the UI Version in SP2010
In SharePoint 2010, there is the concept of a UI Version and it has a value of 3 or 4. When you upgrade your existing site, it will leave you at Version 3 which looks just like WSS3. However, you have the capability to upgrade to the new SharePoint...
11-24-2009 9:59 AM
by
CoreyRoth
to
Corey Roth - DotNetMafia.com - Tip of the Day
Filed under:
SharePoint
,
SharePoint 2010
,
SP2010 Beta
Who Is Online
JamesAshley
2009 dotnetmafia.