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

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...

Parsing address components from Google Maps Geocoding api responses

by Rahul Singla | Mar 10, 2017 | Coding, Google, Google Apis, Javascript, Tech | 6 comments

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...

Regex – using positive lookahead assertion to limit total string lengths

by Rahul Singla | Jun 27, 2016 | Coding, Javascript, Regex, Tech | 0 comments

Its exciting to be blogging back after quite a few months (actually almost a couple of years if you consider my last blog post was short and wasn’t really followed up with more until this once). More exciting is to be blogging on Imbibe’s official blog...
Next Entries »

Copyright © 2018 Imbibe Technologies Private Limited . All rights reserved

Privacy policy Terms of use Purchase Terms Refund policy