Skip to main content

Posts

JQuery: Play video attachment of notes in Dynamics CRM 2013

When you click on any attachment file of notes in Dynamics CRM, by default the download process will start and save the file into your local computer.

Introduction to Microsoft Dynamics Marketing

Microsoft Dynamics Marketing is a powerful and integrated marketing management solution from Microsoft. With Dynamics Marketing you'll get exceptional insight, control over budgets and resources, and be able to create automated, measurable multi-channel campaigns to deliver tangible results. Microsoft Dynamics Marketing helps you to plan and execute effective marketing campaigns to reach the customers and to build best sales pipeline.

Dynamics CRM know issues with fix solution (the report cannot be displayed. (rsprocessingaborted))

1. CRM 2013 Fetch XML reports not working: When installed Dynamics CRM 2013 on one server using a domain account as the CRMApppool in IIS and Microsoft SQL with SSRS on a second server – Installation goes smoothly and everything works just fine including out-of-the-box reports – except that when you try to create and run Fetch XML reports you get the following error: “the report cannot be displayed. (rsprocessingaborted)”

Performance improvements in CRM 2013 compare to 2011

Easy Dashboard Controlling In Dynamics CRM 2011, we are not able to control who can see certain system dashboards based on the user’s security role, and can only control who sees what dashboard through personal dashboard by sharing. But In Dynamics CRM 2013, system dashboard can control by security role and can be visible based on the user’s security role.

Improved Functionality in CRM 2013 from 2011

User Interface Microsoft Dynamics CRM 2013 introduces an entirely new user experience with a brand new user interface.

Migration of dynamics CRM 2011 to 2013

Migration process In the process of Migrating CRM 2011 to 2013, the following stages involved to achieve the best migrated application. Pre-Requisites Check: In this stage the analysis is required on CRM application process, usage and data. Below are the few list of points for CRM application Migration process, If organization Database is more than 100 GB, clustered SQL database environment and more capable hardware is required. JavaScript need to upgrade Plugins need to upgrade Custom workflows need to upgrade New URL is required to update in source client machines.

Microsoft Dynamic CRM 2013 - Introduction

Microsoft Dynamic CRM 2013 came up with many new enhancements and advancements that will improve user experience and clarify business processes. CRM 2013 also improves usability across multiple browsers and devices. Here are the few new features of CRM 2013.

File Downloading with progress bar using Background Worker Class In C#

Downloading a file is a common task, and it is often useful to run this potentially time-consuming operation on a separate thread . Use the   BackgroundWorker  component to accomplish this task with very little code.

Application to Show the List of All Files in a Folder-Developed in C#

This Application is used to list all the files in a folder or directory . This application is developed by .NET Framework and the C# programming language. The framework provides powerful methods on the Directory class that can help you list files on the file system. The  Directory.GetFiles  method allows you to get a string array of the file names.

How to Connect Data Source and Display data in Windows form by using C#.NET

The main objective of Windows-based programming is to create applications that are linked to databases, have user-friendly interfaces (Windows forms), and are capable of running on most platforms. The C# language having this capability by creating winforms to connecting data sources using ADO.NET technology.

Upload File to an FTP Server By using FtpWebRequest Class in C#.NET

In System.Net namespace the FtpWebRequest class is used for implementing a File Transfer Protocol(FTP) client . By using Credentials property first the .NET framework connect to FTP Server then The Create method is creates the file with same name as we selected by browse button, After that the file is reading by using OpenRead() method of FileStream class to a buffer, And then the buffer data is sequentially copied to FTP server File.

A Simple Windows Forms Application to Send an E-Mail

The Microsoft .NET framework provides two namespaces, System.Net and System.Net.Sockets for managed implementation of Internet protocols that applications can use to send or receive data over the Internet .The   SMTP (Simple Mail Transfer Protocol) is using for sending email from C# code.  The Below application is used to Describe How to send a mail from Gmail account using C# code.

Path to start learning MicroSoft.Net Framework

New to .Net- Please suggest an approach to learn .net? A common question for every .Net Beginner is how do I start .Net, one such question I come across was exactly my question when I had started my career in .Net .