0% found this document useful (0 votes)
22 views6 pages

Acknowledgement (Final)

The document acknowledges and thanks several people for their assistance during an internship. It thanks Mr. Rajiv Verma for providing the internship and mentoring. It also thanks Ms. Ankita S. Nathe for her guidance during the internship. Finally, it thanks Dr. Vilas P. Mahatme and Dr. Avinash N. Shrikhande for their support and for allowing the use of university facilities.

Uploaded by

avinash kadu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views6 pages

Acknowledgement (Final)

The document acknowledges and thanks several people for their assistance during an internship. It thanks Mr. Rajiv Verma for providing the internship and mentoring. It also thanks Ms. Ankita S. Nathe for her guidance during the internship. Finally, it thanks Dr. Vilas P. Mahatme and Dr. Avinash N. Shrikhande for their support and for allowing the use of university facilities.

Uploaded by

avinash kadu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Acknowledgement

We are grateful to Mr. Rajiv Verma, for providing internship and valuable Mentoring

darning internship.
We are grateful to our respected coordinator Ms. Ankita S. Nathe, for her kind, disciplined
and invaluable guidance which inspired me to solve all the difficulties that came across during

completion of internship report.


We express our special thanks to Dr. Vilas P. Mahatme, Head of the Department, for his
kind support, valuable suggestion and allowing me to use all facilities that are available in the

department.
Our sincere thanks are due to Dr. Avinash N. Shrikhande, Principal, for extending all the
possible help and allowing us to use all resources that are available in the institute.

We are also thankful to our Parent and friends for their valuable corporation and standing
with us in all difficult conditions.

i
CONTENTS
i.

ii.
Acknowledgement

ii
Contents

List of Figures

List of Tables iv.

CHAPTER 1 v.
INTRODUCTION
1.1 Preamble 1-2

1.2 Aim 1

1.3 Objectives 1

1.4 Organization of Report 1

CHAPTER 2 2
PROGRAMMING IN C
2.1 C Introduction
3-6

2.2 Keyword In C Language 3

4
2.3 Features Of C Language
4
2.4. Program to Find Factorial of a Number
5
2.5 Functions
CHAPTER 3 5
DATABASE CONCEPTS
7-16
3.1 Basic Database Concepts
7
3.2 Download SQL Server 2019 Developer
Edition 8
3.3 Install SQL server 2019 Developer Edition
9
3.4 Install SQL Management Studio
14
INTRODUCTION TO WINDOWS
CHAPTER 4 FORM 17
4.1. Introduction to Windows Form Application
17
4.2 Creating a Windows Form Application
Using Visual Studio 17

CHAPTER 5 DATABASE CONNECTIVITY WITH 20-21


VARIOUS FORM
5.1 Introduction 20

iii
5.2. Fundamentals of Database Connectivity
20
5.3. How to Connect C# to Database
21

CHAPTER 6 INTRODUCTION TO WEB FORMS 22 -


USING HTML AND CSS 23

6.1 HTML Introduction 22

6.2 Examples 22

6.3 HTML Forms 22


6.4 ASP.NET Web Page -HTML Foms
23
6.5 CSS Introduction
23
CHAPTER 7 DATABASE CONNECTIVITY WITH 25
WEB FORM

7.1 Introduction 25

CHAPTER 8 IMPLEMENTION 26-27


26
8.1. Result

CHAPTER 9 CONCLUSION 28
References 29

iv
LIST OF FIGURES

Figure Title Page

2.1 Salesforce Environment 3

2.2 Difference between legency CRM and Salesforce CRM 4

2.3 Services offered by Salesforce 5

2.4 Salesforce Terminologies of Salesforce Architecture 6

2.5 Create Custom Object 8

2.6 New Custom Object 8

2.7 App Launcher 9

4.1 CSS Style Rule Syntax 15

4.2 Inline CSS 16

4.3 Internal CSS 17

4.4 External CSS 18

6.1 Lightning app 22

6.2 New Lightning app 22

6.3 Create Custom Object 23

6.4 New Custom Object 23

6.5 App Dashboard 25

v
6.6 Add Customer Information 25

LIST OF TABLES

Table Title Page


3.1 Table of Attribute and Description 13

5.1 Reserved Words 20

5.2 Other Reserved Words to avoid 21

6.1 Field Data Type 24

vi

You might also like