Imbibe TechInnovate. Empower
We're Hiring! [email protected] (+91) 184-4035666
  • HOME
  • ABOUT
    • About Us
    • Portfolio
    • Corporate Profile
  • SERVICES
    • Enterprise Applications
    • Big Data & Cloud Computing
    • Research Consulting
    • E-Commerce
    • Brand Identity
    • Design
      • Catalog theme for ExtJs 6
    • Content Marketing
  • PRODUCTS
    • ItTalk
    • ItLearn
    • ItHealth
    • ItWeb
    • SQL Manager
    • Mart
  • BLOG
  • CONTACT US
Select Page

SharePoint PnP Timer Job Framework – its a good idea to always specify SharePointVersion on your TimerJob instance

by Rahul Singla | Jan 26, 2018 | .Net, Coding, SharePoint, Tech | 0 comments

We were recently working on automating back-end processes on SharePoint for a client, and had chosen SharePoint PnP Timer Job Framework as our base SDK to build our background processes to enable them to execute against all versions of SharePoint, including online and...

log4net – Appender instances are shared between loggers using the same appender-ref

by Rahul Singla | Jan 10, 2018 | .Net, Coding, Logging | 0 comments

I was recently working on a bulk processor application which was using log4net for its logging needs (specifically the RollingFileAppender). There were multiple jobs executing in independent threads each having its own Logger instance. We wanted the...

Permission storage in SharePoint’s database

by Rahul Singla | Jan 8, 2018 | .Net, Coding, SharePoint | 0 comments

I was recently working on a SharePoint project and needed to figure out if an access control list (ACL) is replicated for a SharePoint object in database which is set to inherit security from its parent object. Functionally this won’t impact anything from an...

A generic method to add sort expressions to an IQueryable instance (LINQ/Entity Framework)

by Rahul Singla | Mar 12, 2017 | .Net, Coding, Entity Framework, LINQ, Tech | 4 comments

A few days ago, I was working on some Entity Framework stuff where I encountered the following logic for applying sort expressions to the EF query: var query = this.context.users.AsQueryable(); if (sort == "username") { if (sortDir == "ASC") { query = query.OrderBy(u...

Debugging WebApi 404 errors – WebApi Routes need to be registered before MVC Controller routes

by Rahul Singla | Jul 3, 2016 | .Net, ASP.NET, Coding, MVC, Tech, Web Api | 0 comments

So I was recently working on an existing ASP.NET MVC project when we decided to expose some of the app’s data to mobile applications using WebApi. How difficult can that be (adding WebApi to an existing MVC project). I mean you add the reference to the NuGet...

Copyright © 2018 Imbibe Technologies Private Limited . All rights reserved

Privacy policy Terms of use Purchase Terms Refund policy