Author bio not available

Mahesh Sabnis has written 280 articles, which have been read 23512050 times.
87863
Abstract: This tutorial provides a step-by-step guide on integrating localization into a Blazor WebAssembly application using the Microsoft.Extensions.Localization NuGet package. It outlines creating the project, installing necessary resources, and configuring for dynamic cultural adaptation, thereby enhancing usability for a global audience.
636643
Abstract: State Management is one of the much-needed features in modern web applications. In this Blazor Tutorial, we will be discussing about the state management features provided by ASP.NET Core Blazor in browsers, which can save a round trip to the server.
219302
Abstract: Microsoft Azure Cognitive Search is a Search-as-a-Service cloud solution in Microsoft Azure. In this tutorial, we will see an example of use case on how to use Microsoft Azure Cognitive Search APIs in an Angular Application.
179938
Abstract: ASP.NET Core 3.0 with EF Core 3.0 provides a cool mechanism to access Cosmos DB for performing CRUD operations, very similar to a relational database. The built-in Angular template with ASP.NET Core provided a rich experience for front-end development. This tutorial builds an end-to-end app to utilize these concepts.
199406
Abstract: ASP.NET Core provides necessary APIs to implement secure access to an application.In this tutorial, we will see how to implement Role-Base security in an ASP.NET Core 2.2 application.
73221
Abstract: This React tutorials shows how to read the change event of all inputs using a single method and handle event of child component in the parent component.
45139
Abstract: This Angular tutorial demonstrates how to use Ngrx store to handle application state across Angular objects.
52407
Abstract: Use Angular services to communicate data across components using Event Subscription and Notifications.
59780
Abstract: MongoDB GridFS is a good specification for storing large files in MongoDB. It makes sure that the file is divided into chunks and stored into a database. This article explains the mechanism of storing and retrieving binary files to and from MongoDB.
49536
Abstract: Learn how to handle Model level error messages which occur in ASP.NET Web API action methods that has been consumed using RestSharp.
35982
Abstract: This article demonstrates how an ASP.NET Core application with EF Core can be easily developed with an open source database like PostgreSQL on Azure.
34568
Abstract: Visual Studio 2017 (VS 2017) is the latest version of Visual Studio. This article explains some of the most important features of VS 2017 which are useful for boosting developer productivity.
65146
Abstract: New Features in Entity Framework Core 2.0. EF Core is a lightweight, extensible, and cross-platform Object/Relational Mapping (O/RM) framework for .NET.
179626
Abstract: Create PDF in ASP.NET MVC using the Rotativa package to convert a HTML response directly into a PDF document and print the PDF document.
45693
Abstract: This article provides an idea to design an application around Azure Cosmos DB. The application uses DocumentDB APIs consumed in ASP.NET Core Web APIs and an Angular 4 client.
113770
Abstract: Using Angular ng-template to promote a HTML Table as a Data Grid with databinding for CRUD operations.
299548
Abstract: The HashSet collection type was first introduced in C# v3 and with .NET 3.5. This article will explore features of Hashset and also compare its performance with List.
57144
Abstract: Setting up Angular 2 with Webpack. Webpack optimizes module loading in the browser by minimizing the number of requests, and reducing the overall size.
80878
Abstract: This article explains how to use Entity Framework (EF) Core in ASP.NET Core Web API for performing CRUD operations.
84062
Abstract: Entity Framework (EF) Core is a lightweight, extensible, and cross-platform ORM framework. This tutorial will help you get started with EF Core.
72632
Abstract: This Angular 2 DatePicker tutorial shows how to use the DatePicker UI element from the Angular 2 bootstrap project.
268360
Abstract: ASP.NET MVC 6 provides an easy approach for implementing Authentication using Microsoft.AspNet.Identity which we will be exploring in this article.
30930
Abstract: Connected Services provide a proxy of Azure Storage services to access Azure Storage in an ASP.NET Core application to perform CRUD operations.
29310
Abstract: In an Angular 2 application, a parent component can pass data to a child component. This article will demonstrate how to do it using @input binding.
51890
Abstract: Dependency Injection in ASP.NET MVC 6 a.k.a ASP.NET Core MVC Views helps developers to access view specific service logic directly used in View, without adding explicit logic in the controller.
131249
Abstract: Using Custom Model Binding to map the data from the request to our ASP.NET MVC Model
215625
Abstract: Using MongoDB with ASP.NET Web API and ASP.NET Core to perform CRUD operations
48436
Abstract: TypeScript simplifies development while creating angular modules and controllers. This article demonstrates the use of TypeScript in AngularJS applicatons
50446
Abstract: Node.js based applications can be made more secured using Token Based Authentication. We will see how to use the Json Web Token package for this purpose.
65178
Abstract: Using Angular.js $q.all to call multiple ASP.NET Web API services at a time
94969
Abstract: JSON.NET is a great framework for working with JSON data. We will perform JSON Serialization and Deserialization operations and query data using LINQ.
38603
Abstract: Using crypto module in Node.js to implement digest authentication in our application.
25855
Abstract: Use Express.js and Node.js to implement routing on server side to deliver Html pages as well as Data
26429
Abstract: Moving from a Relational database to NoSQL is a difficult decision. Azure DocumentDB comes handy here to export-import data from any data source like SQL Server to DocumentDB
55849
Abstract: Using Netwonsoft.Json package to work with JSON Serialization and Deserialization operations
420997
Abstract: Posting multiple entity values to the ASP.NET Web API action method
51955
Abstract: Using the Custom Action method selector in ASP.NET MVC to invoke specific action method based on business need.
21012
Abstract: Sharing data across Angularjs controllers using Angular Factory object
194299
Abstract: Read HTML file in Node.js using simple File IO operations and send a HTML response back to client.
54283
Abstract: Defining Multi-Roles Access for Action Methods in ASP.NET MVC using Configuration File
51462
Abstract: Tag Helpers in ASP.NET Core 1.0/MVC 6 helps you to write server-side logic to generate Html contents and use it on Razor Views. This makes the View cleaner and easier to maintain.
24780
Abstract: Microsoft entered the NoSQL database space via its Azure DocumentDB. This NoSQL database provides a schema-free JSON form of data store on Microsoft Azure.
93650
Abstract: ASP.NET MVC Exception Handling and Logging in Database using Exception Action Filters.
47292
Abstract: Using Angular.js to implement Internationalization in ASP.NET MVC applications.
53983
Abstract: Using $httpBackEnd object in Angular.js for unit testing Angular services.
24556
Abstract: Using Docker containers to deploy an ASP.NET Core 1.0 application
143224
Abstract: Pass multiple objects to the Controller actions which accepts multiple model objects as input parameters.
70291
Abstract: In Node.js using http module’s request object we can call an external service.
28254
Abstract: Understanding Angular.js services and factories, its differences and which one should you use.
24174
Abstract: Using Diagnostics in ASP.NET MVC 6 (Core 1.0), we will see how to easily sort out coding issue in a sample application.
46052
Abstract: ASP.NET MVC 6 has inbuilt support for Dependency Injection, which can be used for implementing decoupling across different layers of our ASP.NET MVC application.
36092
Abstract: Unit testing Angular Controllers using Jasmine and Karma without requiring DOM.
77753
Abstract: InMemory Cache in ASP.NET MVC 6 and ASP.NET Core is one of the reliable ways to prevent an additional roundtrip to the data source for data that does not change frequently. This article provides an overview.
51735
Abstract: View Components in ASP.NET MVC 6 are reusable components and are intended to replace Partial Views and Child Actions in previous versions of ASP.NET MVC.
34162
Abstract: Promise objects allow us to react to asynchronous events in our Node.js code without worrying about when the events occur. This article demonstrates how to use Promises in Node.js applications.
191430
Abstract: The mssql package is an easy-to-use SQL Server database connector for Node.js. This article explores how to connect to SQL Server, insert and executed stored procedures from Node.js.
74676
Abstract: Using Visual Studio Code and Yeoman Generator to create an ASP.NET 5 application.
22589
Abstract: Node Inspector is a nice tool used for debugging Node.js applications using the Chrome or Opera browser.
34299
Abstract: Use Basic authentication in Node.js and use HTTP headers in the request to pass user credentials.
422724
Abstract: In this article, we will secure an ASP.NET Web API using Tokens and consume this API in an Angular.js client application
32959
Abstract: Node.js provides a simple and easy to use WebSocket Server that helps to pair up with the HTML5 WebSocket on the client and enable real-time communication.
45653
Abstract: In this article, we will build an ASP.NET Web API using MVC 6. In earlier versions of ASP.NET, Web API was provided as a separate Web API framework, but going forward in the ASP.NET 5 release, Web API is merged with MVC, termed as MVC 6.
30112
Abstract: Node.js provides an easy to use mechanism to manage data serialization for the JavaScript object in the form of JSON
18901
Abstract: Using Node.js to process the data posted via a HTML page by the client. We will check the request method GET and POST and respond accordingly.
126437
Abstract: ASP.NET 5 is a significant redesign of ASP.NET. This article shows you how to build a web application in ASP.NET MVC 6 & Entity Framework 7 using ASP.NET 5 RC1.
23030
Abstract: Node.js has one of the easiest file upload mechanism. In this article, we will explore the file upload module called formidable and see how to use it in an application.
37705
Abstract: Using the Node.js CSV module to persist non-relational data like CSV in a structured format
23798
Abstract: Use Require.js and Angular.js in Visual Studio. We will use Bower to manage dependencies.
29058
Abstract: Combining rich JavaScript libraries like jQuery and Knockout makes ASP.NET MVC & HTML5 applications shine with their rich features like supporting AJAX and two-way binding.
19857
Abstract: Use the Node.js dns module to do DNS lookup, as well as to use underlying OS name resolution abilities.
43379
Abstract: Use Node.js CSV module to easily read data stored on the server side and make it available to the client on request.
23589
Abstract: Using Node.js to create a web server and provide some basic functionality for request processing
61037
Abstract: In this article, we will how to use Angular’s $http service in an ASP.NET MVC app to retrieve data from the server.
73118
Abstract: Create a business application using newer web technologies like HTML5, ASP.NET MVC, Web API, Knockout.js and jQuery
178579
Abstract: The HTTP Client class provides useful methods to call an ASP.NET Web API service asynchronously from the managed clients like WPF or ASP.NET MVC. We will explore this class with some examples.
78028
Abstract: Custom action filter in ASP.NET Web API saves valuable server resources by validating the request even before it reaches the action method. This article demonstrates how to relay model validation error messages to client-side calls.
51476
Abstract: This articles makes use of the Task class in WPF for creating responsive and interactive WPF apps
61480
Abstract: Manage ASP.NET Web API versioning using Custom request header and testing the versioning using an Angular.js application
34951
Abstract: The new XAML tools provided in Visual Studio 2015 helps developers to effectively manage and work with XAML based applications for UI Debugging, Performance etc. This article gives you an overview of the new XAML tools.
47553
Abstract: Implement a Data Grid like functionality in a HTML table in an MVC application using Knockout.js, jQuery and Require.js
59213
Abstract: This articles demonstrates TransactionScope in an ASP.NET MVC and EntityFramework application to manage transactions across tables of different databases.
122827
Abstract: The HTML5 File API provides a standard way to interact with local file system with less complexity. In this article, we will use JavaScript and HTML5 to read a local file.
37362
Abstract: Draw rich vector charts in ASP.NET MVC applications using Raphael.JS library
243773
Abstract: The Repository pattern decouples your ASP.NET MVC application and shields it from changes by creating a boundary between your data access code and the other parts of your application.
46030
Abstract: The debugging features in Visual Studio 2015 are developer friendly and easy to use. This article demonstrates how developers can use these features for effective debugging management.
65945
Abstract: Use AngularJS to search a grid populated using ASP.NET WebAPI
43249
Abstract: Knockout.js provides UI independent Model validation features to help us out with client-side validation in ASP.NET MVC
54827
Abstract: In this article we will learn how to create REST APIs using Node.js, MongoDB and Express (MEAN Stack) and then consume it in an ASP.NET MVC application
34137
Abstract: Implement custom validation in an ASP.NET MVC app using Custom Directive in AngularJS
95033
Abstract: Use Custom Exception filters in ASP.NET Web API to manage custom messages to be sent to the client application.
76733
Abstract: Walkthrough for using WPF commanding for enabling / disabling Button with Command Property
126044
Abstract: We will see how to use ASP.NET MVC 5 with Bootstrap which is a popular HTML, CSS and JavaScript framework for front-end web development.
32458
Abstract: Create an active directory on Windows Azure and configure single sign-on for ASP.NET MVC applications using organizational authentication.
62928
Abstract: In this article, we will implement a SharePoint App using Angular.js. The Services and Controller features of Angular.js can be used to manage the SharePoint model declaration (controller scope objects) and external service calls (services) segregation will help to develop Apps for SharePoint effectively.
106369
Abstract: Implement a simple ASP.NET WEB API containing the action method returning byte array (image) through HttpResponseMessage object
29470
Abstract: In this article, we will see how in SharePoint 2013, the App-Scoped External Content Type (ECT) using BCS allows the end-user to make use of isolated SharePoint App to interact with External Line-Of-Business Applications for manipulating data.
84357
Abstract: Using NUnit to test action methods inside an ASP.NET MVC Controller.
63889
Abstract: NUnit and Moq are the suitable frameworks for testing the MVC Model layer separately. This article shows how do use these testing frameworks.
348521
Abstract: The IdentityRole class in ASP.NET Identity provides some useful features for creating and managing Roles in an application. This article demonstrates a simple project using ASP.NET Identity.
29168
Abstract: Entity Framework 6.1 comes with new features like Async support, Connection Resiliency, Logging etc. We will explore these features in an ASP.NET MVC application
123