help.net


Musing on .Net

News

Windows Phone Apps

FotoBank


FotoIreland

Windows 8 Apps




hit counters






Open source CMS


My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

Browse by Tags

All Tags » .NET SQL Server (RSS)
Sorry, but there are no more tags available to filter with.
Error logging techniques using Database
Nowadays error logging becomes mandatory and there has been lots of techniques/API's to log the errors. We develop a ASP.NET application and it works fine on your development machine, and when we deploy the application to the production we set the <compilation...
DAL Class and Transact-SQL generator for C#.Net
This program help you write the necessary code for doing base operations of your application's Data Layer (both Web and Windows applications). The function of this program is making a DAL class to easily selecting, manipulating and deleting records of...
Developing 3 tier web sites in ASP.NET 2.0
If you struggle with the new architecture database model in ASP.NET 2.0 maybe you should read this excellent article by Bipin Joshi on N-Tier architecture for ASP.Net 2.0
Inserting Records Into SQL Server Using SqlBulkCopy
With the advent of .NET 2.0 Microsoft has incorporated SQL Server’s bcp command line utility into the framework. The System.Data.SqlClient.SqlBulkCopy class provides significant performance increases over regular inserts. It also works with the...
More Posts