(Mahesh Sabnis) I have been working on ASP.NET and training developers since its early inception. Starting from its 1.x version, ASP.NET has attracted many developers through its new programming model and Web Controls, which has helped in developing Web Applications the easy way.
Other News
My First Look At The RequireJS Build Optimizer For Node.js
(Ben Nadel) Over the last few weeks, I’ve started to look into the RequireJS asynchronous loader and JavaScript dependency management system. Right off the bat, the facilitated modularity and code organization provided by RequireJS feels like a really solid approach to thick-client application devel
HTML5 Boilerplate template for ASP.NET with Visual Studio 2010
This is the 5th post in the series of HTML5 for ASP.NET Developers.
A simple JSON Editor
(klinkenbecker) This project describes a simple JSON string editor. It also describes simple use of various useful windows controls – TreeView, MenuBar and Context menu.
SQL Server – Database Backup files Verification and Details
(Paresh Prajapati) As a best practice, DBA need to verify each database backups are properly done or not, also make sure the backups are OK then is readable and can be restored. Because so many databases are scheduled as FULL and differential backups weekly/daily and transaction log backups on ever
Introduction to IBM i OmniFind Health Checker
(You Liang Wu and Nick Lawrence) This article describes a set of DB2 stored procedures that can be used by administrators to identify common problems related to OmniFind Text Search server for DB2 for i, so that issues with text search servers and text search indexes can be resolved quickly without
String Comparison
String Comparison When doing searches on string data there are a number of comparison operators that are popular. I’ll give you a few from SQL Server. The = operation is the most common where you wish to strings to be exactly the same. Depending on your database and/or table configuration the = comparison will or will not be case sensitive. […]
Remoting
Remoting I received this question from a reader regarding how to get applications operating on two different PCs to communicate. That is a broad topic, with many answers. So, today I thought I would consider one of the most difficult methods in Dot Net, which is Remoting. Obviously, there are a lot of other techniques/specifications to accomplish the same thing […]
Creating List Instance Schema in SharePoint 2010
(Saurabh Khatri) During the last few days, I have created a way where I am able to produce a List Instance Schema in 10 – 15 mins.
Audit Trail using XML column in SQL Server 2005
(Sagar Sengupta) Currently, I am developing an application on ASP.NET & SQL Server 2005. This application requires audit trail mechanism to track user changes on a database table. I have developed a technique based on SQL Server 2005 XML data type.