Welcome to the CodeSmith Community!
Join
Sign in
Search Options
Search Everything
Search CodeSmith Community
Home
Home
Store
Blogs
Forums
Gallery
Help
More ...
Home
»
CodeSmith Community
»
Blake Niemyjski
CodeSmith Community
A description has not yet been added to this group.
Get this RSS feed
Home
Blogs
Tags
.Net
.netTiers
Activation Issues
Announcement
C#
CLR
CodeSmith
CodeSmith Community
CodeSmith Generator 6.0
CodeSmith Generator 6.5
CSLA
Documentation
how-to
LINQ-To-SQL
Oracle
PLINQO
Team Blog
Tips & Tricks
Tips &
Tricks
User Interfaces
Visual Studio 2008
Visual Studio 2010
Windows Installer
XML
Blake Niemyjski
RSS for Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Blake Niemyjski
How-to: Generating CSLA Business Objects from Views and Stored Procedures
Posted
03-20-2012
by
Blake Niemyjski
7
Comments
We have been working on a major update to the Generator CSLA Templates to support Views and Stored Procedures as well as CSLA 4.3. The following document will show you how you can take advantage of generating against stored procedures and views by updating...
Blake Niemyjski
CodeSmith Generator 6.0-Intellisense Improvements
Posted
02-02-2012
by
Blake Niemyjski
0
Comments
We recently released CodeSmith Generator 6.0.2 , which featured many usability and performance improvements to the Property Window and Editor Intellisense . We focused on bug reports as well as usability issues that we came across in the Template Editor...
Blake Niemyjski
CodeSmith Generator 6.0-Error Window Improvements
Posted
09-15-2011
by
Blake Niemyjski
0
Comments
We have received lots of feedback on CodeSmith Generator 6.0 , and we would love if everyone continued to provide feedback. We use the feedback you provide to determine the areas we spend resources on. One of the key areas that we worked on since the...
Blake Niemyjski
Presenting Having fun with Data Access Layer Optimization tonight at the IADNUG
Posted
08-04-2011
by
Blake Niemyjski
0
Comments
Tonight I will be presenting at the Iowa .NET user group on Data Access Layer Optimization with PLINQO. We will cover how you can use advanced concepts like Batching, Caching, as well as query optimization, through the use of profiling, to ensure your...
Blake Niemyjski
Announcing The CodeSmith Generator 6.0 Visual Studio Template Editor
Posted
06-02-2011
by
Blake Niemyjski
We are very excited to announce that CodeSmith Generator 6.0 will feature a built-in Visual Studio CodeSmith Generator Template Editor on top of our existing Visual Studio Integration . The team has been hard at work integrating a new Template Editor...
Blake Niemyjski
Extending the CodeSmith Generator PLINQO templates
Posted
01-19-2011
by
Blake Niemyjski
0
Comments
The following guide will walk you through the basics on how-to extend the CodeSmith Generator PLINQO Templates to fit your custom development needs. In this example we will create a new Webpage for each entity that we generate. This page will contain...
Blake Niemyjski
How-to: Create a new Oracle User
Posted
01-14-2011
by
Blake Niemyjski
2
Comments
Every now and then I need to create a new Oracle user to test the CodeSmith Generator OracleSchemaProvider. I wanted to outline the steps that I use to create a new user as well as change the password of an existing user. The first step one needs to take...
Blake Niemyjski
Wanted: Entity Framework Suggestions
Posted
10-18-2010
by
Blake Niemyjski
25
Comments
We have all been waiting for this day to come, and now it is finally here: Entity Framework has finally matured, and it is time to create some CodeSmith Generator templates for EF! We are excited to finally begin this project and we simple can not wait...
Blake Niemyjski
How-to:CodeSmith Generator SDK Integration Instructions
Posted
09-29-2010
by
Blake Niemyjski
0
Comments
Overview After reading this document you will know how-to download, install and use the CodeSmith SDK in your applications. Download After logging into your account at http://www.codesmithtools.com click on the download button located near the top of...
Blake Niemyjski
How-to: Creating your first CodeSmith Generator template
Posted
09-28-2010
by
Blake Niemyjski
0
Comments
Introduction CodeSmith Generator is a template based code generator for any ASCII language. It uses a syntax very similar to ASP.NET. This tutorial describes the process of building a template to generate SELECT/INSERT/UPDATE/DELETE stored procedures...
Blake Niemyjski
How-to: Rename your generated CSLA property names
Posted
08-03-2010
by
Blake Niemyjski
In the following example, I'll show you how to use the CodeSmith CSLA template's powerful renaming options. Many of you might have a legacy database with those ugly prefixes, or things you wish you could refactor but just can't. Luckily, you're...
Blake Niemyjski
How-to: Using a Stored Procedure extended property to preserve custom logic in the CSLA generated code.
Posted
07-30-2010
by
Blake Niemyjski
In the previous article on how to use the partial methods in the CodeSmith CSLA templates to preserve custom code mostly focused on the code side of things. For those of you who might be using Stored Procedures might be wondering... How do I accomplish...
Blake Niemyjski
How-to: Using the CSLA partial methods to preserve custom code and promote active regeneration.
Posted
07-29-2010
by
Blake Niemyjski
One of the best features of code generation is the reality of being able to actively generate you code while preserving custom changes. This allows you to implement custom logic while constantly making changes to your metadata and getting the latest template...
Blake Niemyjski
Breaking CSLA 4.0 property changes when using private backing fields.
Posted
07-28-2010
by
Blake Niemyjski
I came across this bug last night, which was occurring right as CSLA4 was released . It had to deal with the CodeSmith CSLA templates when you set UseMemberVariables to true. The error is quite obscure and not very intuitive as the signs of a bug are...
Blake Niemyjski
How-to: Preserve column names in generated PLINQO entities.
Posted
07-27-2010
by
Blake Niemyjski
There may come a time where you need to rename a column in your generated entity for whatever reason. The following tip and trick article will show you how to quickly accomplish this. Let's assume you have a generated property for the column AccountId...
Blake Niemyjski
Upgrading from CSLA 3.8.4 to CSLA 4.0 using the CodeSmith CSLA templates version 3.0.0.
Posted
07-26-2010
by
Blake Niemyjski
We recently released a new major version of the CSLA templates that add support for many new features including Visual Studio 2010, CSLA 4.0 and Silverlight 4.0 support. They can be downloaded here . When upgrading to the templates and you are going from...
Blake Niemyjski
CodeSmith supports Visual Studio 2010 RTM!
Posted
04-19-2010
by
Anonymous
We have been working with Microsoft over the past few months to ensure that CodeSmith works with Visual Studio 2010. The currently released version of CodeSmith 5.2.1 already supports Visual Studio 2010 Integration. Although the current support is titled...
Blake Niemyjski
Unit testing the CodeSmith CSLA Templates
Posted
04-08-2010
by
Anonymous
During the development of our CodeSmith CSLA templates we have spent a lot time unit testing the generated code to ensure everything was working correctly. In the future we would like to generate basic CRUD unit tests for any project. We decided to unit...
Blake Niemyjski
Updated CSLA QuickStart Video
Posted
03-18-2010
by
Blake Niemyjski
4
Comments
We have released an updated CSLA Quickstart video which can be found here . This video focuses on the changes to the recently released CSLA v2.0 templates. We will be releasing more CSLA videos soon.
Blake Niemyjski
How-to: Upgrade your PLINQO or CSLA templates
Posted
01-26-2010
by
Anonymous
This article will help you upgrade your solutions templates safely and easily to the latest major or minor version. The latest templates can be found on our Google code project and the latest nightly build can be found here . The first thing to do is...
Blake Niemyjski
How-to: Use SQL CLR Functions and Functions in your CodeSmith templates.
Posted
01-25-2010
by
Anonymous
In a previous post I had mentioned that we added SQL CLR Stored procedures as well as SQL Functions in the release of CodeSmith 5.2. Since then there has been a few questions since then on how to add this to your existing templates. The great news is...
Blake Niemyjski
How-to: CodeSmith and SQL Functions.
Posted
12-27-2009
by
Anonymous
CodeSmith now supports SQL Functions and SQL CLR Functions with the release of CodeSmith 5.2. I will quickly show you how to add SQL Function support to your template. The first thing you need to do in order to use SQL Functions is to set the IncludeFunctions...
Blake Niemyjski
How-to: Build a custom UITypeEditor
Posted
10-13-2009
by
Anonymous
Recently I built a CodeSmith sample UITypeEditor that allows a user to enter in custom data into a DropDownList. In the following article I’ll show you what you need to do in order to build your own UITypeEditor. First you need to create a public...
Blake Niemyjski
It's the littlest of things that we do, that make CodeSmith shine.
Posted
10-12-2009
by
Anonymous
During each release of CodeSmith, one thing we always do is test upgrade scenarios between each versions and check for backwards compatibility among other tests. Recently, I was amazed at how much change has taken place between CodeSmith 4.x and the latest...
Blake Niemyjski
CodeSmith CSLA Templates v1.0 released!
Posted
07-29-2009
by
Anonymous
Over a week ago we released our new CSLA Templates. I highly recommend everyone that uses CSLA to try them out as they will save you a ton of time. Also you'll notice very quickly that it follows the CSLA best practices and has other features that...
Page 1 of 2 (42 items)
1
2