Skip to main content

Posts

Featured

Uploading large file in chunks in Asp.net Mvc c# from Javascript ajax

Often we have a requirement to upload files in Asp.net, Mvc c# application but when it comes to uploading larger file, we always think how to do it as uploading large file in one go have many challenges like UI responsiveness, If network fluctuate for a moment in between then uploading task get breaks and user have to upload it again etc.

Latest posts

Build and publish web application from command line using MSBuild.exe

Run multiple batch (.bat) files from a single batch file and hold the screen when error occurs

Merge data in sql server without merge statement (supports major version of sql server)

JQuery Controls with knockout making custom handlers

Dynamic data type in WCF services (Using KnownType Attribute)

Creating Custom binding handler in knockout and how it works

Generate PDF from html, webpage using pechkin in asp.net c#

Generate PDF, screenshot of a webpage in c# using phantomjs

Merging multiple PDFs using iTextSharp in asp.net c#

image resizing in asp.net c# dynamically