Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Blogging Blogs  >  Junaid Shahid | P-Blogger blogging Blog  > 

Junaid Shahid | P-blogger Blog


junaidshahid.com
Junaid Shahid is the Newbie Blogger and Programmer. He is sharing all his knowledge and experience through his blog.
2023-09-19 10:20
Windows 11, with its sleek and modern interface, offers users a more refined computing experience. However, the taskbar can get cluttered with various icons and apps, including Microsoft Tea… Read More
2023-02-11 16:20
A code editor is a software application that provides a text editor for writing and editing source code for software development. Code editors are designed to make the process of writing and… Read More
2023-01-03 05:53
ADO.NET is a powerful data access technology that enables you to connect to a variety of data sources, execute queries and commands, and retrieve results. With ADO.NET, you can: Connect to a… Read More
2022-12-29 10:37
To run PowerShell from C#, you can use the System.Management.Automation namespace, which provides a set of classes for executing and managing Windows PowerShell. The System.Management.Automa… Read More
2022-12-27 19:34
ChatGPT is a variant of the GPT (Generative Pre-training Transformer) language model that has been specifically designed for generating text in a conversational style. It was trained on a la… Read More
2022-12-24 09:56
Debugging is the process of identifying and fixing errors in a computer program. Debugging is an essential part of the software development process, as it allows you to identify and fix erro… Read More
2022-12-23 17:08
In object-oriented programming, the term “override” refers to the ability of a derived class to replace or modify the behaviour of a method defined in a base class. When a method… Read More
2022-12-21 06:02
Method overloading is a technique in which you create multiple methods with the same name but different parameter lists in the same class. This allows you to provide multiple implementations… Read More
2022-12-19 06:42
A constructor is a special type of method in a class or struct that is called when an instance of the class or struct is created. It is typically used to initialize the new object’s fi… Read More
2022-12-12 10:42
The Windows Task Scheduler is a built-in tool that allows you to schedule tasks on your computer. You can use it to automatically perform various actions, such as running programs or sending… Read More
2022-12-11 12:44
Windows updates are important to keep your computer running smoothly and securely. They often include bug fixes, security patches, and new features. It’s important to keep your operati… Read More
2022-12-09 19:24
A folder in Windows is a container for storing and organizing files and other folders. Folders can be used to organize your files and make it easier to find them, and can also be used to sha… Read More
2022-12-09 19:07
The WPF (Windows Presentation Foundation) Image control is used to display images in a graphical user interface (GUI) application. The Image control is typically used to display bitmap image… Read More
2022-12-09 18:55
The WPF Grid control is a layout panel that arranges its child controls in a tabular structure of rows and columns. It allows you to align controls in a flexible and customizable manner, and… Read More
2022-12-09 10:05
A WPF (Windows Presentation Foundation) MessageBoxButton is an enumeration that specifies the buttons that are displayed in a message box. The possible values for a MessageBoxButton are: OK… Read More
2022-10-07 05:13
WPF DatePicker is used to get input from users for Date Selection, but in Combobox via WPF Calendar. The question raises here is why we need DatePicker if we already have the Calendendar, bo… Read More
2022-10-03 08:10
WPF Datagrid provides you with the ability to populate data in customizable table form. In previous tutorials, we discuss only the way to input in WPF Application, but this tutorial specific… Read More
2022-09-26 12:58
Hey everyone I am Junaid Shahid. Today I want to explain “How to become a better writer”. Since am doing blogging I have learned now, an important thing which is writin… Read More
2022-09-25 12:59
WPF ContextMenu is a kind of popup which is used to provide features based on events or context on any WPF Control. It is only exposed when the user trigger context from UI. To make it very… Read More
2022-09-15 07:17
WPF Combobox worked as a dropdown same as the HTML one. It’s a kind of selection UI component, the user can select single or multiple values from the Combobox. Basically, it is a list… Read More
2022-09-13 14:04
WPF Checkbox is used to take input from the user in form of pre-defined values. Checkbox provides three state values, which means you can check, uncheck and indeterminate. Indeterminate mean… Read More
2022-09-12 12:43
WPF Calendar is a UI component which is used to represent data, time or took input from users as date, and time. We often fill out forms to put our information for different purposes and we… Read More
2022-09-06 10:14
WPF Button is a frequently used UI component. In each WPF application, you will find multiple usages of buttons. Such as the close button with the close icon, or minimum button or the maximu… Read More
2022-09-03 11:00
Earlier we learn about Mouse & Keyboard input and events. RoutedCommand is used to handle the input of users in a more precise way. Just to simplify the logic RoutedCommand allow to bind… Read More
2022-09-02 09:14
WPF Keyboard Events are unique triggers that take place on unique occasions. All WPF components support these events, and you can also access all potential events through the attributes of W… Read More
2022-09-01 09:17
WPF Mouse Events are special triggers which occur on special occasions. These events are available on all WPF components, you can also find all possible events from the properties of WPF com… Read More
2022-08-20 09:45
After a long time, I decided to create a learner’s driving license for my car and bike. I applied in 2015 when I don’t own a car or bike, but this application never continues and… Read More
2022-08-19 13:15
C# WPF allows you two-way data binding, which means you can easily access or modify data either in xaml or in the C# file. Each UI component which you declare in C# or in XAML is equally ava… Read More
2022-08-07 11:24
C# WPF app development is used at a large scale in the world. Almost 90% of offline POS and desktop software are based on WPF & JAVA. But the WPF has more share in the market compared to… Read More
2022-02-08 14:45
In May, Uber launched a new experiment: selling train and bus tickets through its app for its customers in Denver, Colorado. Today, the company reports that it has sold over 1,200 tickets fo… Read More
2020-08-11 04:42
After a long year, I got time to share some of the knowledge, just because last week Visual Studio 2020 Preview is released for developers.  I’m using visual studio 2019… T… Read More
2019-08-15 21:28
Software deployment is the last phase in SDLC. In this tutorial we will learn about the installer for deployment. There are three methods which are provide by Microsoft. I’m talking&he&hell…Read More
2019-08-12 14:53
Microsoft provide migration assistant which will allow you to migrate different database sources to SQL Database. In this tutorial we are going to implement the MySQL to SQL Database migrati… Read More
2019-08-12 14:53
Microsoft provide migration assistant which will allow you to migrate different database sources to MSSQL Database. In this tutorial we are going to implement the MySQL to MSSQL Database mig… Read More
2019-07-15 16:58
Gitlab is an amazing repository to develop and deploy your application in continuous integration. You can get more information about gitlab on Google but this article is just about the&helli&hell…Read More
2019-06-16 11:53
Let’s learn about the forms, which are widely used to take input from end users. In this post we are going to Creating Forms in ASP.NET MVC. Typically developers are… The post C… Read More
2019-06-02 12:15
In the previous I have explained how to Creating New ASP.NET MVC Project Visual Studio 2019. Now we are going to understand the MVC structure or model view controller in ASP.NET…… Read More
2019-05-20 19:40
ASP.NET introduced nearly in October 2007 by Microsoft as a new Revolutionary Technology for web development. It is based on core ASP.NET platform as a direct competitor of latest technologi… Read More
2019-05-16 17:25
This is an advanced and ad-hoc development model to support those software’s which are not mature and developing from scratch. Software development is totally sifted toward new trends… Read More
2019-05-09 11:57
Software engineering is a discipline concerned with almost all the aspect of software development and production. It Started From The system specification and finished upon the deployment of… Read More
2019-05-03 19:52
This article is going to explain you the answers of frequently asked questions regarding software engineering. People are curious about software engineering and create chaos by their own abo… Read More
2019-04-28 13:00
XAMPP is a free open source software that makes it easy for web designers and developers to install the components they need to run PHP-based software such as WordPress, Drupal,… The… Read More
2019-04-26 17:08
As a developer, you need to have the best code editor to save your time of development. It is crucial because in a lightweight environment, the text editors allow developers… The post… Read More
2019-04-22 17:09
It may not seem like a logical choice to run PHP on IIS, but it may make sense. Fortunately, it’s not very hard to get PHP running on IIS and… The post Host PHP on Windows IIS a… Read More
2019-04-19 20:29
Javascript is a programming language that is usually used to create web applications. But … Since the appearance of Nodejs, Javascript can be used to create applications other than th… Read More
2019-04-19 20:29
Javascript is a programming language that is usually used to create web applications. But … Since the appearance of Nodejs, Javascript can be used to create applications other than th… Read More
2019-04-17 17:45
SOLID is an acronym for 5 important OOP (Object Oriented Programming) design principles. These five principles were introduced in his 2000 paper Design Principles and Design Patterns by Robe… Read More
2019-04-14 10:21
The most sought-after skill today is programming. Indeed, “Software Engineer” is the industry’s top demand position. Considering the huge demand for skilled programmers, it… Read More
2018-09-06 07:38
Lommodo ligula eget dolor. Aenean massa. Cum sociis que penatibus et magnis dis parturient montes lorem, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium qui… Read More
2018-07-03 09:10
How to access the parent directory from the sub directory, in other words you can access or include the files from parent directory into your sub-directory folder in codeigniter. During deve… Read More
2018-04-07 09:55
Antoniniduea is well known company dealing with farm sheds for cows. They are working from 1994 and have excellence in the market. After January 2002, they focus their concentration mainly o… Read More
2018-02-03 18:37
How you are you readers, In the past few articles I have share many innovative products with you. Now here is another one, Industrial doors by Trivellato Srl. They are providing young d… Read More
2018-02-03 18:18
I hope readers you are doing great, today I’m introducing Comfortable Chairs by Gierre. They are serving more than twenty years, along thing they have maintained their reputation… Read More
2017-12-14 14:25
You have a problem with your SSD drive. You always worry about your SSD drive. Are you in pain to lose your important data? Are you facing data loss problem on SSD drive? You don’t nee… Read More
2017-11-24 17:59
Dorin is the well known refrigeration company that provides large range of refrigeration for multiple things. Dorin has 95 years of history in refrigeration compressors. Dorin is a cons… Read More
2017-08-21 18:31
With 700 million clients, Instagram is a standout amongst the most famous online networking stages on the planet. In any case, individuals are not sharing photographs on it only for sharing… Read More
2017-08-18 11:14
A “shoe designer”, as the name suggests, is a pro in creating shoes and boots. The most recent couple of years have seen an incredible change in shoe designing; from designing sh… Read More
2017-08-15 17:35
Cryptocurrency is all the rage now, it’s all around, from a large number of computerized coin ATMs introduced over the world to the hospital in Pakistan offering to acknowled… Read More
2017-08-15 16:49
Telenor EasyCard is an across the board card which incorporates a particular number of Telenor minutes, SMS, other system minutes and free portable web. The card works simply like the Ufone… Read More
2017-08-14 09:53
At the point when you buy Bitcoins or Altcoins surprisingly, the inquiry you run over is the place to store them. Cryptocurrency Wallets Explained Another client gets befuddle… Read More
2017-08-09 12:38
Envieq store the official distributor of Heron Instruments, they deal with the water and oil related products which are used at industrial level. They provide the qualitative product compara… Read More
9 Online Clothing Stores Like Hot Topic
2017-08-04 17:38
Why do we love Hot Topic so much? The answer strikes in a heartbeat― Hot Topic was one of the first stores to offer us apparel and accessories that were different from what we were use… Read More
20 Worst Inventions Ever
2017-07-23 16:44
Worst Inventions Ever, the world is full of inventions with primary purpose to make human life easier, comfortable and more purposeful. But there is no lack of such inventions which are utt… Read More
Latest Telenor Internet Packages 2017
2017-07-16 08:21
Today we would be informing you about Telenor Internet Packages including Telenor 2G Internet Packages, Telenor 3G Internet Packages & Telenor 4G Internet Packages overall the usage type… Read More
Latest Zong Call Packages 2017
2017-07-14 16:24
Today we are going to take a look at Zong call packages which includes hourly, daily, weekly, monthly and power pack packages. Zong or China Mobile Pakistan (CMPak) is a 100% owned subsidiar… Read More
Latest Ufone Call Packages 2017
2017-07-14 16:19
Today we are going to take a look at Ufone call packages. Pakistan Telecom Mobile Limited (PTML) or Ufone is a Pakistani cellular service provider. Ufone started its operations in 2001 and i… Read More
Latest Ufone SMS Packages 2017
2017-07-14 15:36
Today we are going to talk about Ufone SMS Packages including daily, weekly, monthly, yearly, nightly, fortnightly and 45 days. Pakistan Telecom Mobile Limited (PTML) or Ufone is a Pakistani… Read More
Latest Zong SMS Packages 2017
2017-07-14 15:14
Today we are going to take a look at Zong SMS Packages which include Daily, Weekly, Monthly and other SMS Packages. Zong or China Mobile Pakistan (CMPak) is a 100% owned subsidiary… Read More
Latest Jazz Internet Packages 2017
2017-07-14 15:08
Today, we will be telling you about the different Jazz Internet Packages that include Jazz 2G Internet Packages, Jazz 3G Internet Packages & Jazz 4G Internet Packages for all the usage t… Read More
How To Check Warid Sim Number Free
2017-07-11 06:37
Warid is a popular mobile network in Pakistan, Which is providing 2G, 3G and 4G internet, SMS, Voice call and some other cellular services. Check Warid Sim Number Here we’ll… Read More

Share the post

Junaid Shahid | P-Blogger

×

Subscribe to Junaid Shahid | P-blogger

Get updates delivered right to your inbox!

Thank you for your subscription

×