c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on tagged on "Console"

Code ENOLOCAL Could not install from "android" as it does not contain a package.json file.

| | Category: Ionic framework

When I removed the android platform from my ionic project and then I tried to re-install using this command (ionic cordova platform add android). but I got this error, Code ENOLOCAL. Could not install from "android" as it does not contain a package.json file.

Manifest merger failed : uses-sdk:minSdkVersion 20 cannot be smaller than version 22 declared in library

| | Category: Ionic framework

I got the following error while executing the following command ionic cordova run android in ionic project "uses-sdk:minSdkVersion 20 cannot be smaller than version 22 declared in library".

This version of CLI is only compatible with Angular versions 0.0.0 || ^9.0.0-beta || >=9.0.0 <10.0.0 error

| | Category: Ionic framework

After getting installed service (provider), cmd: ‘ionic g service Rest’, in ionic version 4 project. While executing the project I got the following error.

Reverse int c# Linq?

| | Category: Linq

In this example I will show you how to reverse the order of the array element using c# Linq. I stored list of numbers in an integer array in a variable. I need to include namespace System.Linq and used reverse extension method. The result will be element of arrays in the opposite direction.

How to create Enumerations in asp.net c#?

| | Category: c# .net

The purpose of using enumeration is to improve readability by enabling us to use meaningful symbols instead of numeric values. The value of variable is an integer,it is easy to output the name of the symbol rather then its value.

How to use Write and Read in console?

| | Category: .Net

In this section, I explain how to use Write and Read Line in console Application. In WriteLine helps to display or print your message once you enter the message then press enter the message(name) will read by ReadLine

Page 1 of 1