Skip to main content

Posts

ASP.NET Core Configuration

Create a Solution in Visual Studio 2022   I.     Create a Blank Solution in Visual Studio 2022 (Ecommerce)   II.     In the Solution Add a new Project except for Individual Account authentication with Https Required/not required (Ecommerce. UI)                         a. Required NuGet packages                         i.    Microsoft.EntityFrameworkCore.SqlServer—6.0.9                        ii.    CreateArea[Admin and Customer                            III.             Add a new Class Library Project in the Solution (Ecommerce. Models)      IV.             Add a new Class Library Project in the Solution (Ecommerce.DataAccess) a.        Required NuGet Packages:                                                                 i.       Microsoft.AspNetCore.Identity.EntityFrameworkCore—6.0.9[stable]                                                                             ii.         Microsoft.EntityFrameworkCore.Tools—6.0.9[Stable]-Migration package                
Recent posts

C++ Tutorials

How to write a sample Programme in C++ Application Create a console application using VisualStudio endl//new line getch()console.readkey clrscr() clear screen #Include <ioStream.h> void main(){ int a=10; int b=20; int c=a+b; cout<<"Addition Value is "<<c; or int a,b,c; //Identifier || variable a=20; b=30'; c=a+b; cout<<"Addition Value is "<<c; getch();//console readkey //get the key input from keyboard #include <ioStream.h> void Main(){ int a,b,c; cout<<""Enter a valid number"; cin>>a>>b; c=a+b; cout<<"Results"<<c; getch();

How to install Windows Server with Active Directory + DNS + DHCP +SQLServer +SharePoint

How to install Windows Server with Active Directory with DNS and DHCP with SQLServer and SharePoint  https://drive.google.com/file/d/10Ykg3534D4lgnySpR9JJfvT7n9neO6c6/view?usp=sharing This article explain about how to configure and install windows server GUI with manageable dependencies. Prerequisites: Hardware Configuration:10 GB Ram Hard Disk 200 GB Install Windows Server 2012 Action-1 Open the Server Manager -Change the Server Name (Helpstacks) Windows Firewall            -Turn Off Ethernet                            -Ethernet Adapter change  the Automatic Obtain IP to set Valid IP                                           -Check out IPV6                                            -Check in IPV4                                             192.168.1.1                                            255.255.255                                            Gateway-Empty                                            Preferred DNS-192.168.1.1                              

Exception in Windows 10 “Vanadium” and “Vibranium”

This is post Predecease the Exception found in the New OS 19H1 and 19H2 while the device connected in windows 7 the Device Guid is not filtering in the Registry Node most of the device have there on exception ;; _> communicate with IPP driver after succeeded the port the Swap to WSD  Filters: IPP Drivers WSD Drivers Registry SystemHost Driver Protocols Patch Integration Completed In this behavior is not working in the Windows 7 migrate to Win10-Rs4,Rs5+19H1+19H2 Solutions

How to Enable Remote Debugging

In this article i can explain you how to debug the code with remote debugging for look on Prerequisite: Remote machine -Remote Debugger -Debug Folder Development Machine -Visual Studio Open Project -Build the Project and copy the bin folder data paste to remote machine Remote machine Configuration- Copy the Development Build Folder and save into Remote Machine  Open Debug Folder  Development Machine Configuration Open the Project with Debug tab select Attach to Process

Angular Redx Architecture -Implementation note

}