chaks7

Stories kicked by chaks7

Design Patterns – Using the Decorator Pattern in C#(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 9 months ago

Decorator Patterns belong to the Structural Pattern category and it’s role is in providing a way of attaching new behavior to the object at run time. The object is unaware of the new behavior and this pattern is a good candidate for enhancing legacy applications. Decorator Pattern provides a way of adding functionality to an existing class without using inheritance. read more...

2 comments |category: |Views: 613

tags: another

Only In A Database Can You Get 1000% + Improvement By Changing A Few L(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 9 months ago

Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code read more...

add a comment |category: |Views: 624

tags: another

Top .NET Developer Resources(fitnessconnections.com)

submitted by phatboyslimphatboyslim(370) 3 years, 9 months ago

A comprehensive list of resources which can be utilized to keep skills sharp and stay on top of the latest industry trends. read more...

add a comment |category: |Views: 22

tags: another

Evolution of C# delegate syntax from .NET 1.x to 3.5(silverlighthack.com)

submitted by rev4bartrev4bart(420) 3 years, 10 months ago

Evolution of C# delegate syntax from C# 1 - C# 3. read more...

1 comment |category: |Views: 420

tags: another

Good SQL Articles To Read If You Can't Afford Books(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 11 months ago

You have only $50 left and you can buy two DVDs or one SQL book, what do you do? I would buy the book but not every person has the same idea of a fun time. This is the reason why I present you with a bunch of links to articles which will give you very good info. some of this you won’t be able to find in a book anyway. read more...

1 comment |category: |Views: 394

tags: another

SQL people that I follow on twitter(statisticsio.com)

submitted by StatisticsIOStatisticsIO(240) 4 years ago

Calling all twittering DBA's and DBD's. read more...

add a comment |category: |Views: 13

tags: another

December 16th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, VS, .NET, IIS(weblogs.asp.net)

submitted by RemanReman(1970) 4 years, 5 months ago

Scotts new links read more...

add a comment |category: |Views: 1

tags: another

Exists Vs. Count(*) - The battle never ends...(sqlblog.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 5 months ago

Exists Vs. Count(*) - The battle never ends... why you should use exists and not count(*) read more...

add a comment |category: |Views: 36

tags: another

Here's what you as a programmer need to know about LINQ(blog.adrianroman.ro)

submitted by aroman07aroman07(105) 4 years, 5 months ago

How much do you know about LINQ? If you only heard about it, you should read Mark Whitehorn's article. read more...

add a comment |category: |Views: 2

tags: another

Free SQL Server tools that might make your life a little easier (weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 6 months ago

Free MS and non MS tools for easoer work with SQL Server 2005 and 2000 read more...

1 comment |category: |Views: 62

tags: another

In depth: The ASP.NET MVC Pipeline(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 6 months ago

Lots of technical details about the new ASP.NET MVC framework, with a comprehensive diagram of the whole pipeline. A great way to get to know the new framework. read more...

2 comments |category: |Views: 452

tags: another

The General Guidelines of Whether to Create Indexes in a Database(digcode.com)

submitted by jameslingjamesling(40) 4 years, 6 months ago

When you are considering whether to create an index, evaluate two factors to ensure that the index will be more efficient than a table scan: the nature of the data and the nature of the queries based on the table. read more...

add a comment |category: |Views: 0

tags: another

The Gospel of the GUID - And Why It Matters!(weblogs.asp.net)

submitted by rimsystemsrimsystems(6119) 4 years, 6 months ago

There is only one commandment in the Gospel of the GUID: Thou shalt always use a GUID to uniquely identify a row in a table. read more...

20 comments |category: |Views: 20

tags: another

My favorite interview questions(blog.dotnetclr.com)

submitted by rawsoftrawsoft(430) 4 years, 6 months ago

These are some of the questions that I ask when I'm interviewing a new applicant for a developer position. read more...

8 comments |category: |Views: 123

tags: another

SQL - Truncate and Delete(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

Truncate an Delete both are used to delete data from the table. These both the command will only delete the data of the specified table, they cannot remove the whole table data along with its structure. Now it’s ok that both the SQL statements are used to delete only the data from the table but they both differ from each other in many aspects like syntax, performance, resources uses etc. to find out all differnces take a look of this article..... read more...

1 comment |category: |Views: 7

tags: another

Granting Execute permission on All Stored Procedure for a new SQL Serv(vikramlakhotia.com)

submitted by Vineet2Vineet2(435) 4 years, 7 months ago

In last few days I have been working with SQL Server Users. In My application the user of the Stored Procedures is not the creator (owner) of the Stored Procedures. Hence the user does not have execute permission on any of the Stored Procedures by default. read more...

add a comment |category: |Views: 4

tags: another