15,792,060 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Selvin (Top 38 by date)
Selvin
31-Jan-14 7:30am
View
Reason for my vote of 1 \n it is just copy of http://stackoverflow.com/questions/104601/response-redirect-to-new-window#104881
Selvin
11-Dec-12 10:49am
View
Reason for my vote of 1 \n there is no need to rewriting d.android.com
Selvin
11-Dec-12 10:47am
View
Reason for my vote of 2 \n what for ? http://developer.android.com/training/basics/firstapp/creating-project.html
Selvin
3-Dec-12 4:35am
View
Reason for my vote of 1 \n http://xkcd.com/327/ ... say no for sql injection vulnerable code for beginers ...
Selvin
19-Nov-12 19:00pm
View
Reason for my vote of 2
"Selvin rulez!"@example.com or Selvin tag@example.com <- valid by rfc not valid by your regexp ...
Selvin
15-Oct-12 8:15am
View
Reason for my vote of 1
just use http://en.wikipedia.org/wiki/Fisher-Yates_shuffle and that take first 4 elements ... this code is so ugly
Selvin
6-Sep-12 10:25am
View
Reason for my vote of 1
poor content
Selvin
2-Jul-12 5:06am
View
Reason for my vote of 1
http://www.codeproject.com/Tips/413103/How-to-Find-a-Text-in-SQL-Server-Stored-Procedure
Selvin
2-Jul-12 5:06am
View
Reason for my vote of 1
http://www.codeproject.com/Tips/413103/How-to-Find-a-Text-in-SQL-Server-Stored-Procedure
Selvin
14-Jun-12 4:19am
View
Reason for my vote of 2
"The Code Project was formed to provide developers with a place to meet and exchange ideas. We hope to provide developers with all the resources they need to help them in their day to day programming, as well as helping them keep up to date with the latest technologies."
Selvin
8-Jun-12 3:31am
View
Reason for my vote of 1
so i have to send my login and password to your web application ... anyway there is no article here ... this is only announcement of your website
Selvin
31-May-12 6:43am
View
Reason for my vote of 1
sorry, but you didn't mention how sample webservice looks and how to eventually post some parameters. so this tip is only about how to do webrequest to http server not how to call webservice with webrequest ...
Selvin
25-May-12 8:39am
View
Reason for my vote of 1
http://beta.codeproject.com/Articles/357812/Send-mail-in-Asp-Net
Selvin
24-Apr-12 10:53am
View
Reason for my vote of 1
you posted the same article twice ... http://www.codeproject.com/Tips/371417/Send-Mail-Contact-Form-using-ASP-NET-and-Csharp
Selvin
24-Apr-12 10:52am
View
Deleted
Reason for my vote of 1
why you posted the same article twice ?http://www.codeproject.com/Tips/371417/Send-Mail-Contact-Form-using-ASP-NET-and-Csharp
Selvin
24-Apr-12 10:28am
View
Reason for my vote of 1
too much Layouts .. for such things you should use GridView ... and Adapter
Selvin
23-Apr-12 3:24am
View
Reason for my vote of 1
what about bitwise comparison?
Selvin
23-Apr-12 3:10am
View
Reason for my vote of 1
http://www.codeproject.com/Tips/316975/Saving-Changes-Is-Not-Permitted-On-SQL-Server-2008
Selvin
20-Apr-12 9:42am
View
Reason for my vote of 1
after this code:
MessageBox.Show("Hello World 1");
Button1.Text = "Hello World 1";
MessageBox.Show("Hello World 2");
Button1.Text = "Hello World 2";
MessageBox.Show("Hello World 3");
Button1.Text = "Hello World 3";
i end with Button1.Text = "Hello World 3"; after first MessageBox
Selvin
18-Apr-12 11:15am
View
Reason for my vote of 1
no for yet another sigleton pattern article ... google singleton C# gives enough good result at first place like http://msdn.microsoft.com/en-us/library/ff650316.aspx and http://www.yoda.arachsys.com/csharp/singleton.html
Selvin
5-Apr-12 8:32am
View
Reason for my vote of 1
what is the point of this tip ?
Selvin
5-Apr-12 8:31am
View
Deleted
Reason for my vote of 1
what is the point of this tip?
Selvin
31-Jan-12 12:52pm
View
Deleted
Reason for my vote of 1
title is unrelated, nothing new, upload not working for my php file, ....
Selvin
24-Jan-12 4:49am
View
Deleted
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
delegate void ProgressCallback(int value);
[DllImport("Engine.dll")]
public static extern void DoWork([MarshalAs(UnmanagedType.FunctionPtr)] ProgressCallback justCallback);
...
DoWork(callback);
and that's it :)
Selvin
16-Jan-12 11:02am
View
Deleted
Reason for my vote of 5
good one :)
Selvin
3-Jan-12 4:44am
View
Deleted
Reason for my vote of 2
throws error on paste(Ctrl v with some text data)? (i didn't test it but it should throw error since you're using int.Parse without try/catch
Selvin
2-Jan-12 5:26am
View
Deleted
Reason for my vote of 1
this is not correct regex for validating email
Selvin
30-Dec-11 15:27pm
View
Deleted
Reason for my vote of 1
Out of context. OP is discussing about ASP.NET but you posted for Windows Forms.
Selvin
24-Dec-11 10:13am
View
Deleted
Reason for my vote of 1
not a tip ...
Selvin
17-Dec-11 10:23am
View
Deleted
Reason for my vote of 1
sql basics not tip
Selvin
13-Dec-11 14:43pm
View
Deleted
Reason for my vote of 1
why ?
Selvin
13-Dec-11 14:27pm
View
Deleted
Reason for my vote of 1
http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=7271 in zipped sample, file: browsercheck.aspx
Selvin
12-Dec-11 12:41pm
View
Deleted
Reason for my vote of 1
another plagiarism http://en.csharp-online.net/Measure_execution_time
Selvin
12-Dec-11 12:37pm
View
Deleted
Reason for my vote of 1
http://dotnetslackers.com/community/blogs/haissam/archive/2007/02/02/Run-Executable-file-in-ASP.NET.aspx are you haissam?
Selvin
12-Dec-11 12:31pm
View
Deleted
Reason for my vote of 1
taken from http://wiki.asp.net/page.aspx/57/session/
Selvin
9-Dec-11 11:57am
View
Deleted
Reason for my vote of 1
result = instead of StringBuilder
Selvin
25-Mar-11 9:22am
View
Deleted
thnx again :)
Selvin
25-Mar-11 7:17am
View
Deleted
Reason for my vote of 5
wow i couldn't find this
5x thnx man
i was trying to find the way to compress Microsoft Sync Framework service response/request without luck ... now it's worrking :)
Show More