misru

Stories kicked by misru

Abstract Factory Design Pattern in C#(www.d80.co.uk)

submitted by dan_swaindan_swain(190) 9 months, 23 days ago

Abstract Factory design pattern example in C# for .Net developers. read more...

1 comment |category: |Views: 36

tags: another

What To Do When Inheriting A Code Base: Part 1 Inspecting the code(alfredoalvarez.com)

submitted by avatareavatare(61) 9 months, 23 days ago

in which I inherit a gigantic code base and its my job to support it and write some new functionality for it. I want to outline a few steps and practices I like to follow in order to get to the point that I’m confident making changes to the system in place. Note is that I use MS products in most of my development so I’m doing the article with those in mind. read more...

3 comments |category: |Views: 39

tags: another

Database Worst Practices – New Town and New Job and New Disasters(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 10 months, 15 days ago

Instead of writing best practices, I am going to write about few of the worst practices which I have quite often seen in the real world. Some of them are really bad that I often wonder how those who still use them were able to continue on the job so far. Let us go over few of the worst practices I have observed in the industry. read more...

1 comment |category: |Views: 211

tags: another

Preview: CodeSmith 6 Editor Improvements(community.codesmithtools.com)

submitted by tduponttdupont(1259) 10 months, 19 days ago

The CodeSmith Team has been hard at work on the new Visual Studio Template Editor and existing Visual Studio Integration story. In Generator 6 you will be able to create, edit, and run template entirely from within Visual Studio. Check it out and leave feedback now, because it is very close to it's first public beta. read more...

add a comment |category: |Views: 35

tags: another

Code refactoring with Visual Studio 2010 Part-1(www.dotnetlogix.com)

submitted by dotnetlogixdotnetlogix(524) 10 months, 22 days ago

Visual studio 2010 is a Great IDE(Integrated Development Environment) and we all are using it in day by day for our coding purpose. There are many great features provided by Visual Studio 2010 and Today I am going to show one of great feature called for code refactoring. read more...

add a comment |category: |Views: 19

tags: another

Existential Types in C#(www.typesandotherdistractions.com)

submitted by paf31paf31(90) 1 year, 4 months ago

What are existential types and how can we put them to use in C#? Here is an encoding of existentials in C# using generics. read more...

add a comment |category: |Views: 98

tags: another

SQL Server: How to Insert Stored Procedure Result Set in a Table (connectsql.blogspot.com)

submitted by lionofdezertlionofdezert(1110) 1 year, 4 months ago

Tables can be populated with data from result set of stored procedure. read more...

add a comment |category: |Views: 32

tags: another

If you are Shrinking your Database - This one is for you!(www.dzone.com)

submitted by pinaldavepinaldave(9662) 1 year, 4 months ago

Shrinking database is one of the very very bad operation of SQL Server. Pinal Dave proves this with example. read more...

add a comment |category: |Views: 376

tags: another

Creating Missing Index and Improve SQL Server Performance(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 4 months ago

A Quick Script which you can right away run and improve SQL Server Performance. read more...

add a comment |category: |Views: 516

tags: another

Rollback Transaction in SQL Server(www.sqlservercurry.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 1 year, 4 months ago

Commit and Rollback Transactions in SQL Server 2005/2008 is a huge topic in itself. In this article, I will explain how to use a Try..Catch block to commit and rollback transaction. In subsequent articles, we will explore how to rollback nested transactions too read more...

add a comment |category: |Views: 22

tags: another

Visual studio 2008 - Create Analysis Services cube (SSAS )(aspxtutorial.com)

submitted by composemecomposeme(919) 1 year, 4 months ago

In this tutorial, you will get to know about how to create a SSAS cube using wizard upon a data warehouse in visual studio 2008.... read more...

add a comment |category: |Views: 22

tags: another

SHRINKDATABASE For Every Database in the SQL Server(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

This article is an interesting story of Shrinking the Database. Do you Shrink your database - learn the story today! read more...

add a comment |category: |Views: 254

tags: another

The New Web App Architecture: ASP.NET MVC 3, jQuery Templating with PU(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 9 months ago

Good overview of using JSON bindings in MVC 3 preview with jQuery template rendering using PURE read more...

add a comment |category: |Views: 603

tags: another

ActiPro SyntaxEditor discussion of forthcoming grammar/AST framework(blog.actiprosoftware.com)

submitted by chadbrchadbr(60) 1 year, 9 months ago

In the previous post, we gave an overview about what we’ll be covering in this multi-part walkthrough of the next generation grammar/AST framework we’re developing for SyntaxEditor, our code editor control. Today’s post will dive right into a grammar and the building blocks needed to create one. read more...

add a comment |category: |Views: 128

tags: another

Computed Column – PERSISTED and Performance(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

Did you know computed columns are computed at run time? Yes or No? If yes, you know the answer of following question: Is it better with performance or not? If no, go on and read it... read more...

add a comment |category: |Views: 174

tags: another

Introduction to BINARY_CHECKSUM and Working Example(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

If any row has any value changed, this function can be used to figure out if the values are changed in the rows. However, if the row is changed from A to B and once again changed back to A, the BINARY_CHECKSUM cannot be used to detect the changes. Let us see quick example of the of same. Learn the trick! read more...

add a comment |category: |Views: 149

tags: another