Xamarin provides the developers with the whole range of tools which can be used for the development of the cross-platform mobile application. We are going to cover the step-by-step process to work with Xamarin forms. We will also touch on MVVM Pattern which is very critical in using Xamarin. A quick Introduction to Xamarin Installation […]
Microsoft is known for constantly upgrading its products to ensure its customers avail the best of the technologies and features. Today .NET 7 is (almost) a reality and it seems that Microsoft is now confirming many of the rumors that we are in front of the fastest .NET version ever: .NET 7. .Net has gained the […]
The purpose of this blog is to explain how to set up custom Solr core for use with Sitecore. Before starting this we should have both Sitecore and solr installed on the system. All the solr cores are created by default in context with sitecore at the time of sitecore installation.Here we will see how […]
What is RestSharp? An Introduction to RestSharp’s Features and Functionality RestSharp is a comprehensive, open-source HTTP client library that works with all kinds of DotNet technologies. It can be used to build robust applications by making it easy to interface with public APIs and quickly access data without the complexity of dealing with raw HTTP […]
What is CMS ? (Content Management System) A content management system (CMS) is a software application that enables users to create, edit, collaborate on, publish and store digital content. More specifically, a CMS is a software application that allows users to collaborate in the creation, editing, and production of digital content: web pages, blog posts, […]
C# has been around for a while since 2002 to be precise. As we wait for the 20th birthday of this popular programming language, we got its new version as well. C# 10 was released in November 2021 along with the much awaited .Net 6. In this blog we will see some cool features of […]
JavaScript is one of the most popular languages among developers nowadays. There are a lot of developers, freshers, and experienced love to build their application or project using JavaScript but still, there is confusion when they have to pick up right framework or library for their project. Angular and Reactjs is their topmost priority but […]
Introduction gRPC is initially developed by Google. It is a high performance, open source RPC framework and is based on a client-server model of remote procedure calls.With help of gRPC client application can directly call methods on a server application as if it was a local object. Strengths of gRPC gRPC is offering many benefits […]
Selenium is an open-source tool that is used for automating the tests carried out on web browsers (Web applications are tested using any web browser). Why Selenium? Components of Selenium. Selenium has four major components – Selenium IDE, Selenium RC, Selenium Web driver, Selenium GRID. Selenium IDE: Selenium IDE (Integrated Development Environment) is the major […]
What is Apache Solr? Available since 2004, Apache Solr is an open-source search platform,written in Java language, which is used to build search applications. It is built on top of Lucene (full text search engine). Solr is enterprise-ready, fast and highly scalable. Not only search, Solr can also be used for storage purpose. Like other NoSQL databases, it is […]