Posts

FREE ANTIBAN KEYS

YOUR KEY IS : AKYDTKZDNY1R8Z9PLWYW45CWNR0PH1

WHAT IS POWER SHELL !

Image
 WHAT IS POWER SHELL ! PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and the associated scripting language. Initially a Windows component only, known as Windows PowerShell, it was made open-source and cross-platform on 18 August 2016 with the introduction of PowerShell Core.[5] The former is built on the .NET Framework, the latter on .NET Core. In PowerShell, administrative tasks are generally performed by cmdlets (pronounced command-lets), which are specialized .NET classes implementing a particular operation. These work by accessing data in different data stores, like the file system or registry, which are made available to PowerShell via providers. Third-party developers can add cmdlets and providers to PowerShell.[6][7] Cmdlets may be used by scripts, which may in turn be packaged into modules. PowerShell provides access to COM and WMI, enabling administrators to perform administrative tasks on both local a

WHAT IS C# AND HOW TO LEARN

Image
WHAT IS C# AND HOW TO LEARN C# (/si ʃɑːrp/ see sharp)[b] is a general-purpose, multi-paradigm programming language encompassing static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.[15] C# was developed around 2000 by Microsoft as part of its .NET initiative and later approved as an international standard by Ecma (ECMA-334) in 2002 and ISO (ISO/IEC 23270) in 2003. It was designed by Anders Hejlsberg, and its development team is currently led by Mads Torgersen, being one of the programming languages designed for the Common Language Infrastructure (CLI). The most recent version is 9.0, which was released in 2020 in .NET 5.0 and included in Visual Studio 2019 version 16.8.[16][17] Mono is a free and open-source project to develop a cross-platform compiler and runtime environment (i.e. virtual machine) for the language. Design goals: The Ecma standard lists these design go

How to learn c#

Image
 How to learn C# Learn C#: Tutorials for Beginners, Intermediate, and Advanced Programmers Are you trying to teach yourself to code? Or are you already an experienced developer who wants to pick another language? In both cases, you know how frustrating it can be to find good tutorials online. Sure, it’s easy to find “tutorials”, but separating the chaff from the wheat is a whole different story. Of course, you have to pick a programming language to learn, and that’s far from being an easy choice, too. There are already a huge number of programming languages, and with each passing year, the list gets longer. The goal of this post is to help you with both problems. We’re going to give you an answer to the “which language” question in the form of C#, which is a solid choice for novice and seasoned developers alike. Then we’re going to offer you a list of 30 C# tutorials, from beginner to advanced level. At the end of the post, you’ll be (hopefully) convinced that C# is the right choice fo

Make Menu Bar on command prompt | bat or cmd file | The Bat Series | Part 1

Image
 Make Menu Bar on command prompt Make A New Notepade File Then Save it as a (.Bat) file you can choice any file name what is bat file :       A  batch file  is a  script file  in  DOS ,  OS/2  and  Microsoft Windows . It consists of a series of  commands  to be executed by the  command-line interpreter , stored in a  plain text  file. A batch file may contain any command the interpreter accepts interactively and use constructs that enable conditional branching and looping within the batch file, such as  IF ,  FOR , and  GOTO   labels . The term "batch" is from  batch processing , meaning "non-interactive execution", though a batch file may not process a  batch  of multiple data. Similar to  Job Control Language  (JCL),  DCL  and other systems on mainframe and minicomputer systems, batch files were added to ease the work required for certain regular tasks by allowing the user to set up a script to automate them. When a batch file is run, the  shell  program (usually