• Curriculum Vitae (CV)
• Major web solutions
• Web design projects
• Software solutions
• C# (Microsoft .NET)
• JAVA
• Dynamic HTML
• PHP & MySQL
• ASP.NET - C# & VB.NET
• Perl & CGI
• C | C++
• Vector Markup Language
• SMIL
• Assembler
• Databases
• Wap Development
• Web site promotion
• Web Marketing
|
|
View some examples of ASP.NET web applications created by Anton Zamov
Anton Zamov - ASP.NET developer since 02/2002
|
ASP.NET is a unified Web development platform that provides the services necessary for developers to build enterprise-class Web applications. ASP.NET also provides a new programming model and infrastructure that enables a powerful new class of applications. ASP.NET is a compiled .NET-based environment; you can author applications in any .NET compatible language, including Visual Basic, C# and JScript. Additionally, the entire .NET Framework is available to any ASP.NET application. Developers can easily access the benefits of these technologies, which include a managed Common Language Runtime environment, type safety, inheritance, and so on.
I started to program in ASP.NET since the summer of 2002. One of my best ASP.NET solution is the Meta Genome Viewer (http://www.genomeviewer.com) created by myself for MetaGen Bulgaria. The Genome Viewer is a web application (see demo at genomeviewer.com, the fully functional version is at orbitel.bg) which server side is entirely written in ASP.NET, the client side uses the latest technologies ( DHTML + VML ) to control the data flow and to display vector graphics in internet without any plug-in and with remarkable fastness.
Examples - ASP.NET Credit card validation solution written by Anton Zamov
|
Zamov CreditCardValidator v2.0
I am proud to present you Zamov CreditCardValidator v2.0 - a credit card validation solution written in C# by Anton Zamov , which checks to see if the credit card number matches the expected format.
Currently CreditCardValidator has 4 main methods (to set and get the credit card number, to get
the credit card type (VISA, MASTERCARD etc), to check if the number is valid, and to get the error message).
The Zamov CreditCardValidator can be very easy integrated in ASP.NET e-commerce solutions
or more complex C# applications.
Example of use of CreditCardValidator v2.0:
CreditCard.Validator creditCardValidator=new CreditCard.Validator();
creditCardValidator.setCreditCardNumber("4002417016240182");
private bool isCreditCardNumberValid=creditCardValidator.isValid();
// isCreditCardNumberValid=True in this example
private string creditCardType= creditCardValidator.getType();
// creditCardType="Visa" in this example
private string errorMessage= creditCardValidator.getError();
// errorMessage=" " in this example
For detailed information / source code or if you want customized or more complex
credit card validation / e-commerce solution in ASP.NET / J2EE / PHP please
contact me.
Free ASP.NET examples written by Anton Zamov
|
How to call an ASP.NET web service from client script?
How to increase the request size limit and make possible the upload of larger files?
May I use 2 programming languages in one aspx file?
How to read an Excel file with OleDb and a simple SQL query?
How to work with Comparer in order to sort files by date?
How to use the static Regex.Split() to split strings in C# ?
ASP.NET - Example of creation of Groups and using Group classes
|
|
Jobs Portal, poweful jobs board software
PHP Mall, multi vendors mall website software
Car Portal, php script for auto classifieds websites
NetArt Media, software products and services
Real Estate Portal, web software for real estate portals
Blog System, multi user blog hosting script
PHP Store, powerful e-commerce system written in PHP
|