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: September 2011
Congratulations! You’re the SharePoint Admin! Now what?
As a SharePoint consultant, I’m tasked to go into companies and implement SharePoint – either the company is expanding its role with SharePoint and upgrading it, or kicking the SharePoint tires for the first time. More often than not, there is a person within the organization before or, unfortunately, during the project who is the lucky recipient of the inevitable finger pointing, followed by an announcement of, “congrats, this is now yours to own!” The blank stare, wide eyes, and sweat beading off the face quickly begins shortly thereafter.
Windows 8 & Internet Explorer 10 accessing SharePoint 2010
Internet Explorer 10 is chrome-less when launched from the new Metro-style UI in Windows 8.

You can enter the site URL at the bottom. Notice the areas for quick access to Frequent and Pinned sites:
Change the Welcome Page / Homepage in SharePoint 2010 Programmatically
When exporting and importing sites throughout SharePoint 2010 that are upgraded sites from SharePoint 2007, you probably noticed that the homepage for the imported site is defaulted to SharePoint 2010′s wiki-style page at /SitePages/Home.aspx. However, until you start using these new pages you may want to revert or keep the homepage as the default.aspx page. To do this manually, you need to go to Site Actions > Site Settings > Look and Feel > Welcome Page. However, this Welcome Page link is only available for those sites where the Publishing feature is activated at the Site Collection and Site level.
Sitecore Include Files – Part 2
In an earlier blog post, I discussed using Sitecore include config files and gave some real world examples. This post will highlight more features of include files and provide additional examples.
Posted in Administration, Configuration, Sitecore
Leave a comment
Upgrade InfoPath 2007 to 2010
Converting InfoPath 2007 Form into InfoPath 2010
- Locate the manifest.xsf file in the Visual Studio 2008 InfoPath 2007 template project source code under the “InfoPath Form Template” directory.
Posted in Uncategorized
Leave a comment
Using the DataContractSerializer
All of us that have used WCF have encountered the default serializer, DataContractSerializer. All we have to do is decorate the types that we want our services to consume or expose with the DataContract/DataMember attributes and the DataContractSerializer will handle serializing our .Net types to XML and deserializing from XML to our .Net Types. What I want to cover in the post is how this serialization/deserialization is actually done and the ways we can influence the serialization process.
Posted in Uncategorized
Leave a comment