Learn how to scrape websites data using asp.net with c#. As we all know scripting languages are good to scrape the data like python. But everyone isn’t familiar with python. If you are asp.net developer and want to scrape a website data, this post is for you. The very first thing you… 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, 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 →
In this blog post I am going to explain about how to integrate send grid in asp.net mvc within just 5 minutes. Before integrate you should have to sign up at send grid. Once you sign up then you can use send grid username and password to send emails using send grid.… read more →
Now days web api of mvc is using more than the wcf services. So when the security of api come to mind then everyone try to make api calls secure so no one can hack and access the api without access. So I implemented the token based authentication to allow only authenticated… read more →
Hi friends, I was working on asp.net mvc project with web api. But when I return the json from the web api and try to get in my application it throw the error while deserialize. Could not cast or convert from System.String to System.Collections.Generic.List`1. When I debug the code and found json… read more →
As I am working on asp.net since last 3+ years, I have great idea of what type of interview questions a interviewer can ask you. You can get good idea from the below interview questions for sure:- 1. Define Asp.net? Asp.net is set of tools offered by Microsoft used to developed windows,… read more →
Almost most of the people use the dropbox to store and share files. But sometime we need to access the dropbox files. Recently I have requirement to download the dropbox files using and c#. I have searched on google regarding the dropbox api and get in complete details. As dropbox doesn’t support… read more →
Amazon S3 is very fast growing cloud computing and storage hosting. I was working with amazon s3 cloud server to upload images using file upload with asp.net mvc. I have faced some problems due to version upgrade by amazon s3. I get the code older one that wasn’t compatible with new version… read more →
As we all know Google calendar is free online calendar to easy track the event’s of life. But if you want to integrate your google calendar into your application using asp.net that’s not a big deal. You have to just generate Client ID and Secret Key to access the google calendar in… read more →