|
-
June 16th, 2005, 01:53 AM
#1
Is it safe to use Microsoft Application blocks?
Microsoft has provided application blocks for various application needs for e.g., Data Access block, Exception handling block etc. Since I'm new to VB.NET I'm not very sure about the pros and cons of using these blocks in my app. I'm using a typical 3-tier logical architecture for my app (Presentation, Business logic and Data access layer) and SQL Server 2000 as my db server.
I seek the advice of masters on this subject. I need the pros and cons of using these blocks. If any body has a better idea say for database connectivity and exception handling, then please come forward with your ideas.
While BUG_IN_PROGRAM
ApplyPatch
wend
Private Sub ApplyPatch
BUG_IN_PROGRAM = True
End Sub
-
June 16th, 2005, 08:20 AM
#2
Re: Is it safe to use Microsoft Application blocks?
When it comes to exception handling, try/catch always works quite fine for me.
-
June 16th, 2005, 03:57 PM
#3
Re: Is it safe to use Microsoft Application blocks?
Well, the blocks are there as helper functions. So if you do not want to spend time in re-creating database connection functionalities, you can just import the DATA block and use it.
I sometimes refer to the source code for the blocks to see how MS engineers/programmers do it and use it as an example.
As far as safe goes, well read the EULA and see if you can handle it Worst come to worst, you can get the source code and compile it yourself.
Good Luck,
-Cool Bizs
-
June 16th, 2005, 10:58 PM
#4
Re: Is it safe to use Microsoft Application blocks?
Thanx for all your valuable comments!
While BUG_IN_PROGRAM
ApplyPatch
wend
Private Sub ApplyPatch
BUG_IN_PROGRAM = True
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|