Welcome to Atalasoft Community
Sign in
|
Join
|
Help
If you build it, They will come
Thoughts, props and rants in the world of Build Czar at Atalasoft
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Navigation
Home
Blogs
Forums
Photos
Downloads
My Reader
Tags
.NET
C#
Cruise Control.NET
Misc
NAnt
NUnit
Rant
Search
SharePoint
TestDriven.NET
Tips'n'Tricks
TypeMock
Visual Studio
Windows
WiX
Recent Posts
VizitSP uses SharePoint Solution Installer, so does Microsoft
New Toy: SharePoint Search Server Express 2008 – Let’s break it!
Overriding SharePoint WebControls: DateTimeField
Mocking SPSecurity delegates
Watch out where you use SPWebConfigModifications
Archives
July 2009 (2)
May 2009 (1)
February 2009 (2)
January 2009 (6)
November 2008 (1)
October 2008 (7)
September 2008 (2)
July 2008 (1)
June 2008 (1)
May 2008 (5)
April 2008 (1)
Browse by Tags
All Tags
»
SharePoint
(RSS)
.NET
C#
NUnit
Rant
Search
TestDriven.NET
Tips'n'Tricks
TypeMock
Visual Studio
Windows
Tuesday, July 07, 2009 10:59 AM
VizitSP uses SharePoint Solution Installer, so does Microsoft
While looking into SharePoint Search Server 2008 Express and ways we can customize the search results for our customers a coworker suggested I look at Faceted Search , an Open Sourced project originally an add-on for SharePoint that’s written by Microsoft.
Posted by
dterrell
|
1 Comments
Filed under:
SharePoint
,
Search
Thursday, July 02, 2009 11:54 AM
New Toy: SharePoint Search Server Express 2008 – Let’s break it!
In this article we’ll take a shallow look at how to customize the search results by finding the Search Core Results web part editing its output XSLT a bit. Yes, Microsoft Search Server 2008 Express has been out for quite some time, but I’ve just
Posted by
dterrell
|
0 Comments
Filed under:
SharePoint
,
Search
Tuesday, February 10, 2009 4:05 PM
Mocking SPSecurity delegates
Since we’ve recently released VizitSP it’s time to start talking about more things SharePoint. Quickly, I’m going to show you how we’ve used TypeMock ’s Isolator for SharePoint along with NUnit and TestDriven.NET to test our use of SPSecurity ’s
Posted by
dterrell
|
0 Comments
Filed under:
C#
,
Visual Studio
,
.NET
,
SharePoint
,
TypeMock
,
NUnit
,
TestDriven.NET
Monday, January 19, 2009 11:15 AM
CustomActionGroup: Making your own grouping in SharePoint admin pages
CustomActionGroups are a way to group together CustomActions in your SharePoint admin pages. Go figure! I’m going to give you a quick example of how these things work. A CustomActionGroup looks like this: InfoPath Forms Services is the group,
Posted by
dterrell
|
0 Comments
Filed under:
SharePoint
,
Tips'n'Tricks
Wednesday, October 08, 2008 1:22 PM
Using SPWebConfigModification, Part 6 - Putting it to work
Part 1 - The Problem Part 2 - Take this for example... Part 3 - Time for some code Part 4 - Why doesn't this work? Part 5 - The Remedy Part 6 - Putting it to work Putting it to work So, using this code, you could embed in your Feature receiver a web.config
Posted by
dterrell
|
2 Comments
Filed under:
Rant
,
C#
,
Visual Studio
,
Windows
,
.NET
,
SharePoint
Wednesday, October 08, 2008 1:20 PM
Using SPWebConfigModification, Part 5 - The Remedy
Part 1 - The Problem Part 2 - Take this for example... Part 3 - Time for some code Part 4 - Why doesn't this work? Part 5 - The Remedy Part 6 - Putting it to work The Remedy Ok, so now the Name property is only an XPath expression if it’s a child node.
Posted by
dterrell
|
2 Comments
Filed under:
Rant
,
C#
,
Visual Studio
,
Windows
,
.NET
,
SharePoint
Wednesday, October 08, 2008 1:18 PM
Using SPWebConfigModification, Part 4 - Why doesn't this work?
Part 1 - The Problem Part 2 - Take this for example... Part 3 - Time for some code Part 4 - Why doesn't this work? Part 5 - The Remedy Part 6 - Putting it to work Why doesn't this work? My code would step through this XML, and at each node generate a
Posted by
dterrell
|
3 Comments
Filed under:
Rant
,
C#
,
Visual Studio
,
Windows
,
.NET
,
SharePoint
Wednesday, October 08, 2008 1:13 PM
Using SPWebConfigModification, Part 3 - Time for some code
Part 1 - The Problem Part 2 - Take this for example... Part 3 - Time for some code Part 4 - Why doesn't this work? Part 5 - The Remedy Part 6 - Putting it to work Time for some code I wrote some recursive code to load an xml document and from that document
Posted by
dterrell
|
4 Comments
Filed under:
Rant
,
C#
,
Visual Studio
,
Windows
,
.NET
,
SharePoint
Wednesday, October 08, 2008 1:08 PM
Using SPWebConfigModification, Part 2 - Take this for example...
Part 1 - The Problem Part 2 - Take this for example... Part 3 - Time for some code Part 4 - Why doesn't this work? Part 5 - The Remedy Part 6 - Putting it to work Take this for example... You write a feature to be installed and you make web.config modifications
Posted by
dterrell
|
5 Comments
Filed under:
Rant
,
C#
,
Visual Studio
,
Windows
,
.NET
,
SharePoint
Wednesday, October 08, 2008 1:06 PM
Using SPWebConfigModification, Part 1 - The Problem
Part 1 - The Problem Part 2 - Take this for example... Part 3 - Time for some code Part 4 - Why doesn't this work? Part 5 - The Remedy Part 6 - Putting it to work The Problem I've read a lot of posts [ this , this , and this , for example] about the SPWebConfigModification
Posted by
dterrell
|
8 Comments
Filed under:
Rant
,
C#
,
Visual Studio
,
.NET
,
SharePoint