{{theTime}}

Search This Blog

Total Pageviews

MVC design pattern podcast

Model View Controller architecture podcast. MVC pattern is used in most of the enterprise applications. Click here to listen podcast

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...