sharepointcafe
What is Service Oriented Architecture?
.
Service Oriented Architecture (SOA) is a style to design software system where 2 or more component communicates with each other over a network through a defined protocol. Advantages of SOA architecture. Loosely Couple – A component in SOA architecture must…
Learn OOPS concept in simple and easy way
.
In this blog, We will see Object Oriented Programming Principal in simple and easy way. What is Object Oriented Programming Concept? Object oriented is an approach to do programming in C#, Java etc. Before object oriented programming structural programming model…
How to Crop and Upload image using JQuery
.
In this blog, I will explain how to crop an image and then upload that image using jQuery. Here you will come to know about preview an image, and then crop that image and finally upload it using jQuery and…
Upload images and show the list of image in gridview to delete-asp.net code
.
Below code will upload image in a particular folder and will show the list of images from that folder. User may delete images from that list.HTML Code:<div> <table style=”width: 90%”> <tr> …
