escaping-to-neverland.com
Effective Reporting on SharePoint Content - Part 1
http://www.escaping-to-neverland.com/effective-reporting-on-sharepoint-content-part-1
Effective Reporting on SharePoint Content - Part 1. SharePoint Architect, Enthusiast and Entrepreneur. A big thanks goes to our team member Benjamin Linder. For realizing our thoughts. Have you ever asked yourself how to create powerful reports based on Microsoft SQL Server Reporting Services (SSRS), involving SharePoint data without querying the productive SharePoint content database directly? By Microsoft and there are some other good arguments for not doing so. Just a peek to the result. But if you de...
codeplex.com
CodePlex - psoheil
http://www.codeplex.com/site/users/view/psoheil
Project Hosting for Open Source Software. Member Since January 7, 2011. Last Visit May 9, 2016. Microsoft Dynamics CRM Multiple Attachment Download Application. DigiOz Multimedia, Inc. Http:/ www.digioz.com. No activity in the last 60 days. ASPNET MVC Image Upload for TinyMCE - NetAdvImage. CRM 4 to CRM 2011 JavaScript Converter. How to create a login page using ASP.NET MVC 3 Razor. Microsoft Dynamics CRM 4.0 Audit Plugin. Microsoft Dynamics CRM Multiple Attachment Download Application.
olgatm.blogspot.com
Desktop Gadgets: August 2012
http://olgatm.blogspot.com/2012_08_01_archive.html
View my complete profile. Archives for August 2012. Wednesday, August 29, 2012. PTA: Where is the List of Blocked Websites? 13; PTA: Where is the List of Blocked Websites? By Aamir Attaa · Wednesday, Aug 29, 2012 17 Comments. 13;
. Issue of blocked websites has been discussed countless times on this website. We, at ProPakistani, have always supported blockade of websites that contain obscene content or are blasphemous in nature. Blocking Websites for Personal and Political Reasons:. You are reque...
codeplex.com
CodePlex - GuillaumeJAY
http://www.codeplex.com/site/users/view/GuillaumeJAY
Project Hosting for Open Source Software. Member Since August 18, 2008. Last Visit August 17, 2016. Générateur Dynamique de Cartes de Pouvoirs DD4. Programming is my craft. Its my creativity outlet. Its also a lot of fun! July 11, 2016 - MySqlBackup.NET - MySQL Backup Solution for C#, VB.NET, ASP.NET:. Posted to discussion: Restore DB problem. ASPNET MVC / Web API / Web Pages. CInject - Code Inject & Runtime Intelligence. Comparers (by Stephen Cleary). DoddleAudit - Audit Trail for LINQ to SQL and EF.
codeplex.com
CodePlex - o
http://www.codeplex.com/site/users/view/o
Project Hosting for Open Source Software. Member Since November 12, 2009. Last Visit July 25, 2016. ASPnet Awesome - jQuery Ajax Controls. ASPnet MVC Awesome - jQuery Ajax helpers. Imager - resize, crop, save images. ProDinner - ASP.NET MVC Sample App. ProDinner ASP.net Awesome WebForms Sample Application. StoreMVC+ FulentNHibernate + WindsorCastle. SurveyMaster - web survey form engine. Value Injecter - convention based mapper. No personal statement has been written. ASPnet Awesome - jQuery Ajax Controls.
lessframework.codeplex.com
LessFramework - Documentation
http://lessframework.codeplex.com/documentation
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). New 20 release ONLY with nuget in. LessFramework is based on Microsoft Net Framework 4.0. For more info visit:. Third party references used by LessFramwork, :. Http:/ www.codeproject.com/KB/IP/fastJSON.aspx. This is the smallest and fastest polymorphic JSON serializer writen by Mehdi Gholam. Last edited Jul 29, 2011 at 8:28 AM.
amoerie.com
C# – Coding out loud
https://amoerie.com/category/c
Expressing the strange rhythms in my head. Passing queries as objects to the persistence layer in a persistence agnostic way. You might be tempted to write repository methods to suit the needs of your controllers, but I consider this to be the wrong approach. Repositories shouldn’t be much more than stupid boxes of stuff, where you can take stuff from or put new stuff in the box. Even the very existence of repositories is up for debate. Yeah, so there’s that too. Filter by specific properties. His implem...
amoerie.com
December 2012 – Coding out loud
https://amoerie.com/2012/12
Expressing the strange rhythms in my head. Automatic injection of models to nested Data Transfer Objects (DTOs) and vice versa with ValueInjecter. Is often used in multi-layered applications where data is transfered from one layer to another, where -preferably- we keep the data being transfered to a minimum. One of the issues I’ve ran into while applying this pattern is the use of nested DTO’s and automatic mapping from DTOs to models and vice versa. Allow me to clarify with an example:. Library. Wha...