4. September 2024
Anil Kumar
Angular
Interceptors in Angular provide a mechanism to modify or handle HTTP requests and responses globally. They are a versatile tool that helps you implement cross-cutting concerns like authentication, logging, error handling, and caching efficiently.
Would you like more details on a specific use case of Angular interceptors, or perhaps a code example tailored to your project?
[More]
C# Language is an Object Oriented Programming model language from Microsoft which is evolving with day by day. It is a leading programming language in Microsoft stacks. As per the standard guidelines of this language, it behaves in following manner while making a type(class) ready to work - (1) Default initialization:(2) Default inheritance and (3) Default constructor
[More]
HTTP Error 500.35 - ASP.NET Core does not support multiple apps in the same app pool
[More]
Consul for service discovery in microservices is a good pick. For the Production servers it needs to be running up constantly and for that we have two choices - 1) open a command prompt for always and let the consul up and running 2) install consul as a windows service.
[More]
10. August 2020
Anil Kumar
General
This article covers straight-forward steps to install the Perl and modules. The MS Windows doesn't h
[More]
6. September 2019
Anil Kumar
Microsoft
This article is intended to highlight the key points relating to Dynamics 365 Business Central (the new SaaS version of Dynamics NAV since 2018). Let's explore with General aspects as well as Technical aspects of Dynamics NAV one by one.
[More]
21. December 2018
Amrit
C# , WPF
This article is written to address beginners who want to know how to start with events in MVVM. This article covers the click event for the explanation. Through the given small bullet steps in this article, a novice programmer can easily understand the flow-mechanism by seeing where and how to write the event handling related code part.
There are a lot of frameworks available with WPF like Gala Soft, PRISM and so on; in this article explanation, PRISM framework has been used in WPF MVVM.
[More]
29. August 2018
Amrit
C# , WPF
Key settings that are required to implement centralize localization library used in multiple projects. I faced this issue and doing lot of research didn't find anything fruitful. So I decided to just write these bullet settings that are useful for developers who may get some help from my post.
[More]
Blockchain is a chain of blocks(of Cryptography). It is a kind of secure, decentralized /distributed, intelligent ledger system where system or blocks or master-nodes are chained globally to process transactions.
[More]
Angular is an open-source, comprehensive JavaScript framework developed by Google for building dynamic, front-end web applications. It supports MVC framework and good for building Single Page Applications(SPA). Now, it has become most preferred framework for building interactive components-based web applications.
[More]