Xamarin.Forms – Do more with less
Presented a session on Xamarin.Forms at Cross-platform Mobile Development Roadshow 2016 at Hyderabad. [slideshare id=63443429&doc=xamarinforms-160625162916]
Continue reading →Presented a session on Xamarin.Forms at Cross-platform Mobile Development Roadshow 2016 at Hyderabad. [slideshare id=63443429&doc=xamarinforms-160625162916]
Continue reading →Introduction: Scoping in JavaScript works little different compared to other languages. Without knowing this, many new and experienced developers have fallen prey to Scoping System in JavaScript. This is because of our coding habits in C#, Java or C++. The Problem: We usually create variables in for loop or if condition in a function and think that it […]
Continue reading →A really quick solution is – _.uniq(_.union(c1, c2), false, function(item, key, a){ return item.a; }); *NOTE: All the objects in both the Object Arrays should have the property ‘a’.
Continue reading →Microsoft has recently added Facebook messaging channel on Bot Connector. For connecting your Bot to Facebook via Page. That means Users can talk to your Bot using the Messaging Section of the Page. So, you need to create a Page or get the Page ID of existing Facebook Page. Usually it will be under Page […]
Continue reading →Session presented at DevOps on Azure – Community Roadshow at Hyderabad, organized by MVPs and MUGH. Here is the link for Presentation Notes for Demos that are shown in the session which covers step by step procedure on how to create IntelliTest, Load Test and Auto Scale your app.
Continue reading →Join us at DevOps Community Roadshow at Westin, Hitec City, Hyderabad on 7th May, 2016. I am going to speak on Automated Testing & Auto Scaling Your apps with Microsoft & Open Source Technologies and discuss the benefits of running load, integration and unit tests automatically attached to Continuous Integration or other means. Register at https://www.microsoftevents.com/profile/form/index.cfm?PKformID=0x2049354b9c
Continue reading →Problem: When you try to call a scope method when clicked on a button or link which is in UI-Grid cell, you will get an error saying – it couldn’t find that method. This is because – Grid will have a different scope.
Continue reading →Have presented a session on “Building a Conversational Bot using Bot Framework and Microsoft Azure” at Global Azure Bootcamp hosted by Microsoft User Group Hyderabad (MUGH) at Microsoft IDC, Hyderabad. This session covers framework overview and step by step process for developing a conversational bot by adding features one after the other making the bot intelligent.
Continue reading →Introduction Bots don’t need any introduction. They aren’t new and definitely are not unique to Microsoft. Bots are conversational agents. They’re meant to help users achieve and/or complete a particular task. Bots can help users interact with a particular service or application without having to download a separate app or go to a specific Web site. Personal digital assistants […]
Continue reading →In computer programming, a shim is a small library that transparently intercepts API calls and changes the arguments passed, handles the operation itself, or redirects the operation elsewhere.Shims typically come about when the behavior of an API changes, thereby causing compatibility issues for older applications that still rely on the older functionality. In these cases, […]
Continue reading →