satalaj

Stories submitted by satalaj

Client and server communication(www.revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 3 months ago

Client and server communication explained read more...

add a comment |category: |Views: 7

tags: another

Connection pooling myth explained(www.revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 3 months ago

Here, I have explained the how connection pooling works. and myth about connection. read more...

add a comment |category: |Views: 17

tags: another

sql server default port(revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 4 months ago

sql server default port configurtation and sql server client network utility read more...

add a comment |category: |Views: 3

tags: another

Asp.net read hotmail (revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 7 months ago

This article will read hotmail first email. read more...

add a comment |category: |Views: 17

tags: another

convert binary to bas stringe(revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 8 months ago

This post will show how to Convert binary to string and string to binary. read more...

1 comment |category: |Views: 12

tags: another

ASp.net C# simple captcha (revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 9 months ago

Simple captch implementation using ASp.net with C# and Generic HttpHandler to produce Images from text read more...

add a comment |category: |Views: 83

tags: another

built your own Ip to location(revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 9 months ago

In this article I'm trying to explore how one can develop their own IP to Location like stuff. This article will explore simple TCPIP scoket programming. There are 5 registerer who keeps records of IP addressess Domain Name. I have developed open source whois project which is capable of query almost all domain extensions like .in , .uk, .com, .mobi etc. You can download it from here http://satalajwhois.codeplex.com/ read more...

add a comment |category: |Views: 18

tags: another

Name your stored procedure (revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 9 months ago

What should be the name of your stored procedure ? read more...

add a comment |category: |Views: 9

tags: another

C# read pop3 email(revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 10 months ago

Read pop3 email attachments read more...

add a comment |category: |Views: 193

tags: another

Using session variables (revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 10 months ago

Here we will see how to use session variables best way to how to manage in your ASP.net web application? read more...

add a comment |category: |Views: 23

tags: another

Reportviewer stored procedure temp table(revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 10 months ago

Return temporory variables to dataset want not get the schema of the table Fix is use Table variables insted of temp tables read more...

add a comment |category: |Views: 53

tags: another

Asp.net monitor FTP http https pop3 smtp server(revenmerchantservices.com)

submitted by satalajsatalaj(95) 2 years, 11 months ago

In this tutorial we will monitor status of FTP ,HTTP, POP3 and SMTP server / services / application wheather thaey are down or running. we are using simple socket programming here read more...

add a comment |category: |Views: 27

tags: another