GeekArticles
Concepts
SecurityCLR Inside Out: New Library Classes in ?Orcas?
Author: msdn.microsoft.com |
Published: 31st Mar 2007 |
Visited: 175 times |
Add CommentFiled in: SecurityThe next version of Visual Studio, code-named ?Orcas,? supports new encryption algorithms, big integers, and other worthy enhancements. The CLR team explains.
Read Article Sponsored Links
Related Articles
• Performing XSLT Transformations inside the Database Performing XSLT Transformations inside the Database
Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr.employees table, you can create a script that will instruct the database to build an HTML page based on the data stored in...
...
• Performing XML Processing inside the Database Performing XML Processing inside the Database
When building XML-enabled applications on top of Oracle, there are many advantages to performing the XML processing inside the database when compared to performing it on the client. The key advantages to perform XML processing inside the database are as. ...