Whats the benefit of the Microsoft.Practices.EnterpriseLibrary?
-
Whats the benefit of the Microsoft.Practices.EnterpriseLibrary? and whats the demerits of these DLL's is this secure more than simple database connectivity Please help me Thanks..
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
-
Whats the benefit of the Microsoft.Practices.EnterpriseLibrary? and whats the demerits of these DLL's is this secure more than simple database connectivity Please help me Thanks..
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
Piyush Vardhan Singh wrote:
Whats the benefit of the Microsoft.Practices.EnterpriseLibrary?
Enterprise Libarary is a collection of Wrapper around the usual .Net classes. This allows you to do by writting less piece of code, as many of the core/basic functionalities are handled by EL itself.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Piyush Vardhan Singh wrote:
Whats the benefit of the Microsoft.Practices.EnterpriseLibrary?
Enterprise Libarary is a collection of Wrapper around the usual .Net classes. This allows you to do by writting less piece of code, as many of the core/basic functionalities are handled by EL itself.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
if we are useing EnterpriseLibrary(data base) and not properly close all the object then it create possibility of mummery likes Problem. or effect on the website process and speed.
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
-
Whats the benefit of the Microsoft.Practices.EnterpriseLibrary? and whats the demerits of these DLL's is this secure more than simple database connectivity Please help me Thanks..
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
"The Microsoft Enterprise Library is a collection of reusable software components (application blocks) designed to assist software developers with common enterprise development challenges." http://www.codeplex.com/entlib[^] As it says, EntLib provides a package of code that covers common scenarios, like exception handling, logging, data access, etc. so you don't have to write it.
only two letters away from being an asset
-
Piyush Vardhan Singh wrote:
Whats the benefit of the Microsoft.Practices.EnterpriseLibrary?
Enterprise Libarary is a collection of Wrapper around the usual .Net classes. This allows you to do by writting less piece of code, as many of the core/basic functionalities are handled by EL itself.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
Manas Bhardwaj wrote:
Wrapper around the usual .Net classes.
It is far from a "wrapper" around .NET classes
only two letters away from being an asset
-
if we are useing EnterpriseLibrary(data base) and not properly close all the object then it create possibility of mummery likes Problem. or effect on the website process and speed.
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
Piyush Vardhan Singh wrote:
not properly close all the object
Have you experienced this? If you look through the source you can see heavy usage of using statements and implementation of the disposable pattern. If you are experiencing problems with open connections or objects not being disposed it is more likely to be caused by your code than the Enterprise Library.
only two letters away from being an asset
-
Whats the benefit of the Microsoft.Practices.EnterpriseLibrary? and whats the demerits of these DLL's is this secure more than simple database connectivity Please help me Thanks..
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
It means when your project doesn't work, you can blame Microsoft's practices, not your own
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp