I recently become Certified Scrum Master, So thought let’s write something about it. So anyone interested in this certification can contact me. I will guide for free. Scrum certification is very easy process. You shuold have basic understanding of agile and scrum. So before get certified scrum master you have to get… read more →
Hi Folks, Many time while surfing internet we need to capture the screen shot of current page. So there are various types of tools and extensions are available for that. But you don’t need that to capture a screen shot. Here the simplest way to capture the screen shot of current page.… read more →
I love jquery fullcalendar plugin. But sometime we need to do customizations as per our requirements. So I had a challenge to add a feature to copy last week events to next week on button click. I started work on this and created some logic to copy last week data and move… read more →
I was working on the nop commerce 3.80 framework, I did some customizations. I decided to upload the nop commerce solution to the windows azure. When I tried to pulbish I got weird error. Could not load file or assembly Here the full error Could not load file or assembly ‘file:///C:\Workspace\Projects\startup-myskinshop\MySkinshop_nopCommerce_3.80\packages\Autofac.3.3.1\lib\net40\Autofac.dll’ or… read more →
I created a new project using asp.net visual studio 2013, Then tried to add new area but found there wasn’t any option to add areas. I did google but didn’t found any proper solution. After some time I found someone wasn’t able to add controller in their project by right click and… read more →
As we know we can bind events and resources to a jquery full Calendar. I was able to do this, but I have a drop down filter which refetch the resources and events. While refetch on drop down change it was working fine for the events but the resources every time passing… read more →
In this article, I am going to explain how to do we can fix HttpAntiForgeryException. I was working on asp.net MVC project and it was the exception occurring most of the time on the production server. I got many exception messages from the rollbar. I did google research and found some methods… read more →
Hey friends, Today I’m going to let you guys know how to add a big water mark on the pdf. So some case when we generate pdf we need a add large water mark. For example : we have invoice pdf and we need to mark it as a paid by large… read more →
Hey friends, as I’m a developer and many time I need to test a application. So while test I have to sign up and I can’t create multiple emails every time to verify later. So I just got an idea from my friends which I’m going to share today. We can use… read more →
Hey friends, I just build a web application with some file uploads. It was working fine but once I updated my mobile with ios 9.3.1 it started show me error file upload failed. I was surprised when my client asked that’s the issue most of the user facing. I try to google… read more →