Life's random bits By b1thunt3r (aka Ishan Jain)…

Category: Development

Grant Administrator consent to Azure AD Application

Grant Administrator consent to Azure AD Application

As I discovered while developing a new application that needed to utilize Skype for Business Online API, that the application needs to have consent from an administrator in order to be able to authenticate the USER to use Skype for Business Online API.
Internet Explorer AJAX cache bug

Internet Explorer AJAX cache bug

We are on the edge of Internet Explorer 11, but there are still some organizations who still insists on using Internet Explorer 8. And it is us web developers who really suffers, because they don't upgrade to a newer browser.
MVC 4: Bundling

MVC 4: Bundling

Been experimenting with the new MVC 4 for ASP.net. One of the concepts I was having problems with was bundling JavaScript and CSS.
9 jQuery Mistakes

9 jQuery Mistakes

Everyone makes mistakes, even the ones who think they cannot. But some of the mistakes can be prevented with a little before thought.
Learning HTML and CSS

Learning HTML and CSS

HTML and CSS is not just for web designers. As a web developer you need to able to get your hands dirty with things like HTML and CSS.
Scrum: What, Why?

Scrum: What, Why?

Just read this amazing article on Nettuts+, about SCRUM. For a time I have been writing something similar, and when I was it on Nettuts+, just thought why not just post a link, as this one is much better than mine will ever be!
PHP to ASP.NET [CSharp]

PHP to ASP.NET [CSharp]

After working with C# all summer, I have been having thoughts about moving from PHP to ASP.NET (mainly C#).
CSharp vs Java

CSharp vs Java

In a sense Java and C# are quite similar, but when you get a bit under the tip you will notice some of the difference between both languages. For some reason C# felt a bit more easier the Java to me, and a bit (a lot) more powerful.