Dotnetfollower - dotnetfollower.com - .NET FOLLOWER

Latest News:

Dynamics CRM: How to connect to CRM through the code 23 Aug 2013 | 06:03 am

    Starting development for Microsoft Dynamics CRM 2011, the first challenge we face is how to connect to the CRM. Communication with Microsoft Dynamics CRM 2011 through the code mostly comes to inte...

SharePoint: How to create a custom REST WCF Service available in _layouts folder 8 Aug 2013 | 10:19 am

    In the given blogpost I’ll describe step by step how to create a simple REST WCF Service residing in the _layouts folder. To create a demonstration project we’ll use Visual Studio 2012. I believe,...

SharePoint: How to add Links and Headings to Quick Launch programmatically 26 Jul 2013 | 07:37 am

    The Quick Launch is a collection of links usually available on every page in the left sidebar (of course, in case you use a standard master page and don’t open the page within a modal dialog), see...

SharePoint: SqlMembershipProvider – Lock User 21 Jul 2013 | 09:28 am

    In addition to the article SharePoint: SqlMembershipProvider – Get All Users In Role, here is one more method to extend the SqlMembershipProvider with. It’s found out that the SqlMembershipProvide...

SharePoint: HttpContext.Current is null in event receivers 13 Jul 2013 | 07:39 am

    I have never used HttpContext in event receivers till recently, so I was quite surprised when I got a NullReferenceException, trying to access HttpContext.Current.Request within ItemAdding. I woul...

SharePoint: What is a People Picker? Part 2 – Picker.aspx and PeoplePickerDialog 3 Jul 2013 | 08:02 am

In the previous article about People Picker functionality I described the PeopleEditor control. The Browse button of the PeopleEditor initiates the search dialog containing the Picker.aspx page descri...

SharePoint: How to change the expiration time of the FedAuth cookie 3 Jul 2013 | 07:56 am

    Working on a SharePoint application with the configured Form Based Authentication (FBA), I was asked to reduce somehow the expiration time of the FedAuth cookie. The default expiration time is 10 ...

SharePoint: SqlMembershipProvider – Get All Users In Role 1 Jul 2013 | 08:47 am

    In the SharePoint application I’m currently working on, I configured Form Based Authentication (FBA) using the SqlMembershipProvider and SqlRoleProvider. Implementing some user management function...

C#: How to set or get value of a private or internal field through the Reflection 1 Jul 2013 | 07:57 am

    The given post is an extension to the one How to set or get value of a private or internal property through the Reflection. So, here are two more methods to add to the ReflectionHelper. These meth...

SharePoint: Simple Event Logger 4 Jun 2013 | 08:31 am

    Errors, warnings and info messages in all my SharePoint applications are being logged to the Application Event Log. For that I use a simple class tritely named EventLogger and listed later in this...

Recently parsed news:

Recent searches: