PLINQO future queries are a way to defer query execution until it is needed. The difference between standard IQueryable deferred queries and future queries is that the future queries are batched up and executed in a single round trip to the database.
Overview
The SvnBackup command line tool is used to create backup copies of your subversion repositories. The source code is the life blood of your application. Keeping the source repository backed up is major part in keeping your team going in case something goes wrong with your repository.
Features
- Backup repository using hotcopy command
- Backup folder management
- Support repository parent directory
- Keep x number of backups
- Compress backups
PLINQO, which stands for Professional LINQ to Objects, is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers that are included with Visual Studio 2008. Features Generate or update a LINQ to SQL dbml file from a database schema. Includes all tables, stored procedures, functions, and views with the ability to exclude objects based on regex patterns. Ability to automatically remove object prefix and suffixes (ie. tbl_ and usp_). Dbml file can still be customized with the normal Visual Studio 2008 designer. Dbml file can be refreshed based on the current...
I'd like to announce the release of a little project I've been working on. I call it Calculator.NET. I started this project for a couple reasons. First, I was annoyed that Windows Vista doesn't come with a better calculator. Windows XP has Power Calculator, but that doesn't work on Vista. Next, I was reading a blog about DynCalc by Bart De Smet on how to do mathematical calculations. That gave me the starting point on how to create Calculator.NET. As part of the project, I created a MathExpressions library that does the bulk of work. The library supports math expressions, functions unit conversion...
CodeSmith 4.0 Beta 2 has been released and is now available to the public. Here are just a few the new capabilities in CodeSmith 4.0: CodeSmith Projects (.csp) - This feature makes automating your code generation process really easy and consistent whether you are working from inside of Visual Studio 2005, MSBuild, Windows Explorer, a command line / batch file, or CodeSmith itself. ActiveSnippets - Imagine Visual Studio 2005 snippets, but with the full power of CodeSmith available to execute any logic or access any complex metadata (including database schema and xml data) to control the output of...
The following CodeSmith templates are to generate the WilsonORMapper mapping file and to generate the business classes that can be mapped to. These templates have the following features... Converts plural table names to single tense class names Cleans table names to make legal class names Column name cleaning Support for all relationships including many to many Template based, easily changed to meet needs Support for Visual Basic and C# Merge support Update: These templates are now included with CodeSmith....
Announcement The MSBuild Community Tasks Project releases version v1.1.0.145. There are many new tasks in this release. Special thanks to all the contributors to the project. Current Community Tasks Task Description AppPoolController Allows control for an application pool on a local or remote machine with IIS installed. AppPoolCreate Creates a new application pool on a local or remote machine. AppPoolDelete Deletes an existing application pool on a local or remote machine. AssemblyInfo Generates an AssemblyInfo file using the attributes given. Attrib Changes the attributes of files and/or directories...
I’ve update and released a new version of Draco.NET. This release is mainly to make it compatible with Visual Studio 2005 and MSBuild. The following is a list of changes … 1.6-release-2 (1.6.4.0) Added MSBuild support Added Visual Studio 2005 support Added manual build (no polling) support Improved project config web page Fixed bug where error emails were sent repeatedly What is Draco.NET? Draco.NET is a Windows service application designed to facilitate continuous integration. Draco.NET monitors your source code repository, automatically rebuilds your project when changes are detected...
The MSBuild Community Tasks Project has released the first version of tasks. The following is a sample build project that uses the SvnVersion, AssemblyInfo, NDoc and Zip tasks to create a release. Import Targets The first thing that needs to be done in the build file is to import the MSBuild.Community.Tasks.Targets file that defines the available tasks. If you use the msi installer to install the MSBuild Community Tasks, you can use the path "$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets". Version Target The first target in the sample file is the Version...
Announcement The MSBuild Community Tasks Project releases version v1.0.0.29. The following is a list of tasks. Current Community Tasks Task Description AssemblyInfo Generates an AssemblyInfo file using the attributes given. FtpUpload Uploads a file using File Transfer Protocol (FTP). Mail Sends an email message. Math.Add Add numbers. Math.Divide Divide numbers. Math.Multiple Multiple numbers. Math.Subtract Subtract numbers. NDoc Runs NDoc V1.3.1 to create documentation. NUnit Runs tests using the NUnit V2.2 framework. RegistryRead Reads a value from the Registry. RegistryWrite Writes a value to...