VNet Peering inherently permits your Azure Resource Groups between two autonomous distinct VNets to communicate over the Azure provisioned internal Private IP (otherwise also called as the Microsoft backbone network) as though they are on the same virtual network. The connection is seamless with low network latency which implicitly generate higher throughput. Let us create... Continue Reading →
Microservices Architecture with .NET Core & Docker
Although MicroServices Architecture is the de facto approach in building many complex applications, it introduces numerous abstractions which in contrary to a traditional monolithic application makes it complex to understand, which is directly proportional to the number of introduced abstraction. But having said that, MicroService Architecture provide a huge incomparable advantage to monolithic applications. Performance,... Continue Reading →
Initial Intro – Azure function with SharePoint Online
Azure Functions are a very powerful auto upscaling server-less compute service provided by the Microsoft Azure cloud services. “Azure Function” can be written in multiple languages such as JavaScript, C#, PowerShell, F#, Java and Microsoft has planned(/is planning) to integrate Go-Lang into their ecosystem as well. Azure functions are provided in predominantly two major versions... Continue Reading →
C# Dynamic and Error : Dynamic Operations Can Only Be Performed In Homogenous AppDomain.
I have been using dynamic since its introduction in .net framwork 4.0. I do something like using a c# sortedlist with id and object, or other usages as assigning a complete object to a dynamic variable. In ASP.Net MVC I never had problems assigning dynamic variables, instead of var's but when I use it with SharePoint, it... Continue Reading →
Certified SCRUM Master and Certified SCRUM Product Owner
Learning for certification as your target, is the wrong approach. Learning to learn and improve yourself, is the way to go. My idea behind this certification was to learn more, and to learn it right. This was a collaborative workshop and seminar provided by certified coaches from Scrum.org which I highly recommend. You can find more... Continue Reading →
Rendering html elements in SharePoint Webparts without explicit tags in ASCX file
Web Parts are part of the ASP.NET technology and are used extensively in Microsoft SharePoint installations. They are used to display or manipulate content on a SharePoint site by the end user. The changes made can be made visible for all or only for certain users. In addition, settings can be saved and assigned permanently... Continue Reading →
HTML ImageMap
Web-based graphics is a term used in web design and also refers to multimedia programs. It provides a way to embed hyperlinks within a graphic. These are implemented with the variable shape = as rectangular (round), round (circle) or free (poly) buttons, which behave as hyperlinks in the hypertext of an HTML document. As a... Continue Reading →
C++ Code compilation – NetBeans
Just a quick tip ! if ever you have a code to be compiled in linux, and that it was initially built and compiled in Netbeans IDE. all you have to do is to just go to that specific project directory from your terminal and command 'make' This builds the project from your terminal (libraries... Continue Reading →
VirtualBox (VERR_PDM_MEDIA_LOCKED)
Recently after installing updates on Ubuntu 12.04 , the "Full Screen" functionality of my VM VirtualBox did not work anymore. Every time I click on VirtualBox window - Devices - Install Guest Additions, gave me this error - VERR_PDM_MEDIA_LOCKED, which implies that your local drive allocated for your VM is locked out for any changes.... Continue Reading →
You must be logged in to post a comment.