Sign in
|
Join
|
Help
in
Current Tags
Corey's .NET Tip of the Day
Dot Net Mafia
(Entire Site)
Dot Net Mafia
Group site for Tulsa area .NETdevelopers, with blogs dealing with (usually) .NET, SharePoint, 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
More on Manfiest.xml
Speaking at Tulsa Tech Fest again
Using a namespace with LINQ to XML
How to: Create a Group in SharePoint
SharePoint to API Translation Guide
Tags
ASP.NET
Business Data Catalog
C# 3.0
Code Access Security
Content Type
Cutting Edge
Debugging
Deployment
Document Library
Enterprise Library
Enterprise Search
Error
Feature
InfoPath
Infrastructure Update
LINQ
LINQ to DataSet
LINQ to SQL
LINQ to XML
MOSS
MSBuild
Navigation
Presentations
Product Review
Remote Debugging
SharePoint
SharePoint Designer
Solution
SQL
TechFest
Visual Studio 2005
Visual Studio 2008
WebPart
Wildcard Search
Archives
September 2008
(2)
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
(24)
October 2005
(21)
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's .NET Tip of the Day
Bringing you the latest time saving tips for SharePoint, MOSS 2007, ASP.NET, LINQ, and Visual Studio 2008
Browse by Tags
All Tags
»
SharePoint
(
RSS
)
ASP.NET
Business Data Catalog
C# 3.0
Code Access Security
Content Type
Debugging
Deployment
Document Library
Enterprise Library
Enterprise Search
Error
Feature
InfoPath
Infrastructure Update
LINQ
LINQ to DataSet
LINQ to SQL
LINQ to XML
MOSS
MSBuild
Navigation
Presentations
Product Review
SharePoint Designer
Solution
TechFest
Visual Studio 2005
Visual Studio 2008
WebPart
Wildcard Search
More on Manfiest.xml
There are a ton of tools out there to create SharePoint solution packages (.wsp files) for you, but it is still a good idea to know what those tools are creating for you exactly. Sometimes, things don't always work right, and you may need to customize...
Posted
Sep 04 2008, 10:19 AM
by
CoreyRoth
with | with
1 comment(s)
Filed under:
SharePoint
,
Code Access Security
,
Deployment
,
Solution
Speaking at Tulsa Tech Fest again
Tulsa Tech Fest was a lot of fun last year and I am excited to be speaking at it again this year. This year, I will be giving a talk on Implementing Partial Trust in SharePoint . It should be a good talk in explaining how to create SharePoint solutions...
Posted
Sep 02 2008, 11:10 AM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
Code Access Security
,
Presentations
How to: Create a Group in SharePoint
Today, I am continuing in my How to series of posts. According to the stats, they have been quite popular, so I will keep them coming. We are going to talk about how to create a SharePoint security group. A group (represented by SPGroup) is an internal...
Posted
Aug 25 2008, 01:24 PM
by
CoreyRoth
with | with
2 comment(s)
Filed under:
SharePoint
SharePoint to API Translation Guide
As anyone that has worked with SharePoint knows, there is next to zero correlation to what something is called in the SharePoint UI with what it is called in the SharePoint API. A lot of this is due to the fact that they changed the name for most everything...
Posted
Aug 21 2008, 05:16 PM
by
CoreyRoth
with | with
1 comment(s)
Filed under:
SharePoint
The difference between .dwp and .webpart
I have been doing some quite a bit of mentoring to new SharePoint developers lately and was asked the question of what the difference was between a .dwp and .webpart file and which one should be used. Yes, I know this is an intro topic but if you are...
Posted
Aug 21 2008, 04:50 PM
by
CoreyRoth
with | with
1 comment(s)
Filed under:
SharePoint
Faceted Search 2.5 is much improved
I was pleased to see that a new version of the Faceted Search web parts had come out recently. On my last couple of projects, the Faceted Search worked, but it didn't quite meat all the clients needs. Mainly it didn't work with fixed queries,...
Posted
Aug 14 2008, 01:44 PM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
MOSS
,
Enterprise Search
To Web Part or not to Web Part?
I am putting today's post out there in a hope of getting more of a feel for what the community does in regards to web parts. The question is when you need to write custom functionality on a SharePoint site (i.e.: a form, some fancy data binding code...
Posted
Aug 04 2008, 02:12 PM
by
CoreyRoth
with | with
1 comment(s)
Filed under:
SharePoint
How to search your site columns with Enterprise Search
I decided to go with an intro topic for Enterprise Search today. If you are like me, you often find yourself in a situation where you are doing ECM related activities such as creating custom content types that use site columns. This may present itself...
Posted
Jul 31 2008, 05:14 PM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
MOSS
,
Enterprise Search
How to build your own SmartPart control
Building a SmartPart type control really isn't all that complicated. On a project I did in the past, I came into a situation where I couldn't use the SmartPart. I needed specific functionality and unforutnately at the time, the source code for...
Posted
Jul 30 2008, 03:50 PM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
Where did my horizontal line go in my search results after I installed the Infrastructure Update?
I have been really enjoying the new features of the Infrastructure Update , but I noticed that something didn't look quite right about my search results. It finally occurred to me, that the horizontal line separating the description and the URL was...
Posted
Jul 22 2008, 01:10 PM
by
CoreyRoth
with | with
1 comment(s)
Filed under:
SharePoint
,
Infrastructure Update
Infrastructure Update Configuration Fails if HOSTS file is missing
I have been in the process of updating multiple MOSS development servers with the Infrastructure Update , and ran into an issue where the SharePoint Products and Technologies Configuration Wizard failed. The reason was that this particular server did...
Posted
Jul 21 2008, 08:50 AM
by
CoreyRoth
with | with
1 comment(s)
Filed under:
SharePoint
,
MOSS
How to: Query Search using the Web Service
According to FeedBurner , my posts on querying Enterprise Search with the FullTextSqlQuery and KeywordQuery classes have been some of the most popular. So I thought, I would continue on these posts and explain how to do it using the web service. The SDK...
Posted
Jul 17 2008, 02:49 PM
by
CoreyRoth
with | with
2 comment(s)
Filed under:
SharePoint
,
MOSS
What's new with Enterprise Search with the Infrastructure Update
Yesterday, the Infrastructure Update for Office SharePoint Server (as well as WSS and Project Server) was released. This update makes changes to content publishing as well as Enterprise Search. The install went smoothly. Just remember like the service...
Posted
Jul 16 2008, 02:50 PM
by
CoreyRoth
with | with
no comments
Filed under:
SharePoint
,
MOSS
,
Enterprise Search
Passing a query string parameter to an InfoPath data source
Recently, I wanted to create a simple InfoPath form that took a query string parameter (an id) and passed it to a secondary data source that called a web service. There may be a simpler solution to this, but I went with a programmatic solution. So, I...
Posted
Jul 14 2008, 02:01 PM
by
CoreyRoth
with | with
1 comment(s)
Filed under:
SharePoint
,
InfoPath
Exposing data from the BDC as a DataTable
Recently, I wanted to bind some data from the BDC to an ASP.NET control (i.e. a GridView, ListView, or DropDownList). For what I needed a Business Data List web part just wouldn't cut it, so I decided to create something that I could bind to. I also...
Posted
Jul 09 2008, 01:07 PM
by
CoreyRoth
with | with
3 comment(s)
Filed under:
SharePoint
,
MOSS
,
Business Data Catalog
More Posts
Next page »
2008 dotnetmafia.