15,670,852 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Articles by Albin Abel (Articles: 3, Tip/Tricks: 9)
Articles: 3, Tip/Tricks: 9
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 4.47
Database Development
MySQL
Simple Pattern Matching Technique to Improve the Search Boxes
20 Dec 2010 Updated:
20 Dec 2010
Rating: 4.33/5 Votes: 3 Popularity: 2.07
Licence: CPOL Views: 27,282
Bookmarked: 18
Downloaded: 221
Please
Sign up or sign in
to vote.
Simple Pattern Matching Technique for Search Suggest Boxes
Programming Languages
Javascript
Observer Pattern in web applications (JavaScript): A walkthrough with an AJAX example
2 Dec 2010 Updated:
2 Dec 2010
Rating: 4.33/5 Votes: 5 Popularity: 3.03
Licence: CPOL Views: 29,982
Bookmarked: 19
Downloaded: 180
Please
Sign up or sign in
to vote.
Observer pattern is an excellent technique to deal with one to many relationships among objects.
Web Development
ASP.NET
Preventive Method for URL Request Forgery- An Example with ASP.NET MVC
25 Nov 2010 Updated:
29 Nov 2010
Rating: 4.75/5 Votes: 13 Popularity: 5.29
Licence: CPOL Views: 72,974
Bookmarked: 33
Downloaded: 1,668
Please
Sign up or sign in
to vote.
It is novel method to prevent the manipulation of parameter pass through the URL string
Average blogs rating:
No blogs have been submitted.
Average tips rating: 4.59
Multimedia
GDI
Have an Image fit to picturebox, zoom and move [Tip/Trick]
11 Mar 2011 Updated:
23 Mar 2011
Rating: 4.33/5 Votes: 8 Popularity: 3.91
Licence: CPOL Views: 57,948
Bookmarked: 17
Downloaded: 0
Please
Sign up or sign in
to vote.
This demostrates fitting an image to the picturebox extend, zoom and move by transforming the picturebox device context/ graphics
Clickable areas in a picturebox [Tip/Trick]
11 Mar 2011 Updated:
16 Mar 2011
Rating: 5.00/5 Votes: 4 Popularity: 3.01
Licence: CPOL Views: 27,710
Bookmarked: 11
Downloaded: 0
Please
Sign up or sign in
to vote.
Like HTML images, we can have clickable areas in a picturebox of windows application
Programming Languages
C#
Use of delegates for form reusability- Dependency injection principle [Tip/Trick]
21 Dec 2010 Updated:
21 Dec 2010
Rating: 3.75/5 Votes: 3 Popularity: 1.79
Licence: CPOL Views: 14,640
Bookmarked: 5
Downloaded: 0
Please
Sign up or sign in
to vote.
We may come across situations where a form may be called from many other forms but business logic it has to execute may be different. How can we handle it?
How to perform arithmetic operations between any objects by inheriting a common arithmetic parent class in .NET 4. [Tip/Trick]
30 Mar 2011 Updated:
8 Apr 2011
Rating: 0.00/5 Votes: 0 Popularity: 0.00
Licence: CPOL Views: 19,398
Bookmarked: 3
Downloaded: 0
Please
Sign up or sign in
to vote.
Performing arithmetic operations between objects need to define overloaded operators and restricted to defined types in those method. This code provides an alternate flexible way.
Web Development
ASP.NET
Optimal Alternative To DataBinder.Eval [Tip/Trick]
9 Mar 2011 Updated:
9 Mar 2011
Rating: 5.00/5 Votes: 1 Popularity: 0.00
Licence: CPOL Views: 28,170
Bookmarked: 2
Downloaded: 0
Please
Sign up or sign in
to vote.
It is not a trick, but a tip/ call for consider to use alternative to Databinder.Eval method with larger data sets
Passing information to a page using a custom HttpHandler [Tip/Trick]
27 Mar 2011 Updated:
27 Mar 2011
Rating: 5.00/5 Votes: 2 Popularity: 1.51
Licence: CPOL Views: 19,990
Bookmarked: 5
Downloaded: 0
Please
Sign up or sign in
to vote.
Instances of pages not accessible like other classes. This demonstrates how to instantiate a page and pass parameters through a custom HttpHandler.
Ajax update panel- best practice 1 [Tip/Trick]
29 Mar 2011 Updated:
29 Mar 2011
Rating: 4.00/5 Votes: 3 Popularity: 1.91
Licence: CPOL Views: 21,971
Bookmarked: 7
Downloaded: 0
Please
Sign up or sign in
to vote.
Though update panel keeps the page responsive while paritially post back, it will not avoid a round trip of complete page and control events. So care needs for a better performance
Javascript StringBuilder for Beginners (ASP.NET 3.5 and above) [Tip/Trick]
17 Apr 2011 Updated:
18 Apr 2011
Rating: 5.00/5 Votes: 1 Popularity: 0.00
Licence: CPOL Views: 20,381
Bookmarked: 5
Downloaded: 0
Please
Sign up or sign in
to vote.
Just a simple note with sys.StringBuilder which is just beginner level
Calling Master Functions Through A Contract [Tip/Trick]
27 Apr 2011 Updated:
29 Apr 2011
Rating: 4.67/5 Votes: 3 Popularity: 2.23
Licence: CPOL Views: 7,800
Bookmarked: 4
Downloaded: 0
Please
Sign up or sign in
to vote.
When to call master functions through a contract (abstract class, Interface etc.,)
Average reference rating:
No reference articles have been posted.
Average project rating:
No projects have been posted.
Albin Abel
Software Developer
India
I am developer in .Net and GIS. albin_gis@yahoo.com