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: Check that an email is in a valid format using Regular Expressions and C#

Sometimes you store users’ data in database and many users can change their data including their emails. Email addresses...
+ more

How to: Create an ASP.NET Indicator Control using C#

Sometimes you want to display an indicator of completeness of something such as indicator of profile completeness, task ...
+ more

How to: Get your Machine Processor Id using C#

Sometimes you need to store a piece of information that uniquely identifies the machine your application runs on. One of...
+ more

How to: Encrypt and Decrypt your data with X509 Certificates using C#

Sometimes you want to secure your data with a way that you are the only one that will be able to view these data again. ...
+ more

How to: Detect Network Connectivity Availability Change Status using C#

Sometimes your application connects to a web service or web sites or querying databases on other machines on the network...
+ more

How to: Upload files to FTP directory using C#

Sometimes your application wants to upload files or reports to an FTP directory on a web server to be viewed by your cus...
+ more

How to: List all TCP connections made by your machine using C#

Sometimes you need to know what the TCP/IP connections that your machine makes across the network. This can help in dete...
+ more

How to: Load & Save Mail Settings in Application Configuration File using C#

Sometimes your application wants to send e-mail notifications to customers. You need to let the customers of your applic...
+ more

How to: Send an email Message using SMTP and C#.

Sometimes your application wants to send e-mail notifications to customers such as notifying them about the latest news ...
+ more