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.