Softbit Technology Pvt.Ltd

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

k, institutions, hospitals, insurance companies, as well as NGO/INGOS and other government or nongovernment sectors as per the requirements and demands inside and outside of the country. SBT has catered to the digital needs of leading and prominent corporate and individual client’s needs in the niche. Our Company has been servicing on the basis of clients comprises of small and medium-sized businesses, institutions, and government agencies in and out of the Nepal. This document provides insights into our key services. Like many service providers, SBT's background and expertise is fully on web development, tailored Software Development providing a full range of Web & Desktop Solutions. SBT also has provide the IT Training for all type of students and also provide the training to the Staff of any NGO / INGO Company according to their needed. With our experiences, we serve best in the field of Information Technology with our strengths in programming in different languages such as ASP, Java (J2EE), .Net, C #, PHP and database designing and implementation in different Database management systems such as MSSQL Server, MySQL, Oracle, etc. and Website Design, Hosting & domain name Registration.

03/02/2023

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

24/07/2022

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

Not Equal Operator in MS SQL ServerIn SQL Server, Is not equal operator is used to check whether two expressions ( and !...
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.

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.

Toast Message in ASP.NET CoreThe ASP.NET Core toast alert is a small, easy-to-use, extendable, nonblocking alert notific...
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

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.

How to use Dapper in ASP.NET CoreDapper is an Object-Relational Mapper (ORM) or to be more precise a Micro ORM, which yo...
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

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.

POST data using Ajax in asp net CoreIn the article, you will learn with an example, how to submit (post) ViewModel data ...
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

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.

Learn C # Programming step by step
27/02/2022

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++.

CRUD Operations In .NET 5 Core MVC RazorWe are going to understand about the .Net 5 MVC Razor CRUD operations using the ...
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

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

Dynamic Sitemap.xml in ASP.NET CoreIN ASP.NET Core Generator Sitemap.xml Automatic and robots.txt for ASP.NET Core appli...
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

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

Online Image Resizing1.UploadClick on the Select Image button to select an image.2.Image SizeEnter a new target size for...
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.

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...

Server Side Sorting Searching and Pagination in ASP.NET Core (.NET 5)In this article, I am going to talk about sorting,s...
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

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...

Login and Registration using Identity in ASP.NET Core (.NET 5)In this .NET 5 Core MVC tutorial, I will implemented a com...
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

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...

Address

New Baneshwar
Kathmandu
977

Alerts

Be the first to know and let us send you an email when Softbit Technology Pvt.Ltd posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Softbit Technology Pvt.Ltd:

Share