by Rahul Singla | Dec 21, 2017 | Coding, ExtJs, Tech, Theming |
As part of our recently launched Catalog theme for ExtJs, we wanted to incorporate custom font icons into our theme for consumption by our users. As you would know, ExtJs 6 ships with Font Awesome out of the box, which has a really nice collection of off-the-shelf...
by Rahul Singla | Mar 12, 2017 | .Net, Coding, Entity Framework, LINQ, Tech |
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...
by Anjali Grover | Nov 11, 2016 | Tech |
From SIRI to driverless cars, Artificial Intelligence is the booming technology that enables machines to perform some cognitive tasks with same or even better efficiency than human beings. Be it as simple as greeting a guest to performing dangerous and laborious tasks...
by Rahul Singla | Jul 3, 2016 | .Net, ASP.NET, Coding, MVC, Tech, Web Api |
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...
by Rahul Singla | Jun 27, 2016 | Coding, Javascript, Regex, Tech |
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...
by Rahul Singla | Jun 24, 2016 | Business, Initiatives |
Imbibe is delighted to announce its partnership with Tally to bring innovative Financial solutions to its clients. Imbibe is now an Associate Partner of Tally enabling us to help our clients procure and commission solutions for running their businesses. At the same...
by Anjali Grover | May 10, 2016 | Initiatives |
Imbibe Tech takes immense pleasure to announce the launch of our newly revamped official website; with an attractive design, improved functionality and enhanced user-friendly browsing experience. The new web site is available at www.imbibe.in. After months of efforts,...