This post helps to understand the process of well-architected application development and architecting a software project from requirement to a fully functional decoupled layered architecture.…
1 CommentCategory: C#
Multi-threading is the ability to be able to execute multiple threads concurrently to perform various tasks parallelly. In the above code, both functions run in…
Leave a CommentIEnumerable and IQueriable in c# are interfaces for .Net collections. IQueriable inherits from IEnumberable interface that means IQuery can do all the things IEnum does…
Leave a CommentNLog is a .Net Library that is very useful for logging program information. It delivers various features of logging error-free.NLog allows users to write logs…
Leave a Comment