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)
- Connect with TCSC on Facebook
- Create Query Suggestions and Related Searches in SharePoint Server 2010
- Custom Error Page with Log Support Ticket Link for SharePoint 2010
- Filter Service Accounts from User Profile Imports
- Join the TCSC Team!
- Missing Crawled Properties for Custom User Profile Fields
- SharePoint 2010 Central Administration and Configuration Mapping
- Shutting Down the Mobile Redirect for SharePoint 2010 Websites
- User Profile Imports: How to Filter out Disabled Users
- [+]Development (9)
- [+]PowerShell (13)
- [+]SharePoint Conference (1)
- [+]SharePoint Designer (6)
- Add BCC Recipient in SharePoint Designer 2010 Workflow E-Mails
- Adding to a SharePoint 2010 List with Lookups
- Building Hyperlinks To Open Documents in Edit Mode
- Change the Site Logo on Web Part Pages
- Connect with TCSC on Facebook
- Creating a Fixed Width SharePoint 2010 Masterpage (Updated)
- Deploying Lookup Fields in a SharePoint Feature (part one: Lists)
- Developing a Webpart with a Dynamic UI
- Enable Office Web Apps across Site Collections using PowerShell
- Encoding .WMV files in Silverlight and Publishing to SharePoint 2010
- Import User Profile Photos from Active Directory into SharePoint 2010
- List All SharePoint 2010 PowerShell Commands
- Microsoft Office & SharePoint 2010 Service Pack 1 Released Today
- Missing Crawled Properties for Custom User Profile Fields
- More Upgrade Gotchas
- My Site Custom Quota Template Not Applying
- Release date for Office365 and SharePoint Online 2010
- SharePoint 2010 Central Administration and Configuration Mapping
- SharePoint 2010 Master Page with Footer That Stays at the Bottom of your SharePoint 2010 Site
- SharePoint 2010 XML Navigation with Selected Highlighted Tabs
- SharePoint Seminar – Richmond 3/16 – VA Beach 3/17
- Shutting Down the Mobile Redirect for SharePoint 2010 Websites
- SP2010 Claims Security - what it can do for you
- User Profile Imports: How to Filter out Disabled Users
- [+]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 3 days ago
- #SharePoint My Site Custom Quota Template Not Applying http://t.co/KmrQL7N5 #SP2010 3 days ago
- Photos from the #RVA #CFALeadercast are now on our Facebook page! http://t.co/PPXCt0J1 4 days ago
- #Sitecore Quick Tips - Device Fallback http://t.co/MWUGKKtm 4 days ago
Archives
-
Meta
Author Archives: Jim Brocato
SharePoint Feature Receiver code for bin deployments
NOTE: If your feature receiver code needs to access the main Presentation assembly, you will receiver an error saying that the assembly UNOS.[app].Presentation cannot be loaded- this happens because the assembly is added to the bin, then the feature receiver code runs before the app pool recycles, so the assembly is never loaded into context. To work around this, add this line to your feature receiver code:
Posted in Uncategorized
Leave a comment
SharePoint 2010: BCS w/o GAC
This article describes how to use SharePoint 2010′s Business Connectivity Services without putting any assemblies in the Global Assembly Cache (GAC).
Posted in Uncategorized
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
Redirect an InfoPath form web part after submit
There are probably many cases and scenarios where you want to redirect the users back to the list view or to a different url entirely after they have submitted their form. In my case, I wanted to kick off a workflow as soon as the form was submitted. You can use the following steps to redirect to a different url after the form is submitted.
Posted in InfoPath, SharePoint 2007
Leave a comment
SP2010 Claims Security – what it can do for you
SP2010 Claims Authorization for the rest of us
Posted in SharePoint 2010
Leave a comment