An extremely useful article explaining how to issue internal domain redirects in ASP.net, through modifying global.asax.
read more |
Friday, August 29, 2008
Sunday, August 24, 2008
Terminate User processes in SQL Server
This article illustrates how to create a simple procedure to kill many sessions at the same time, kill a range of sessions and kill all of the sessions connecting to a database.
read more |
read more |
Monday, August 18, 2008
Custom Error Handling in ASP.net C# (C-Sharp)
An article offering a nice solution on how to properly set up custom error handling in ASP.net.
read more |
read more |
Thursday, August 14, 2008
CopyFileEx With Progress Callback in 20C
This article will show you how to call unmanaged DLL functions from C#. It will specifically walk through how to call CopyFileEx with a callback to report progress.
read more |
read more |
Monday, August 04, 2008
Flash vs Silverlight: Laser Orbit
A stunning effect with a laser orbiting around the mouse! In this example, it demonstrated the difference in dispatching Event between AS3 and C#.It included both Flash and Silverlight versions with complete source codes.
read more |
read more |
Subscribe to:
Posts (Atom)
Free Power BI Classes for Week 7 (Last)
Just completed the last class of the F ree P ower BI classes of this series. Today we have covered Adding a canvas background Adding Imag...
-
From the past 3 days I have been working on resolving merged and hidden cells issues when an SSRS reports is exported to excel. ...
-
When I tried to access the report manager after a fresh installation of Sql Server Reporting Serivces 2016 using the url http://localhost/R...
-
I was trying to build an SSIS package that one of my colleagues has created. The first error that was thrown was as below: Exception des...