by bilalamjad | Jun 28, 2019 | .NET, Blockchain, C#
Learn How to compute SHA256 Hash in C#. Hashing (also known as hash functions) in cryptography is a process of mapping a binary string of an arbitrary length to a small binary string of a fixed length, known as a hash value, a hash code, or a hash. Hash functions are...
by bilalamjad | Jan 20, 2019 | ASP.NET
If you have been following the Microsoft developer space of late, you may have thought to yourself, “It’s a new Microsoft.” These realizations were none the more evident than if you attended the recent //BUILD developer conference. Change is in the air for Microsoft...
by bilalamjad | Oct 7, 2018 | .NET, SignalR
Hello Readers! Today I am going to tell you how to build a chat application on .NET using SignalR without any database. Obviously this application is not going to store any communication between the peers however will tell you how to broadcast using SignalR with very...
by bilalamjad | Sep 16, 2018 | .NET, ASP.NET, ASP.NET, ASP.NET Online, Visual Studio
In this article, we will see a very simple method to upload large files in the Web API project using MultipartFormDataStreamProvider. We can create a Web API project in Visual Studio 2017 or 2015. After some time, our project will be created with default templates. We...
by bilalamjad | Mar 26, 2018 | .NET, ASP.NET, ASP.NET
Well, When you are building an ASP.NET MVC most of the time we use PartialViews to better manage our project by increasing re-usability of views. The most common problem that has been reported by ASP.NET Developers is that JavaScript does not work in Partial Views and...
Recent Comments