Amir Talias

Amir Talias

Israel
Freelancer
  Contact

SKILL DETAILS

Software & Programming

80 ILS / hr
.NET, C#, Dot Net, VB
Development of a Movie Tickets Commerce Website by using IIS 7 and ASP.NET 4 technology.

The application was developed using Visual Studio 2010 and Microsoft SQL Server 2008 R2
The application was built according to the 3-tiers principle and included a separation to PL (UI), BLL (class libraray) and DAL (Entity Framework).

1. The application was developed using Visual Studio 2010 and Microsoft SQL Server 2008 R2
2. Creation and design of the UI by using ASP.NET 4, HTML and CSS.
3. Connection to the database was done by using ADO.NET Entity Framework.
4. The data was drawn from the Database and presented in the UI by using ASP.NET Data Controls and was saved using Sessions and Cache states.
5. AJAX was used in order to improve the application performance and user experience.
6. Using ASP.NET Membership to enable the registration and login of users. User types and accessibility was done by configuring Roles and Rules for every user.
7. ASP.NET Membership providers and architecture were configured in order to add additional data on users.
8. ASP.NET Validation controls were used in order to increase the security of the web site.


Development of a stand alone application that describes the employees in a company and their skills and references.

1. The application was developed in the C# language using Visual Studio 2010 and Microsoft SQL Server 2008 R2.
2. The application was built according to the 3-tiers principle and included a separation to PL (UI), BLL (class library) and DAL (Entity Framework).

1. The Database was built using Microsoft SQL Server 2008 R2.
2. Creation and design of the UI using the Windows Forms technology.
3. Connection to the database was done by using ADO.NET Entity Framework.
4. The data was drawn by using LINQ to Entities and SQL queries.
5. The BLL was written in a class library and included all the logic of Insert, Update, Delete etc'.
6. Using code Behind events in order to implement the logic in the UI.

AJAX
Development of a Movie Tickets Commerce Website by using IIS 7 and ASP.NET 4 technology.

Usage in AJAX in the aspx pages in order to prevent full postback while submitting the page.

Examples for using AJAX in the Website mentioned above:

1. Adding AJAX Toolkit AutoComplete Extender to a search textbox in order to get the data from the Entity right after you insert data to the textbox. This Extender required the implementation of Web Service and a Method that extracted the data from the DB using Linq To Entities.

2. Adding AJAX Toolkit Calendar Extender to a text box in order to choose the date of the movie.
This control prevented the use of an ASP.NET server calendar control that would do postback in every selection. The usage of the Ajax control required the addition of a client event that was written in JavaScript to the Ajax Extender.
Both Text box and Ajax Extender were located inside an ASP.NET DataGrideView Control.

3. Usage of the AJAX Toolkit ValidatorCalloutExtender with asp.net validation server controls in the Registration.aspx, in order to prevent the full postback of every validation control in this page.
ASP.NET
Development of a Movie Tickets Commerce Website by using IIS 7 and ASP.NET 4 technology.

1. The application was developed using Visual Studio 2010 and Microsoft SQL Server 2008 R2
2. Creation and design of the UI by using ASP.NET 4, HTML and CSS.
3. Connection to the database was done by using ADO.NET Entity Framework.
4. The data was drawn from the Database and presented in the UI by using ASP.NET Data Controls and was saved using Sessions and Cache states.
5. AJAX was used in order to improve the application performance and user experience.
6. Using ASP.NET Membership to enable the registration and login of users. User types and accessibility was done by configuring Roles and Rules for every user.
7. ASP.NET Membership providers and architecture were configured in order to add additional data on users.
8. ASP.NET Validation controls were used in order to increase the security of the web site.





HTML5, CSS3, JavaScript
Development of Several Static Pages in commercial Websites and some other Static Websites using HTML, JavaScript and CSS.

JavaScript was also used in my projects to build client events.
Developer, Programmer, General, Other
Development of a Movie Tickets Commerce Website by using IIS 7 and ASP.NET 4 technology.

The application was developed using Visual Studio 2010 and Microsoft SQL Server 2008 R2
The application was built according to the 3-tiers principle and included a separation to PL (UI), BLL (class libraray) and DAL (Entity Framework).

