Ali Shahzil (alishahzil)

alishahzil

Geek Repo

Company:One Screen

Location:Islamabad Pakistan

Home Page:https://devshahzil.web.app/

Twitter:@ali_shahzil99

Github PK Tool:Github PK Tool

Ali Shahzil's repositories

Language:TypeScriptStargazers:2Issues:0Issues:0
Stargazers:0Issues:0Issues:0

bootcampapi

bootcampe api

Language:HTMLStargazers:0Issues:0Issues:0

chat-application

basic chat application using node.js and websockets

Language:JavaScriptStargazers:0Issues:0Issues:0

CircuitVerse

CircuitVerse Primary Code Base

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

emailserver

my email server for sending email

Language:JavaScriptStargazers:0Issues:0Issues:0

FYP_dashboard

FYP dashboard

Stargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

github-slideshow

A robot powered training repository :robot:

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

githubaction

Github action test file to check the working of githuv

Language:HTMLStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

javascript-interview-questions

List of 1000 JavaScript Interview Questions

Stargazers:0Issues:0Issues:0
Language:TypeScriptStargazers:0Issues:0Issues:0

material-ui

Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.

License:MITStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

navidrome

🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic

License:GPL-3.0Stargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

react_notes

React common practice notes

Language:JavaScriptStargazers:0Issues:0Issues:0

retro-board

Retrospective Board

License:GPL-3.0Stargazers:0Issues:0Issues:0
License:MITStargazers:0Issues:0Issues:0

Rocket.Chat.Electron

Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat

License:MITStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

videoframe

videoframe

Stargazers:0Issues:0Issues:0

Window-form-application

Exercise 1: In this exercise, you are required to demonstrate ability to create a connection with SQL Server database and successfully connect and disconnect. To accomplish the task: a) Create a table in SQL Server to capture student information including: • Student Roll Number (Integer, PK, Auto Increment) • Student Name (Varchar (50), First, Last Name) • Class Name (Varchar (50)) • Address (Varchar (200)) • Gender (Bit (1=Male, 0=Female)) b) Create a windows form with two buttons, Connect and Disconnect. • Create a global connection object (at form level). • In the code behind of (Connect) button, write code to initialize connection object and connect with SQL Server database. On successful connection display success message or failure otherwise. • In the code behind of (Disconnect) button, write code to close connect initialize connection with database and display connection status accordingly. c) Allows the windows form to capture student information. User should be able to save student information in SQL Server database. Display appropriate message success / error etc. To accomplish the task make use of: • SqlConnection • Sql Command d) To build up insert query make use of string.format function for in place value / parameter replacement. After successfully inserting record in database, display number of affected records in message box to user. Exercise 2: Create a windows form which facilitates to search students in database (created in exercise 1) and accepts student name as input and selects matching students from database. User should have an option to search students by matching full name or make use of like criteria e.g. entering Sha as search criteria would bring all students who have their names starting with sha i.e. shahzad and sharoze likewise. Display the returned data and number of fetched records on a form in table layout.

Stargazers:0Issues:0Issues:0