in

Syrinx Consulting

Notes from the field on SharePoint development, deployment and usage.

Browse by Tags

  • Part 6 - Generating Some Classes (and an Interface)

    In this installation of my blog series I'll cover creating integrated InterfaceObject, DataAccess and ApplicationObject (BusinessObject) classes based on the definition file that use these newly created stored procedures and provide an API to the users of our classes. The Interface, Data Access and...
    Posted to Dot Net (Weblog) by JohnF on 05-12-2008
  • Part 5 - Creating Stored Procedures using SQL Server Management Objects (SMO)

    In this installation of my blog series I'll cover defining, creating and persisting SQL scripts for stored procedures based on our CodeGeneratorPropertyList using SQL Server Management Objects (SMO). As I stated at the end of my last post, this takes an entirely different approach than table generation...
    Posted to Dot Net (Weblog) by JohnF on 04-29-2008
  • Part 4 - Tables Creation in SQL Server using SMO

    In this installation of my blog series I’ll cover defining, creating and persisting SQL scripts for tables based on our CodeGeneratorPropertyList using SQL Server Management Objects (SMO). The script for creating tables and then saving the SQL script for the table creation is relatively straightforward...
    Posted to Dot Net (Weblog) by JohnF on 04-21-2008
  • Part 3 - Saving and Loading Definition Files

    In this installation of my blog series I’ll cover saving and loading definition files to and from XML. To enable the code generator to do its work and be re-usable across any application development we need to do a few things: 1. Define Code Generation Property class that will hold the data we need to...
    Posted to Dot Net (Weblog) by JohnF on 04-13-2008
  • Part 2 - Modify app.config On-The-Fly

    In this installation of my blog series I’ll cover the first concrete item listed in the introduction. Implement a WinForm that modifies its own Config file. Let’s start by creating a Main form for the UI that will be our work area for the Code Generator. We add a button “ M odify Config” that executes...
    Posted to Dot Net (Weblog) by JohnF on 03-21-2008
  • Design By Contract (DBC)

    I want to discuss a concept I first read about when going through the "Pragmatic Programmer" book. By the way this is an awesome book I recommend for every programmer. The book has tons of nuggets of helpful tidbits that every developer will find useful. The term Design By Contract (DBC) is...
    Posted to Dot Net (Weblog) by BolaO on 02-18-2008
  • IIS 7

    I attended an MSDN event the other day - the topic IIS 7. For those of you running Vista you have IIS 7 now. The team has been fixing a few bugs and the new updated version will ship as part of Windows 2008, and as service pack for Vista. My conclusion - I can't wait to upgrade my web servers to...
    Posted to Dot Net (Weblog) by IanD on 01-28-2008
  • Part 1 - RAD and Custom Code Generation

    I'm going to write a blog series about Rapid Application Development (RAD) and the advantages of using a custom code generator. Today I'm going to review what I'm going to cover in the coming weeks. The most obvious question to ask on this topic is this: With all of Visual Studio's drag...
    Posted to Dot Net (Weblog) by JohnF on 01-08-2008
  • Bob and Chris Roadshow

    Today I am at the Bob and Chris Roadshow - they are doing a whirlwind tour thru various topics such as Visual Studio 2008, Multi Tennant Data Architectures, LINQ and more. Chris Bowen, Microsoft Developer Evangelist for New ENgland just covered some great new features in Visual Studio 2008. He gave a...
    Posted to Dot Net (Weblog) by IanD on 12-13-2007
Page 1 of 1 (9 items)
Syrinx Consulting Corporation