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 CommentTag: C#
IEnumerable 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