Software Development is one of the top career choices in the world at this moment. I speak to many people who aspire to be a Software Developer, but they aren’t sure about the skills they need, to be a go...
.NET 5, C# 9.0 (and many more features) is released now. Like always, its the time we go through the new handy features that came with the latest version. In this blog, the focus will be on C# 9.0 only. I will ...
What is Dependency? A dependency is an object that another object depends upon. For example; public class EmployeeControl...
.Net Core is a platform which is independent, modular and open source version of .Net framework. It is a complete re-write of .Net Framework with new CLR, Base Class Libraries for developing cross platform and ...
Git is amazing and you’ll learn only by using it. Like in any other version control system, in git, you commit files, review the history of changes, maybe even create a merge branch. Git is more powerful ...
In every web application, while making architectural and design-based decisions, deciding which identity provider is to be used is always a critical aspect because it defines overall security layer of a web app...
Chatbot is a buzzword that has been in highlights for past few years. The use of chatbots has been significantly increasing. The use cases are numerous. So we decided to choose this topic for our tech session t...
Serilog is a sure shot analytical Logging library for .Net Applications. While it works wonderfully with Simple Apps, it results extraordinarily when the structures become composite and application becomes asy...
While working with Azure; Application insights, a splendid feature, is highly recommended for the Software Developers. When used to Invigilate Live Applications; it makes it easy to ascertain bugs, recognize to...
My life has been super comfortable since I started using azure app service.It enabled me to build/host, Web Apps and Restful APIs in programming language of my choice, at equal speed. E.g., front end in angular...
What is Responsive Website? A responsive website changes the layout to offer an experience based on the device being used, especially ideal for mobile viewing. A mobile responsive website includes design el...
The activity of systematically examining computer source code with the intent of finding mistakes created or overlooked during the development process, thus improving the overall quality of the software. Pro...