.NET news » Search results

Search results for query "office" (26):

Bulk Office Protection Application

Adds another layer of security to your Word or Excel documents. Can search for and bulk process documents to add a protection password or change your protection password.
2010-10-15 11:12:00   Source: Bulk Office Protection Application   Tags: Security

Business Connectivity Services: Consuming External OData Feeds with SharePoint BCS

Business Connectivity Services (BCS) for Microsoft Office and SharePoint helps you bring external data sources into your SharePoint apps. We'll show you how to write a custom .NET Assembly Connector for BCS that lets you read from and write to an OData feed.
2011-05-01 19:00:00   Source: Business Connectivity Services: Consuming External OData...   Tags: Office

An advanced rendering class

Many beginners in the C# or VB.NET development category sometimes want to be able to apply themes or styles to their application. This rendering class allows you to easily customize the appearance of your C#/VB.NET applications. This was inspired by the Office2007Renderer, which enables you to apply a multitude of Office 2007 styles to an application. After I began using Office2007Renderer, I found that some of the drawing functions caused severe lag on my applications. So, I took it into my own hands to develop a new Office2007Renderer of my own. From there, it developed into a fully editable class.
2008-07-15 04:30:00   Source: An advanced rendering class   Tags: Components GUI

Enterprise Reporting with Excel

You can create reports in many ways, with or without Excel. If you look only at reporting solutions that use Excel, the list roughly gets narrowed down to three:

  • SQL Reporting Services
  • Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System (VSTO)
  • Server-side Excel Automation

Of course you can imagine more solutions, but in essence they will not deviate much from the above list. In this article, I'll first look at SQL Reporting Services and VSTO to examine their plusses and minuses, and then I'll take a detailed look at why and how you would build a server-side solution.

2007-03-13 23:08:46   Source: Enterprise Reporting with Excel   Tags: Office

SharePoint Applied: Azure ServiceBus and SharePoint 2010

The cloud means many things. It means Facebook, LinkedIn, Twitter, Google, Bing and - oh yes - Windows Azure! Windows Azure, as you know, is Microsoft’s cloud operating system. It consists of many parts, but at a high level you can say it includes Compute (web and worker roles, plus storage), SQL Azure and AppFabric. AppFabric, in turn, consists of AppFabric Access Control, ServiceBus, and Cache. This article concerns ServiceBus, and its integration with SharePoint 2010 and Office 365.

2012-02-17 17:00:00   Source: SharePoint Applied: Azure ServiceBus and SharePoint 2010   Tags: Components

SharePoint's Delegate Control Power

One complaint about Microsoft Windows SharePoint Services (WSS) 2.0 and Microsoft SharePoint Portal Server 2003 was the difficulty in making changes to the environment after it was deployed. Officially, changing a site definition isn't supported after it has been used to create other sites.

Now, Windows SharePoint Services 3.0 and Microsoft Office SharePoint Server (MOSS) 2007 offer many ways to make changes to sites after they have been provisioned. The introduction of SharePoint Features has opened up an entire world to changing master pages, page layouts, and pages themselves. Further, SharePoint now includes a new technique—delegate controls—that allows for more fine-grained control over parts of the page.

2008-01-18 22:10:53   Source: SharePoint's Delegate Control Power   Tags: SharePoint