adammal

Stories kicked by adammal

Differences in Vulnerability between Oracle and SQL Server(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 4 months ago

In the IT world, but not among experienced DBAs, there has been a long-standing myth that the Oracle database platform is more stable and more secure than SQL Server from Microsoft. This is due to a variety of reasons; but in my opinion, the main ones are listed below: Read the whole article read more...

3 comments |category: |Views: 478

tags: another

TFS Sucks, here is a list why(nearinfinity.com)

submitted by josephfjosephf(235) 2 years, 8 months ago

If you are thinking about using TFS here is a list of reasons why TFS sucks for SCM. Any suggestions on making these annoyances go away is very welcome. read more...

14 comments |category: |Views: 2446

tags: another

C# Identify Crisis, You Have To Know Your Identity(devcomponents.com)

submitted by devexpertdevexpert(260) 2 years, 8 months ago

Marking the beginning of the end of C# as language and its ongoing identity crisis. read more...

6 comments |category: |Views: 855

tags: another

Introduction to SQL Server Encryption and Symmetric Key Encryption Tut(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years ago

SQL Server 2005 and SQL Server 2008 provide encryption as a new feature to protect data against hackers’ attacks. Hackers might be able to penetrate the database or tables, but owing to encryption they would not be able to understand the data or make use of it. Nowadays, it has become imperative to encrypt crucial security-related data while storing in the database as well as during transmission across a network between the client and the server. read more...

add a comment |category: |Views: 185

tags: another

XML Documentation File For Your .Net Project - It’s Important (dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 6 months ago

No comments appeared in the Visual Studio tooltip. On In this article, I am going to explain why it is so important to generate XML documentation file for each one of your .Net projects. read more...

2 comments |category: |Views: 344

tags: another

Troubleshooting blocking 101 on sql-server(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 3 years, 6 months ago

How to find out which process is blickong in SQL-server 2005 read more...

1 comment |category: |Views: 179

tags: another

Preventing Double Form Posts(andrewtokeley.net)

submitted by tokestokes(1085) 3 years, 6 months ago

Most posts on this topic focus on disabling the submit button that causes the post. This works fine when you only have one submit control. But, if you have multiple buttons and/or link buttons that can cause a post and want to avoid potential conflicts if a user clicks a second submit control before the first one has been processed then this is really simply approach. read more...

1 comment |category: |Views: 451

tags: another

Clone Detective for Visual Studio(codeplex.com)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 9 months ago

Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code. read more...

add a comment |category: |Views: 546

tags: another

Day-to-day with Subversion(weblogs.asp.net)

submitted by jonasjonas(2215) 4 years ago

A good post that highlights some of the functionality of Subversion read more...

add a comment |category: |Views: 67

tags: another

11 More Visual Studio Shortcuts You Should Know (dev102.com)

submitted by razamitrazamit(4566) 4 years ago

Following our First Visual Studio Shortcuts post here is another batch of shortcuts. read more...

2 comments |category: |Views: 73

tags: another

SQL Server 2005: Get full information about transaction locks(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years ago

Get information about what locks are being held by the transaction, what SPID owns the transaction, on which objects the locks are being held, what SQL statement caused the locks, etc... read more...

add a comment |category: |Views: 60

tags: another

Setting up authentication in asp.net MVC(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 1 month ago

Step by step guide on setting up a simple forms authentication scenario in asp.net MVC. read more...

add a comment |category: |Views: 91

tags: another

How to grayout an image in .Net(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years, 1 month ago

This article shows how to gray out an image in .net programmatically. This can be useful for making "Disabled" versions of images, etc. read more...

add a comment |category: |Views: 141

tags: another

Regular Expression Generator(txt2re.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 1 month ago

Generate regular expressions from sample text input read more...

add a comment |category: |Views: 9497

tags: another

Integrate PayPal Checkout Button with ASP.NET 2.0(codersbarn.com)

submitted by BognitBognit(2125) 4 years, 1 month ago

I recently posted a solution to the eternal PayPal / ASP.NET form submission problem using Jeremy Schneider's custom GhostForm class. Since then, several people have made mention of a problem of a problem that I came across myself when coding this, namely getting your project to recognize the reference to the new custom form class. read more...

add a comment |category: |Views: 412

tags: another

There is too much money to be made in software development(codebetter.com)

submitted by kerboukerbou(295) 4 years, 4 months ago

Opionions on the fact that "Too many developers don’t have incentive to improve their processes and abilities because they are overly compensated for their skills" read more...

2 comments |category: |Views: 6

tags: another