renoldr

Stories kicked by renoldr

SQL SERVER – Questions and Answers with Database Administrators(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years ago

I have been in India for long time now, and at present, I am managing a very large outsourcing project. Recently, we conducted few interviews since the project required more Database Administrators and Senior Developers, and I must say it was an enthralling experience for me! I got the opportunity to meet some very talented and competent programmers from all over the country. Scores of interesting questions were discussed between the interviewers and the candidates, which made the whole interview process nothing short of an enriching occasion! I am listing some of the interesting questions discussed during the interviews. Some are technical and some are purely my personal opinion. read more...

add a comment |category: |Views: 308

tags: another

Using jQuery Validation in ASP.NET Master Pages(dotnetcurry.com)

submitted by samsertsamsert(2159) 3 years ago

jQuery has a Validation plug-in which is full of features and is quite flexible. However the name mangling in ASP.NET Master Pages presents interesting challenges in using this plug-in and I could not find a working solution on the net. In this article, I will demonstrate how to use the jQuery Validation plug-in with Master Pages read more...

add a comment |category: |Views: 536

tags: another

jQuery UI DatePicker instead of AJAX Control Toolkit CalendarExtender(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 3 years ago

The reasons why I abandoned using the CalendarExtender and choose to use the jQuery UI DatePicker instead. read more...

add a comment |category: |Views: 619

tags: another

8 Must Have Tools when Going to the Client’s Site(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years ago

Have you ever been to a client’s site and you are in the middle of a large deployment and something goes wrong. Of course not! yeah ..sure Don’t you wish then you had packed with you the source code code, X or Y tool to help you better diagnose the issue... read more...

add a comment |category: |Views: 942

tags: another

Top 5 SQL System stored procedures every developer should know(dotnetcube.com)

submitted by dncdudedncdude(1350) 3 years ago

There are a number of documented and undocumented system stored procedures in MS SQL Server that are helpful for every web developer working with databases. From the developer’s perspective, here’s a list of 5 System stored procedures that are my favorite. read more...

1 comment |category: |Views: 1037

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

What ASP.NET Developers Should Know About jQuery (visitmix.com)

submitted by mosessaurmosessaur(5424) 3 years ago

It’s hard to believe that JavaScript is already well over a decade old. Often relegated to marginal tasks in its early years, JavaScript has grown to become a pillar of modern web development. With the current popularity of DHTML and AJAX, it can be difficult to find a site that doesn’t use JavaScript anymore. One of the driving forces behind JavaScript’s newfound popularity is a proliferation of JavaScript frameworks, such as jQuery. Why? Though JavaScript itself is a great programming language, t... read more...

add a comment |category: |Views: 570

tags: another

No bandwidth MSDN: Reflector(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 1 month ago

How you can use Reflector to browse the insides of the .NET framework classes and why choosing Reflector over MSDN will make you a better developer. read more...

add a comment |category: |Views: 542

tags: another

Learning resources for .NET 4.0 new features(bogdanbrinzarea.wordpress.com)

submitted by mureshanmureshan(295) 3 years, 1 month ago

A comprehensive list of articles for .NET 4.0 new features read more...

add a comment |category: |Views: 670

tags: another