1. The application was developed using Visual Studio 2010 and Microsoft SQL Server 2008 R2
2. Creation and design of the UI by using ASP.NET 4, HTML and CSS.
3. Connection to the database was done by using ADO.NET Entity Framework.
4. The data was drawn from the Database and presented in the UI by using ASP.NET Data Controls and was saved using Sessions and Cache states.
5. AJAX was used in order to improve the application performance and user experience.
6. Using ASP.NET Membership to enable the registration and login of users. User types and accessibility was done by configuring Roles and Rules for every user.
7. ASP.NET Membership providers and architecture were configured in order to add additional data on users.
8. ASP.NET Validation controls were used in order to increase the security of the web site.


Development of a stand alone application that describes the employees in a company and their skills and references.

1. The application was developed in the C# language using Visual Studio 2010 and Microsoft SQL Server 2008 R2.
2. The application was built according to the 3-tiers principle and included a separation to PL (UI), BLL (class library) and DAL (Entity Framework).

1. The Database was built using Microsoft SQL Server 2008 R2.
2. Creation and design of the UI using the Windows Forms technology.
3. Connection to the database was done by using ADO.NET Entity Framework.
4. The data was drawn by using LINQ to Entities and SQL queries.
5. The BLL was written in a class library and included all the logic of Insert, Update, Delete etc'.
6. Using code Behind events in order to implement the logic in the UI.
Front-end Developers
Back-end Developers

Websites

80 ILS / hr
Dynamic Websites
Development of a Movie Tickets Commerce Website by using IIS 7 and ASP.NET 4 technology.

1. The application was developed using Visual Studio 2010 and Microsoft SQL Server 2008 R2
2. Creation and design of the UI by using ASP.NET 4, HTML and CSS.
3. Connection to the database was done by using ADO.NET Entity Framework.
4. The data was drawn from the Database and presented in the UI by using ASP.NET Data Controls and was saved using Sessions and Cache states.
5. AJAX was used in order to improve the application performance and user experience.
6. Using ASP.NET Membership to enable the registration and login of users. User types and accessibility was done by configuring Roles and Rules for every user.
7. ASP.NET Membership providers and architecture were configured in order to add additional data on users.
8. ASP.NET Validation controls were used in order to increase the security of the web site.

Usage in AJAX in the aspx pages in order to prevent full postback while submitting the page.

Examples for using AJAX in the Website mentioned above:

1. Adding AJAX Toolkit AutoComplete Extender to a search textbox in order to get the data from the Entity right after you insert data to the textbox. This Extender required the implementation of Web Service and a Method that extracted the data from the DB using Linq To Entities.

2. Adding AJAX Toolkit Calendar Extender to a text box in order to choose the date of the movie.
This control prevented the use of an ASP.NET server calendar control that would do postback in every selection. The usage of the Ajax control required the addition of a client event that was written in JavaScript to the Ajax Extender.
Both Text box and Ajax Extender were located inside an ASP.NET DataGrideView Control.

3. Usage of the AJAX Toolkit ValidatorCalloutExtender with asp.net validation server controls in the Registration.aspx, in order to prevent the full postback of every validation control in this page.

Development of Several Static Pages in commercial Websites and some other Static Websites using HTML, JavaScript and CSS.

Simple Websites, Landing Pages
Development of Several Static Pages in commercial Websites and some other Static Websites using HTML and CSS.
Ecommerce - PayPal, Magento, Stripe, etc.
Development of a Movie Tickets Commerce Website by using IIS 7 and ASP.NET 4 technology.

1. The application was developed using Visual Studio 2010 and Microsoft SQL Server 2008 R2
2. Creation and design of the UI by using ASP.NET 4, HTML and CSS.
3. Connection to the database was done by using ADO.NET Entity Framework.
4. The data was drawn from the Database and presented in the UI by using ASP.NET Data Controls and was saved using Sessions and Cache states.
5. AJAX was used in order to improve the application performance and user experience.
6. ASP.NET Membership and ASP.NET DB were used to enable the registration and login of users. User types and accessibility was done by configuring Roles and Rules for every user.
7. ASP.NET Membership providers and architecture were configured in order to add additional data on users.
8. ASP.NET Validation controls were used in order to increase the security of the web site.

Reviews

ajax loader