Archive for January, 2006

ourSQLServerAdmin

One of my project got approved on sourceforge.net yesterday.

Website: http://oursqlservadmin.sourceforge.net/

Project Home: http://sourceforge.net/projects/oursqlservadmin
I was thinking of making a project page on my own site, but now sf.net will help me to track my project.
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Ready to Rock the Community

T-Mug had conducted the community launch on 21st Jan 2006. We had anounced the program details in discussion forum (http://forum.t-mug.org) and launch site (http://www.vslaunch.t-mug.org). We had the unexpected number (250+)who turned up for the program.We couldnt accomedate all, since we had restricted the seats,lunch,gifts etc to first 250 members.

You can find some snaps here
VN:F [1.1.6_502]Rating: [...]

Leave a Comment

Merge an .exe and a .dll into one .exe

ILMerge is a utility for merging multiple .NET assemblies into a single .NET assembly. It works on executables and DLLs alike and comes with several options for controlling the processing and format of the output.

Visual Studio .NET doesn’t offer this (a linker). Luckily, at the Microsoft Research Download Page there is a free tool called [...]

Leave a Comment

.:: NinethSense’s Paste Bin ::. v1.2

.:: NinethSense’s Paste Bin ::. v1.2 is now ready for use. You can reach there by http://www.ninethsense.com/pastebin/.
I retained the old version 1.1 at the same place, for my old uses - which was http://www.ninethsense.com/praveen/pastebin/
Change Log
* No much changes
* Added some javascript for title focus
* Aligned to Center.
* Added text requesting comments & suggestions

Dont know what [...]

Leave a Comment

Blog Syntax highlight

This post is a testing of syntax highlighting.
Actually i am using GeSHi Generic Syntax Highlighter

// C# code
using System.Web.UI.HtmlControls;
namespace scadmin
{
///
/// Summary description for paStatus.
///
public class paStatus : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Button Button2;
protected System.Web.UI.WebControls.DropDownList pushMonat;
protected System.Web.UI.WebControls.DropDownList pushJahr;

// PHP code
echo phpinfo();

SELECT *FROM tblPraveensBlog WHERE you = me and me = ‘Praveen’;

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

NinethSense TransEasy 1.0 Download

You can download Ninethsense TransEasy 1.0 from C-Net’s Download.com, for FREEEEEEEEE.

or you may download this drectly by clicking here:

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

C# FAQ

Good C# Frequently Asked Questions (FAQs) from MSDN blogs :
http://blogs.msdn.com/csharpfaq/archive/2004/03.aspx
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

T-MUG Visual Studio Launch

T-MUG, Trivandrum-Microsoft Users Group is organizing a Launch event
Visual Studio 2005, SQL Server 2005 & BizTalk Server 2005
on 21st Jan, 2006 @ Park Center, Technopark, Trivandrum
Registration site is available at http://vslaunch.t-mug.org/
All are welcome!!!
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

My Method of Backup-ing Outlook Express Mails

Outlook Express sotres mails as .dbx files.
you just go to the msgs folder on your hard drive and zip it and store it in some other media.
Need to find which folder your .dbx files are placed?

1. Open Outlook Express (i have version 6)
2. Tools -> Options
3. Under Maintenance Tab -> Click Store Folder
4. Here [...]

Leave a Comment

.NET on Linux ???

Yes!!!
Mono

What is Mono?
Mono provides the necessary software to develop and run .NET client and server applications on Linux, Solaris, Mac OS X, Windows, and Unix. Sponsored by Novell, the Mono open source project has an active and enthusiastic contributing community and is positioned to become the leading choice for development of Linux applications.
Project Home [...]

Leave a Comment