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: October 2011
SSIS Attunity Connectors
Recently I had to create an SSIS package that transferred a huge amount of data between an Oracle database and a MS SQL Server database. I began creating an SSIS package that used an existing linked server connection that the client had already been using to perform similar data transfers. To my dismay, the performance of the linked server was dismal. Instead of using the linked server I decided to go with the OOTB OLE DB data source available in SSIS. This increased my performance dramatically. However, when I spoke to a colleague at TCSC, he recommended that I try the Microsoft Connectors for Oracle by Attunity. I had never heard of these connectors, but I was intrigued, so I downloaded them and ran some performance test. The following tests results we recorded while debugging through Visual Studio, so real numbers will be better than what I have recorded, but the results do represent without a doubt the performance differences between the different connections.
BizTalk 2010 Exception: An error occurred when decrypting an AS2 message
After setting up a new BizTalk 2010 server at a client site, we immediately began getting these errors when trying to decrypt and validate messages coming from our trading partners. The fix for us was to not only make sure that the server certificates were in all the proper stores according to the Microsoft chart, but we also needed one additional location set:
Posted in BizTalk 2010
Leave a comment
Microsoft SharePoint Conference 2011 Review
We are fresh off the conclusion of the Microsoft SharePoint Conference 2011 in Anaheim, CA and it was fantastic! The conference provided us with several insights, but most noteworthy that SharePoint is growing, and growing rapidly! You could see this everywhere, in the amount of attendee turn out (~7,500), the number of sponsors and sessions, the worldwide diversity of attendees, and the amount of social gatherings every night. We knew going into it that because it was a mid-production cycle conference that no major news would probably be announced and that was immediately evident in the keynote remarks regarding how this year’s theme was productivity. This was featured in many of the session topics, whether it was business automation using composite solutions, FAST, or being more efficient with the cloud.
Sitecore Layouts and Code Blocks
One problem I recently ran into is that you cannot put ASP.NET code blocks in a Sitecore Layout. The page will work perfectly fine in Content Editor and on the live site, but if you try to use Preview or Page Editor, you will see something like this:
Posted in .Net, Development, Sitecore
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