Welcome to Ultra Developers.

the company that developes your success

Read Blog


blog

Working with Teams: Personal Maps

A great exercise for a better understanding of people is to capture what you know about them in personal maps.

+ more

How to: Test that an Application can establish a Connection to Oracle Database using C#

Sometimes your application connects to database for querying, inserting and deleting data from tables. You need to make ...
+ more

How to: Check that a string contains Arabic Characters using C#

Sometimes your application may need to know if a string contains Arabic characters for example if you create an applicat...
+ more

How to: Telnet a remote service using C#

Sometimes your application connects to remote services for any purpose such as querying a database, sending e-mails, sen...
+ more

How to: Check that a server is reachable across the network using C#

Sometimes your application connects to other servers for any purpose such as querying a database, sending e-mails, sendi...
+ more

How to: Make your windows forms application run at Windows startup using C#

Sometimes you need to run your windows forms application when the user log in to windows. Many applications that use thi...
+ more

Walkthrough: Maintaining Selected Row of the DataGridView Control after refreshing Data.

Sometimes you need to maintain the selected row that you want to take an action on. If you make a refresh of data in the...
+ more

Running a long time operations on the database using LLBLGen Pro.

Sometimes a query can take a long time to complete such as retrieving a large dataset that contains thouthands of databa...
+ more

Displaying an alert window in your windows forms application using C#

Some developers that use Microsoft live Messenger see an alert window when somebody of their contacts comes online. Whil...
+ more

How to: Prevent hijack sessions attacks for ASP.NET Web Applications

In computer science, session hijacking refers to the exploitation of a valid computer session to gain unauthorized acces...
+ more