Urgent!!!!
Softbit Technology Private Limited is looking for a dynamic and motivated
employee for various position.
Industry type: Information technology (IT)
Job Location: Shorawkhutte, Kathmandu
Office hours: Full time (9.30am -5.30pm)
Post:
1. ASP.NET Core [2]
2. .Net Intern [1]
3. QA [1]
4. Technical Support [1]
Interested Candidates are requested to send their CV to the following email: [email protected]
Both Male and Female are allowed to apply
Recruitment Deadline: Urgent
Softbit Technology Pvt.Ltd
Software Training,Hardware and Networking Softbit Technology Pvt. Ltd. Softbit Technology providing technology solutions.
is established as a leading boutique digital agency in Nepal Committed to provide the best services based range of digital services that include web application& software development, online marketing, graphic designing, Printing and IT products supplying. Since its establishment, it has been successfully providing its services and products to the concerned individual firms or company, school, ban
Urgent!!!!
Softbit Technology Private Limited is looking for a dynamic and motivated
employee for various position.
Industry type: Information technology (IT)
Job Location: Shorawkhutte, Kathmandu
Office hours: Full time (10am -5pm)
Post:
1. Administrative Assistant [1]
2. App Developer [1]
3. .Net Intern [1]
4. QA[1]
Interested Candidates are requested to send their CV to the following email: [email protected]
Both Male and Female are allowed to apply
Recruitment Deadline: Urgent
04/04/2022
Not Equal Operator in MS SQL Server
In SQL Server, Is not equal operator is used to check whether two expressions ( and !=) are equal or not. != and no difference in terms of performance or result.
In MS SQL null is not equal ( = ) to anything—not even to another null. According to the three-valued logic of SQL, the result of null = null is not true but unknown. MS SQL is not a null predicate to test if a particular value is null.
MS SQL Not equal is used to return a set of rows ( from a specific table column ) after making sure that two expressions placed on either side of the NOT EQUAL TO () operator are not equal.
Introduction
You must have used comparison operators in mathematics in the early days. You use these operators to compare different values based on the required conditions. For example, You might compare the performance of two authors based on several blogs. Suppose Syliva wrote 40 blogs while Sundar wrote 30 blogs. you can say that-
The total number of blogs written by Sundar > (Greater than) the total number of blogs written by Sylvia.
Not Equal Operator in MS SQL Server In SQL Server, an not equal operator is used to check whether two expressions ( and !=) are equal or not. != and no difference in terms of performance or result.
29/03/2022
Toast Message in ASP.NET Core
The ASP.NET Core toast alert is a small, easy-to-use, extendable, nonblocking alert notification pop-up. In this blog, you will learn about a simple notification popup message that can improve the user experience by using ASP.NET Core C # MVC Razor.
As you can see there are many blogs of sweet alert popup notification messages but all are with HTML pages, none of them with MVC or ASP.NET. I had written a simple blog on this to understand easily and use toast notification in your Projects without any plugin use only CSS and small javascript function.
I will build a small toast message application whose only purpose is to invoke these toast alerts. I will be using the CSS and simple javascript function to call toast notification messages in our master page (Layout.cshtml). When I will call the function from a javascript and my javascript function will execute my user message on any layout page.
https://www.findandsolve.com/articles/toast-message-in-asp.net-core
Toast Message in ASP.NET Core The ASP.NET Core toast alert is a small, easy-to-use, extendable, nonblocking alert notification pop-up. In this blog, you will learn about a simple notification popup message that can improve the user experience by using ASP.NET Core C # MVC Razor.
18/03/2022
How to use Dapper in ASP.NET Core
Dapper is an Object-Relational Mapper (ORM) or to be more precise a Micro ORM, which you can use to communicate with the database in your projects. By using Dapper, you can write SQL statements as in your c # code.
Dapper is available in the NuGet library, can be used with any type of .NET project. We know that It is a simple Object Mapping Framework or a Micro-ORM that helps you to Map the Data from the Result of an SQL Query to a .NET Class efficiently.
What is Dapper?
Dapper is simple/ micro object-Relational Mapper (ORM) for the .NET world. It's available in the NuGet library that can be added to any .NET project for database operations. ORM means the entire database can be operated in terms of Interfaces, OO classes, etc
ORM creates a "virtual database" in terms of classes and provides methods to work with those classes. Which is architected to focus on the most important task of working with database tables instead of tracking changes, modifying the database schema, creating, something like that.The most important thing that The Dapper is in production use at Stack Overflow. it was introduced by the StackOverflow team to address their issues and open source.
https://www.findandsolve.com/articles/how-to-use-dapper-in-asp-dot-net-core-using-csharp
How to use Dapper in ASP.NET Core Dapper is an Object-Relational Mapper (ORM) or to be more precise a Micro ORM, which you can use to communicate with the database in your asp.net core projects. By using Dapper, you can write SQL statements as in your c # code.
07/03/2022
POST data using Ajax in asp net Core
In the article, you will learn with an example, how to submit (post) ViewModel data in Controller using jQuery AJAX in ASP.Net Core with source code.
Post data from View page to Controller is the basic need of any software system. Mostly, if you are using the ASP.Net Core MVC Razor page as frontend then you need to post the form data from view to controller using Ajax post.
In this blog series, you will learn to send the data from the View page to the Controller using the ajax post method in the ASP.NET Core application.
https://www.findandsolve.com/articles/post-data-using-ajax-in-asp-dot-net-core
POST data using Ajax in asp net Core In the article, you will learn with an example, how to submit (post) ViewModel data in Controller using jQuery AJAX in ASP.Net Core with source code.
27/02/2022
Learn C # Programming step by step
Learn C# Programming step by step You will learn c # programming step by step in this blog. C # tutorial has been prepared for the beginners to help them understand how to use basic C # programming. Prerequisites. This programming language is very much based on C and C++.
04/10/2021
CRUD Operations In .NET 5 Core MVC Razor
We are going to understand about the .Net 5 MVC Razor CRUD operations using the entity framework core code first example.We will see step by step instructions about CRUD operations in.net 5 core MVC Razor.In this demonstration, I will use the Code First Approach so no need to create table from sql server.For the purpose of demonstration, I am going to develop a sample crud application for EmployeeInfo with basic operations.
https://findandsolve.com/articles/crud-operations-in-asp-dot-net-core-mvc-razor
CRUD Operations In .NET 5 Core MVC Razor In the article, We will discuss the complete procedure of crud operation in .net 5 core using entity framework. In the end of blog we are able to CRUD project like Insert, Edit, Update, Delete,List in .ASP.NET CORE using c #.CRUD Operations In .NET 5 Core MVC Razor
07/08/2021
Dynamic Sitemap.xml in ASP.NET Core
IN ASP.NET Core Generator Sitemap.xml Automatic and robots.txt for ASP.NET Core application.In your website you need to submit the Sitemap of that website website links/Url to Google Webmasters so that Google boost can crawl it and other internet users can find using Google search engine.
When you create dynamic web pages in your website, it is very difficult for Search Engines to search all URLs and index them.So you should creat a sitemap XML file and include all required URLs in it.So that search engines find URLs easily and index them quickly.
https://findandsolve.com/articles/dynamic-sitemap-xml-in-asp-dot-net-core
Dynamic Sitemap.xml in ASP.NET Core A sitemap is an XML file which contains all URLs of website. In this article, I will show you a very simple way to generate a dynamically sitemap.xml that works in ASP.NET Core MVC. Robots.txt is a text file which is used ....Dynamic Sitemap.xml in ASP.NET Core
27/07/2021
Online Image Resizing
1.Upload
Click on the Select Image button to select an image.
2.Image Size
Enter a new target size for your image.
3.Resize
Click the Resize Image button to resize the image.
4.Download
Instantly download your resized image.
Online Image Resizer- Crop, Resize & Compress Images, Photos and Pictures for FREE Free online Image converter,Image crop, resize images in Base64String | JPEG|PNG|GIF format to the exact pixels or proportion you requirement or specified.Free photo resizer for multiple sizes at the same time for online,ads,printing...
14/06/2021
Server Side Sorting Searching and Pagination in ASP.NET Core (.NET 5)
In this article, I am going to talk about sorting,searching,pagination in .NET 5.I will explain how to do sorting, searching and paging using DataTable from server-side which is very useful whenever we have to display a large number of records.There are a ton of different ways to accomplish shorting,searching and paging but here is how we've been doing it lately with .NET Core MVC in C # with Store Procedure.
https://findandsolve.com/articles/pagin-searching-and-shorting-in-asp-dot-net-core-dot-net-5
Server Side Sorting Searching and Pagination in ASP.NET Core (.NET 5) In this article, I also discuss about sorting, paging and serching data in .NET 5.Filter,pagin and searching from sql server and display data in UI.Wewill learn how to create server-side,shorting, shorting and paging, which is very useful whenever we have to display a large number of recordsServer S...
11/06/2021
Login and Registration using Identity in ASP.NET Core (.NET 5)
In this .NET 5 Core MVC tutorial, I will implemented a complete authentication system with the help of Identity.UI.I will discuss how to create registration, login and logout functionalities in ASP.NET Core web applications using Identity. .NET Core Identity is an API that supports login functionality in ASP.NET Core MVC web application.Login information can be stored in databases when creating a new user account. Identity can be configured with SQL Server database to store user details such as emailid,username and password.
https://findandsolve.com/articles/login-and-registration-using-identity-in-asp-dot-net-core-dot-net-5
Login and Registration using Identity in ASP.NET Core (.NET 5) In this article, I will create a new project with Login and Registration using Identity in .NET 5 Core with real-time example. I will demonstrate the creation of a razor pages based simple asp.net core login and register application using entity framework and also store username password in database...
Click here to claim your Sponsored Listing.
Location
Category
Contact the school
Telephone
Website
Address
New Baneshwar
Kathmandu
977