Blogs

Generating Passwords

We have the requirement that our passwords have to change every 90 days.  I wanted to automate this...

Changing the SQL Server Password

All of these failed except the last one. I was logged in as RMUser: Copy Text Copied Use a different...

Notify Me When Something Does Not Happen

I have 10 clients that each have a process that posts a value to my web service every hour at three...

Having the Result Set of a Stored Proc Sent to You by RSS Feed.

I wanted to monitor one of my system from my desk top and from my phone.  I found a simple solution...

Change Connection String Password Programmatically

On one of our projects, we have a requirement that we have to change our passwords every 90 days. ...

Data Access Layer Architecture

I wanted to document how we do our DAL.  First, performance is important, so we use ADO.NET instead...

Stripping Out Passwords

I have a page in my ASP.Net application where I show all of my AppSettings, connection strings...

Uploading XML Files to SQL Server

I had a large number of XML files that each contained hourly prices for a lot of different...

Grid within a GridView Cell

I needed to display some parent data with its child data on the same row as shown in the image...