satalaj

Stories kicked 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

Mastering jQuery now available at TekPub | Encosia(encosia.com)

submitted by javeryjavery(5523) 2 years, 5 months ago

Dave and I launch a new series on TekPub about Mastering JQuery. read more...

3 comments |category: |Views: 378

tags: another

Displaying Google Analytics Data in ASP.NET(mikesdotnetting.com)

submitted by MikesdotnettingMikesdotnetting(340) 2 years, 7 months ago

If you have a Google Analytics account, you can use the Data Export API provided by Google to access your visitor stats, and retrieve them for use elsewhere. Here's how to display some stats in ASP.NET. read more...

add a comment |category: |Views: 140

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

Take an ASP.NET Application offline with HttpModules(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 2 years, 8 months ago

Whenever you do maintenance work on a website it is advisable to show the visitors a nice message telling them politely to come back later, rather than a nasty error, or even worse: a big Yellow Screen of Death. Read how I found a solution similar to the app_offline.html approach using HttpModules and how I still allow administrators to access the website. read more...

add a comment |category: |Views: 393

tags: another

Building a Single Sign On Provider Using ASP.NET and WCF: Part 3(developmentalmadness.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 9 months ago

This is the third article in a four part series on building a single sign on (SSO) provider using the ASP.NET platform. read more...

add a 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

Model View Presenter (MVP) Pattern(blog.dczweb.net)

submitted by dczupekdczupek(99) 2 years, 9 months ago

Model-View-Presenter is a user interface design pattern engineered to facilitate automated unit testing and improve the separation of concerns in presentation logic. The Model is an interface defining the data to be displayed or otherwise acted upon in the user interface. The View is an interface that displays data (the Model) and routes user commands to the Presenter to act upon that data. The Presenter acts upon the Model and ... read more...

add a comment |category: |Views: 507

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