Avatar
😀

Organizations

@linkedin @Link @Link2
  • Factory Design Pattern With Csharp The factory design pattern is a creational pattern that provides a way to create objects without specifying the exact class of object that will be created. In a car factory, it could be used to create different types of cars (e.g. sedans, SUVs, trucks) without specifying the exact make and model of each car. When to use it? When you don’t know ahead of time what class object you need.
    Created Sat, 29 Apr 2023 20:47:22 +0300
  • Mastering Windows Presentation Foundation Book Description: Author: Sheridan Yuen ISBN-10: 1785883003 Year: 2017 Pages: 470 Language : English File size: 3.9 MB File format: PDF Category: Windows
    wpf Created Thu, 27 Apr 2023 23:41:33 +0300
  • In C#, both StringWriter and StringBuilder are classes that are used to manipulate strings. However, they have different use cases and are optimized for different scenarios. StringBuilder StringBuilder is a mutable string class that is designed to efficiently build and manipulate large strings. It allows you to append and insert strings, and it automatically resizes its internal buffer as needed to accommodate the growing string. StringBuilder is a good choice when you need to concatenate a large number of strings or when you are working with a loop that iteratively builds a string.
    C# String Builder String Writer Created Thu, 27 Apr 2023 20:39:33 +0300
  • In data structures and algorithms, a graph is a data structure that consists of a set of nodes (also called vertices) and a set of edges connecting the nodes. Each edge has a direction and a weight, and may represent a relationship or a flow of information between the nodes it connects. Networks, like social networks, transportation networks, and communication networks, are often shown as graphs. They can be used to model many different kinds of problems, such as finding the shortest path between two nodes or determining whether a graph is connected.
    C# Graphs Data Structures Created Thu, 27 Apr 2023 12:05:02 +0300
  • When you’re doing online advertising, size matters. Top Performing Banner Ad Sizes Medium rectangle (300×250) Large rectangle (336×280) Leaderboard (728×90) Half page or large skyscraper (300×600) Mobile leaderboard (320×50) Why Google Ads Dimensions Are Important Conclusion
    Created Thu, 10 Nov 2022 09:50:59 +0530
  • Click here to buy this product & visit exclusive site to view our more services The project is written in C# (Microsoft Visual Studio 2015 or Its later version) as front end , SQLite / Microsoft SQL Server / MySQL database as back end with Crystal Reports. Click here to buy this product & visit exclusive site to view our more services Or drop your mail to quadratesolutions@gmail.com
    Created Sat, 05 Nov 2022 07:50:21 +0530
  • Global School Management System Pro is the latest and most complete School Automation Software which is suites for each and every educational institute like school, college and universities. A School can manage every thing Using this Automation School Software. Global Online school management system (GSSMS) is a fully ACL Based, Organized Features, Unlimited Language, Exclusive Reports and Secure web based School Management System with well documented & clean coded.
    Created Fri, 04 Nov 2022 07:46:43 +0530
  • Design patterns in java are best practices which are used to resolve some known issues. Design patterns can be divided into 3 different types. Here we have listed down some of the widely used design patterns in Java. What is Singleton Design Pattern? Implementation of Singleton Design Pattern Now you know what is the Singleton Design Pattern. Next step would be to implement it. There are different ways you can implement Singleton.
    design patterns Created Sat, 22 Oct 2022 14:04:38 +0530
  • 2020 is almost here, as crazy as that sounds The year 2023 sounds like it’s derived from science fiction, yet here we are — about to knock on its front door. If you’re curious about what the future might bring to the programming world, you’re in the right place. I might be completely wrong — don’t quote me on this— but here’s what I think will happen. I can’t predict the future, but I can make educated guesses.
    Technical-contents Created Thu, 20 Oct 2022 13:13:01 +0530
  • Part 1: Setting Up The Project In this tutorial I’ll show you how to start your Angular 5 Project from scratch and add Bootstrap 4 and the Firebase library to your application. This is the perfect application skeleton for your web application project. Setting Up The Angular Project First we need to setup an Angular project. This is done by using Angular CLI (https://cli.angular.io/). If you have not installed Angular CLI on your system first make sure that the command line interface is installed by executing the following command:
    Angular Bootstrap Firebase Created Tue, 18 Oct 2022 12:51:54 +0530