1. Introduction to Salesforce Definition : Salesforce is the #1 Cloud-based CRM (Customer Relationship Management) platform that helps businesses manage relationships with customers, automate business processes, and analyze performance. Founded : 1999 by Marc Benioff. Type : SaaS (Software as a Service). Tagline : "No Software" – because everything runs on the cloud, without local installations. 2. Why Salesforce? Traditional CRMs were expensive and required servers, installations, and IT staff. Salesforce revolutionized CRM by moving everything to the cloud . Benefits: 🚀 Faster implementation ☁️ Cloud-based (accessible anywhere) 🔄 Customizable without coding (point-and-click tools) 🤝 Strong ecosystem & AppExchange (marketplace like Google Play for Salesforce apps) 🔐 Security & scalability 3. Salesforce Products & Cloud Offerings Salesforce is not just CRM; it has multiple clouds (modules) for different busine...
What is WEB Application:-
This is the application that provides a collection of web pages and hosted on a web server.
The web application can be accessed by a network using LAN, MAN, and WAN.
Web applications can be operated by the Internet(WWW) and Intranet (LAN) using User-Agent or Web Browser.
Web applications can be operated by the Internet(WWW) and Intranet (LAN) using User-Agent or Web Browser.
WWW means worldwide web means we can access applications from anywhere using Internet Protocol.
Web applications use Client-Server Architecture means web pages are hosted under web servers and it will be requested by URL using a web browser. Client means Web browser means user machine.
Server means Web server which contains a web page it can be localhost(127.0.0.1) or Remote server(www.google.com)
.....................................................................................................................................................
The web application will be developed by the client-side and server-side script.
Client-Side Server Side
HTML JSP+ Servlet+ SPRING MVC+SPRING BOOT
JS PHP + CI
CSS ASP.NET + C#
JQUERY ROR + RUBY
Django + PYTHON
Type of web application:-
1) Static Web Application:-
Web applications use Client-Server Architecture means web pages are hosted under web servers and it will be requested by URL using a web browser. Client means Web browser means user machine.
Server means Web server which contains a web page it can be localhost(127.0.0.1) or Remote server(www.google.com)
.....................................................................................................................................................
The web application will be developed by the client-side and server-side script.
Client-Side Server Side
HTML JSP+ Servlet+ SPRING MVC+SPRING BOOT
JS PHP + CI
CSS ASP.NET + C#
JQUERY ROR + RUBY
Django + PYTHON
Type of web application:-
1) Static Web Application:-
this type of application does not contain a database hence it's content will be static, mostly we use HTML, CSS, JS, Jquery to make a static site.
2) Dynamic Web Application:-
2) Dynamic Web Application:-
This type of application contains a database and server-side script because it contains a dynamic script that can be easily changed by end-users.
Comments
Post a Comment
POST Answer of Questions and ASK to Doubt