Follow Us!
-
Recent Posts
Categories
- [+].Net (45)
- [+]ASP.NET (3)
- [+]ASP.NET Dynamic Data (1)
- [+]Entity Framework (2)
- [+]Linq to SharePoint (3)
- [+]Linq to SQL (3)
- [+]MVC (7)
- [+]WCF (4)
- [+]ASP.NET (3)
- [+]BizTalk 2010 (1)
- [+]Business Intelligence (6)
- [+]Community (1)
- [+]CSS (5)
- [+]Events (5)
- [+]Firebug (1)
- [+]IIS (1)
- [+]InfoPath (2)
- [+]Internet Explorer (1)
- [+]JavaScript (2)
- [+]JQuery (4)
- [+]Office365 (1)
- [+]PerformancePoint (1)
- [+]SharePoint 2007 (25)
- [+]Administration (3)
- [+]Development (8)
- [+]PowerShell (2)
- [+]SharePoint Designer (1)
- [+]Administration (3)
- [+]SharePoint 2010 (84)
- [+]Administration (22)
- [+]Configuration (9)
- [+]Development (9)
- [+]PowerShell (13)
- [+]SharePoint Conference (1)
- [+]SharePoint Designer (6)
- [+]Administration (22)
- [+]SharePoint Online (1)
- [+]Silverlight (1)
- [+]Sitecore (19)
- [+]Administration (3)
- [+]Configuration (2)
- [+]Development (6)
- [+]Administration (3)
- [+]SQL (7)
- [+]Replication (1)
- [+]Replication (1)
- [+]SSIS (2)
- [+]Telerik (1)
- [+]Uncategorized (9)
- [+]Visual Studio (6)
- [+].Net (45)
Tags
Network Engineer New Hires Office 365 Office Web Apps ParallelPeriod PerformancePoint PowerShell ProjectTypeGuids Red Gate Richmond Search Service Applications Service Pack 1 Sharepoint SharePoint 2007 SharePoint 2010 SharePoint Conference SharePoint Designer 2010 SharePoint Online SharePoint Saturday Silverlight SPC11 SPMetal SQL SQL 2008 SSAS SSIS Styles TCSC Technical Project Manager Telerik The Computer Solution Company The Computer Solution Company of VA Transactional Replication Uneven Periods User Profile Service ViewData vs TempData Visio Visio Services Web Part Pages Web Parts Windows 8 Workflows WSPBuilder XML CommentsTwitter
- I'm hiring! SharePoint Analyst and Developer at TCSC - Washington D.C. Metro Area #jobs http://t.co/0SkEPQvp 22 hours ago
- New post on #WCF Performance http://t.co/fPU2eBVV #dotnet #aspnet 2 days ago
- #SharePoint My Site Custom Quota Template Not Applying http://t.co/KmrQL7N5 #SP2010 2 days ago
- Photos from the #RVA #CFALeadercast are now on our Facebook page! http://t.co/PPXCt0J1 3 days ago
- #Sitecore Quick Tips - Device Fallback http://t.co/MWUGKKtm 4 days ago
Archives
-
Meta
Monthly Archives: January 2011
Visual Studio Tips & Tricks #2 Ctl+K, Ctl+v lets you browse for objects in your solution.
Did you know … Ctl+K, Ctl+v lets you browse for objects in your solution.
Visual Studio has a command “View.ClassViewGToToSearchCombo.” It does just what it’s name indicates. When you press the key combination Ctl+K, Ctl+v, wherever you are in the IDE, focus jumps to the Class View search box. You can start typing and searching immediately. The UI presentation is quite similar to that of the Object Browser.

Posted in .Net
Leave a comment
Missing Crawled Properties for Custom User Profile Fields
I ran into several issues with a customer when attempting to get their Custom User Profile Fields to behave correctly in the SharePoint 2010 people search page.
Posted in Administration, Configuration, SharePoint 2010
3 Comments
Visual Studio Tips and Tricks #1
One of the great things about working with such talented folks is that they provide really good information. Our Chief Technology Officer, Dave Romig, Sr., started this series of Visual Studio Tips and Tricks that he shared internally. All in all he put out 150 of these. Over the next few months I will share these with you.
Posted in .Net
Leave a comment
Reset the Farm Passphrase in SharePoint 2010
So, you are adding a new server to the farm and you can’t remember that new SharePoint 2010 addition called the Farm Passphrase? No problem! You can use PowerShell to reset / change that forgotten farm passphrase. Note that I said reset and not retrieve. There is currently no option to retrieve the existing farm passphrase.
Posted in Administration, PowerShell
11 Comments
Making use of the SPDisposeCheck utility
Most seasoned SharePoint developers have found out one way or another that you have to be mindful of properly disposing your SharePoint objects. Unfortunately, the rules, guidelines and general practices are often confusing and un-intuitive. Because of this it is common to find SPSite, and SPWeb objects that are not properly disposed. To help combat this issue Microsoft has released a tool called the SPDisposeCheck utility that will analyze your assemblies and report on any improperly disposed Shared Point objects.
Posted in Development, Development
Leave a comment
SharePoint Saturday Virginia Beach (with Slides)
TCSC is proud to be a gold sponsor and speaker at the SharePoint Saturday event in Virginia Beach on Saturday, January 8th!
TCSC will have the great speakers you know and trust speaking at the event including:
MDX Solution for ParallelPeriod Issue with Uneven Periods
I have a client that had a period in 2009 with 34 days and the same period in 2010 with 39 days. Therefore, the ParallelPeriod function was returning null when attempting to pull any year over year comparisons for days past 34. The Time dimension has a Fiscal calendar hierarchy with levels for Year, Quarter, Period and Actual Date.