Downloading a File with C#
The below accompanies the previous example and is for downloading file with .Net C#. The file in this case was saved as binary data in a SQL database. Short and simple.
Software Engineer - Web Apps, Data Services
The below accompanies the previous example and is for downloading file with .Net C#. The file in this case was saved as binary data in a SQL database. Short and simple.
The below is a short example of a file upload in a Vue.js/.Net C# app. The file or files get attached to the “files” portion of the form colection.
When I was just starting my career as a developer, I was often found myself stressing over the technical aspects of software development tasks, wondering if I would be able to come up with a solution to the problem at hand. As someone who lacked experience, I worried that I would end up with a business requirement that I just would not know how to meet. As I gained experience and matured into a full stack developer, I began to realize that these fears were largely unfounded. For any given technical requirement, there was always some solution I could develop, or often as not, find someone else who had already had developed a similar solution for a similar requirement. For things technical now, my primary concern is making sure I choose the best approach among many to get the job done.