| Perfil de GregGreg Olsen - Yellow Duck...FotosBlogListas | Ajuda |
|
25 de fevereiro CRM 4.0 - Microsoft Dynamics CRM 4.0 Logical Database DiagramsNow available for download are the Microsoft Office Visio database diagrams for CRM 4.0. You will need Microsoft Office Visio installed in order to open these. Overview (From Microsoft Website) Download These will help you understand the underlying database and structure for CRM 4.0. Greg Olsen 24 de fevereiro CRM 4.0 - Software Development Kit (SDK) Download AvailableThe CRM 4.0 Software Development Kit (SDK) has been out for awhile now. I'm Posting the link below to the download from Microsoft. This SDK is a must for any developers working with CRM 4.0, which includes myself. The SDK also is a great resource to help code the new plug-ins which have superceded CRM 3.0 Callouts. The SDK also explains how to deploy the plug-ins to CRM. Overview from Microsoft Microsoft Download: Greg Olsen CRM 4.0 - Obtain Plugin Event Information When The Event Is Fired (Code)
I spotted this in the CRM 4.0 SDK and thought I would post it up as a reference. As the code states, this sample code "outputs a report on the context on which this plug-in is attached. You can attach this plug-in to any entity or event and it will output a report on the event." This could be quite a handy reference if you wish to obtain this type of information on your custom Plugin for logging or custom auditing purposes.
1: using System; 2: using System.IO; 3: using Microsoft.Crm.Sdk; 4: using Microsoft.Crm.SdkTypeProxy; 5: 6: namespace Microsoft.Crm.Sdk.Reference.Plugins 7: {8: /// <summary> 9: /// This sample outputs a report on the context on which this plug-in is attached. You can attach this 10: /// plug-in to any entity or event and it will output a report on the event. 11: /// </summary> 12: public class PluginRef: IPlugin 13: {14: public void Execute(IPluginExecutionContext context) 15: {16: using (TextWriter log = TextWriter.Synchronized(File.AppendText(@"C:\Crm_Sdk_Samples\PluginReport.txt"))) 17: {18: log.WriteLine("Plugin Fired: {0}", System.DateTime.Now.ToString("MM/dd/yyyy hh:mm tt")); 19: log.WriteLine("====================================================================="); 20: 21: // Entity Context Related 22: log.WriteLine("Primary Entity Name:\t\t\t{0}", context.PrimaryEntityName); 23: log.WriteLine("Secondary Entity Name:\t\t\t{0}", context.SecondaryEntityName); 24: log.WriteLine("Message Name:\t\t\t{0}", context.MessageName); 25: log.WriteLine("Caller Origin:\t\t\t{0}", context.CallerOrigin.ToString()); 26: log.WriteLine("Is Executing In Offline Mode:\t{0}", context.IsExecutingInOfflineMode.ToString()); 27: 28: // Security Related 29: log.WriteLine("Business Unit Id:\t\t{0}", context.BusinessUnitId.ToString("b")); 30: log.WriteLine("Organization Id:\t\t{0}", context.OrganizationId.ToString("b")); 31: log.WriteLine("User Id:\t\t\t{0}", context.UserId.ToString("b")); 32: 33: // Space this entry and close the log 34: log.WriteLine(); 35: log.WriteLine(); 36: } 37: } 38: } 39: }Greg Olsen Yellow Duck Guy Windows 2008 Server - IIS v7.0.6000.16386 UI Quick LookMoving towards the new version of Internet Information Services (IIS) on Windows Server 2008 will show a new user interface look and feel. Most options you see are the same but just displayed slightly different. I have got use to the new layout pretty quickly. The new actions section on the right is quite helpful and removes the need for all those right-click options! I'm sure if you have worked with IIS before you will find the new layout easy to use. Here is a quick image look at the new user interface: Greg Olsen 23 de fevereiro Windows 2008 Server - Turn Off IE Enhanced Security Configuration (ESC)I have just completed a Windows 2008 Server Standard install and configuring various areas of the server. One configuration that I always turn off is IE ESC, or Internet Explorer Enhanced Security Configuration. This is an easy step so I thought I would post this up to the blog for future reference. To do this with Windows 2008 Server:
You will be shown the configuration window as shown below: I have selected to turn OFF the IE ESC just for administrators on this server install. To complete simply click OK. Greg Olsen 07 de fevereiro Vista Memory Usage GadgetIf you would like a simple memory gadget to place on your Vista OS desktop to monitor all that memory usage then you can get a hold of this cool little gadget called iStat Memory 1.0. You can download a copy of this from here: Enjoy! Windows Server 2008 - Reviewers GuideThere is an in-depth guide into Windows Server 2008 outling the features of the new operating system and also a technical overview.
The document contents is as follows:
Section 1: Introduction to Windows Server 2008
1.01 Introduction to Windows Server 2008
1.02 Windows Server 2008 Editions 1.03 Windows Server 2008 Editions - Features Section 2: Server Virtualization
2.01 Server Virtualization Introduction 2.02 Hyper-V 2.03 Server Core Section 3: Centralized Application Access
3.01 Centralized Application Access Introduction 3.02 Terminal Services Core Functionality 3.03 Terminal Services Gateway 3.04 Terminal Services RemoteApp 3.05 Terminal Services Web Access 3.06 Terminal Services Printing 3.07 Terminal Services Session Broker 3.08 Terminal Services Licensing 3.09 Windows System Resource Manager Section 4: Branch Office
4.01 Branch Office Introduction 4.02 Read-Only Domain Controller 4.03 BitLocker Drive Encryption 4.04 Server Core 4.05 Distributed File System Section 5: Security and Policy Enforcement
5.01 Security and Policy Enforcement Introduction 5.02 Network Policy and Access Services 5.03 Network Access Protection 5.04 Network Policy Server 5.05 Routing and Remote Access Service 5.06 Next-Generation TCP/IP Protocols and Networking Components 5.07 Windows Firewall with Advanced Security 5.08 Cryptography Next Generation 5.09 Active Directory Certificate Services 5.10 Active Directory Domain Services 5.11 Active Directory Federation Services 5.12 Active Directory Lightweight Directory Services 5.13 Active Directory Rights Management Services Section 6: Web and Applications Platform
6.01 Web and Applications Platform Introduction 6.02 Internet Information Services 7.0 6.03 Application Server 6.04 Transactional NTFS Section 7: Server Management
7.01 Server Management Introduction 7.02 Initial Configuration Tasks 7.03 Server Manager 7.04 Windows PowerShell 7.05 Server Core 7.06 Windows Server Backup 7.07 Windows Reliability and Performance Monitor 7.08 Windows Deployment Services 7.09 Group Policy Section 8: High Availability
8.01 High Availability Introduction 8.02 Failover Clustering 8.03 Network Load Balancing Section 9: Better Together
9.01 Better Together — Windows Server 2008 and Windows Vista Section 10: Miscellaneous
10.01 System Requirements 10.02 Detailed Table of Contents Download:
Greg Olsen Yellow Duck Guy Windows Server 2008 - RTM ReleasedIt has arrived this week. Windows Server 2008 in 8 different versions. This is the next big Server Operating System release from Microsoft since Windows Server 2003.
The 8 different versions available:
Great link explaining the versions in more detail can be found here: The Windows Server 2008 product overview is explained well here: The new Server Core and Virtualization (or Hyper-V) are 2 areas i'm quite excited about. Head over to MSDN and grab your copy of it. Greg Olsen |
|
|