Check out the education and career discussion at MBAGuys.net
Go4Expert
Go4Expert RSS Feed

Newsletter Subscription
Enter email address


Delivered by FeedBurner

» Programming forum

» What G4EF Members are doing?
Winning $1 Daily

Nominating article of the month - Jun 2009

Wearing Reebok T-shirts they got for participating in forums

Reading Go4Expert.com June 2009 Newsletter
Recommended for developers
Depending on which programming language is used on your site (PHP, ASP, ASP.net, etc.) or whether you support Linux or Windows – specialized hosting is important to reach the full potential of your website and ensure its error free work.
ASSERTs in C++
Jul 02, 2009 - 6:36 PM - by Mridula
Introduction

This article talks about ASSERTs usage and customizing our own ASSERTs.

Background

Asserts are to catch implementation errors. The developer can document all the assumptions made on the his/her program, by using ASSERTs. If you have used asserts in your code and if it triggers, then you can know, there is a problem in your code and needs to be solved. And thus ASSERTs are to find bugs in your code.

These Asserts are available only for Developer loads or Debug loads. And are completely removed from Customer binaries or Release loads and so no issue of increase... [Read More]
1 Reply | 20 Views
User Tracking
Jul 02, 2009 - 12:22 PM - by naimish
Introduction

At present many are using the Production URL with the same cuid (User id). There is no log maintained about the login of the user. Even when some user logs in to the system and does some changes in the contents either intentionally or accidentally, it is difficult to track it.
The proposed solution will maintain a log about the login of the user and will send the mail whenever there is an unauthorised usage

Background

The solution is a ASP.NET based web application. It does the following
1. Validates the login credential of the user. If the login attempt is... [Read More]
0 Replies | 23 Views
Export Data table to MS-Excel CSV
Jul 02, 2009 - 11:58 AM - by naimish
Introduction

Exporting data from a data table to Excel or CSV is one of the most common functionality required in ASP.NET Web Application or .NET Window application. Users can download the data from the data grid into an Excel spreadsheet or CSV file for offline verification and/or computation. This article includes the source code for such functionality.

Background

This class library is fully implemented in C#.NET. This dll doesn't need to be registered. Simply copy the assembly "ExportUtility.dll" into r project folder and add it to references. You can also include the... [Read More]
0 Replies | 28 Views
Add Password in PDF File
Jul 01, 2009 - 9:53 AM - by naimish
Background

This article continues my previous one, to add watermark in PDF files, now we will go ahead and look how to add password in PDF File. Please check Add WaterMark In PDF Files.

The code

... [Read More]
4 Replies | 57 Views
Sending and Reading XML in Stored Procedure via .NET
Jun 30, 2009 - 8:49 AM - by naimish
Problem

We encounter a situation where we need to execute the stored procedure passing XML string as parameter. The SP executor is used to execute the stored procedure with dataset as input from the application. It converts the dataset into XML string and passes it to the Store procedure

Solution

This code snippet takes the dataset and stored procedure name as input. The same code can also be used for MS Access database by replacing the SqlConnection, SqlDataAdapter, and SqlCommand to OleDbConnection, OleDbDataAdapter, and OleDbCommand respectively.

Suggestions: [Read More]
2 Replies | 54 Views
» Article Archives
  Title, Username, & Date Last Post Replies Views
Simple Encryption/Decryption using C#
by naimish
06-30-2009 08:03 AM
Yesterday 11:25 AM
by naimish
8 95
Add WaterMark In PDF Files
06-30-2009 07:10 AM
Yesterday 11:24 AM
by naimish
14 155
Windows - Tips and Tricks
by nimesh
06-28-2009 11:31 PM
Yesterday 11:20 AM
by shabbir
3 98
Hide Data WITHOUT Steganography
06-26-2009 10:00 PM
Yesterday 11:21 AM
by shabbir
18 275
All about Static in C++
by Mridula
06-20-2009 06:26 PM
Yesterday 11:21 AM
by shabbir
4 255
Parallel Lint
06-14-2009 11:28 AM
Yesterday 11:21 AM
by shabbir
2 163
vBulletin 3.7.3 PL1 XSS Vulnerability and Patch Fix
06-08-2009 01:49 PM
Yesterday 11:21 AM
by shabbir
12 714
Progress Bar in Perl
by pradeep
06-06-2009 11:58 AM
Yesterday 11:21 AM
by shabbir
1 381
Return ANY number of values from a C++ function
06-01-2009 09:52 PM
Yesterday 11:21 AM
by shabbir
1 323
Master Pages in ASP.NET
05-31-2009 10:15 AM
06-19-2009 04:09 PM
by gkumar
2 709
Kill All Processes Matching A Pattern In A Single Command
by pradeep
05-30-2009 02:45 PM
06-25-2009 02:07 PM
by janu03
2 437
The Best Way to "hide" your files/folders
05-29-2009 02:17 PM
06-28-2009 09:17 PM
by SaswatPadhi
23 1,017
A 64-bit horse that can count
05-27-2009 11:45 PM
06-03-2009 09:27 AM
by shabbir
1 338
Strip/sanitize HTML with Perl
by pradeep
05-27-2009 02:26 PM
06-03-2009 09:35 AM
by shabbir
1 460
Introduction to Cracking - (Part III)
05-24-2009 06:18 PM
06-17-2009 06:56 PM
by shabbir
4 877
Stay Online While Cable Internet Is Not Available!
05-24-2009 01:47 PM
06-20-2009 09:36 AM
by shabbir
7 601
Joomla Installation
by neo_vi
05-23-2009 08:50 PM
06-10-2009 05:19 PM
by smartlipo
2 494
Newton Raphson Formula
by Nadr
05-21-2009 12:01 PM
06-18-2009 04:34 PM
by faceliftguide
4 847
Multithreading in C#
05-20-2009 10:06 AM
06-11-2009 01:02 PM
by LenoxFinlay
2 746
Overview of .NET Framework
05-20-2009 10:03 AM
06-19-2009 07:31 PM
by bariatricsurgery
4 554
Books by Amazon

Bookmark Us
Add to del.icio.us  Digg it  Add to Facebook  Add to StumbleUpon  Follow us on twitter

Link to Us
Copy HTML to Clipboard HTML
Copy BBCode to Clipboard BBCode

RSS Feed
Use your favorite reader to fetch information from G4EF.
  • Add to Google
  • Add to My Yahoo
  • Add to My MSN
  • Add to Wwindows Live
  • Add to my AOL

» Current Poll
One thing you can't recycle is "Wasted time"
Agree - 83.33%
5 Votes
Disagree - 16.67%
1 Vote
Total Votes: 6
You may not vote on this poll.
» Latest Forum Topics
C++ Caesar Cipher
by dldsob
0 Replies, 12 Views
C or C++
by Player
4 Replies, 40 Views
I NEED HELP ! i need...
by dhie20
5 Replies, 46 Views
resource file
1 Replies, 19 Views
How to open total...
by naimish
3 Replies, 20 Views
Go4Expert partners
Software development
MBA Forums
Mobile Broadband
C, C++, MFC, C# tutorials
Phone Cards
Web Programming Development
hosted exchange
Bid Management

Advertisement


All times are GMT +5.5. The time now is 06:59 AM.