-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
In this post I'll illustrate in details the following points What is static code analysis? When to use? Supported platforms Supported Visual Studio versions How to use Run Code Analysis Manually Run Code Analysis Automatically Run Code Analysis while check-in source…
>>> More
-
as seen on SQL Server Performance
- Search for 'SQL Server Performance'
SQL Server
Integration Services (SSIS) is a Business Intelligence tool which can be used
by database developers or administrators to perform Extract, Transform &
Load (ETL) operations. In my previous article Using
WMI Data Reader and WMI Event Watcher ... [Read Full Article]
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Our team is investigating various options for static analysis in our project, and have mixed opinions about whether we want our Continuous Integration build to fail because of warnings from static analysis.
The argument against failing the build is that there are often exceptions to the rules, and…
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
Join BI Architect Bill Pearson in this introduction to Security in Analysis Services 2008. Here we explore security concepts and implementation, and look forward to hands-on practice with security in other articles of this subseries.
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Memory for managed code is handled by the garbage collector, but if you use any kind of unmanaged code, like native resources of any kind, open files, streams and window handles, your application may leak memory if these are not properly handled. To handle such resources the classes that own these…
>>> More