Our Insights
Innovative Ways - Satisfied Clientele
Innovative Ways - Satisfied Clientele
Kapil Panchal - July 21, 2021
Table of Content 1. What is ReactiveUi? 2. Generating ToDo List using ReactiveUi 3. Conclusion What is ReactiveUi? It is an advanced, Functional reactive MVVM and composable framework for all .Net frameworks. ReactiveUi supports reactive programming to ease the implementation of the MVVM patterns in the application. MVVM frame- Compared to other works, ReactiveUi is not very dictatorial. Here, the Reactive Extensions (Rx) library is an appropriate...
Kapil Panchal - July 20, 2021
Table of Content 1. Introduction 2. Create Employee Table 3. Create Department Table 4. Create Users Table 5.Create UserRoles Table 6. Complete code for HomeController 7. Register View Code 8. Login View Code 9. Use Authorize Attribute 10.Conclusion Introduction Sign up, sign in, and Log out are three things that we always have in mind while developing a web application. The following points will be discussed in depth as part of this. How...
Kapil Panchal - July 19, 2021
Nothing has benefited the supply chain operations as Transportation Management Software has. Transport Management System or TMS automates the basic transportation processes and provides solutions for moving cargo in all modes including intermodal movement. Table of Content 1. Cost- Efficient Transportation 2. Load and Route Optimization 3. Real-time Tracking 4. Updates Regarding Product Deliveries And Delays 5. Accuracy in the Orders 6. Warehouse efficiency 7. Improved...
Kapil Panchal - July 16, 2021
Developers and admins in Salesforce should constantly be on the lookout for effective deployment tools for answering questions, resolving bugs, and keeping the production orgs in the best possible condition. However, there are times where developers might encounter a stumbling block in the event of testing the changes they have made to the Salesforce sandbox before deployments are made to the production environment. Table of Content 1. Software development today 2. Ascertain...
Kapil Panchal - July 15, 2021
Table of Content 1. What is an Exception Filter? 2. Custom Exception Filter 3. Creating Custom Exception Filter 4. Conclusion What is an Exception Filter? Exception Filter provides an ability to handle the exception for all the method, controller classes in one place. Exception filters execute when some of the exceptions are thrown from an action. The exception can be anything. This is by creating a class that inherits from IExceptionFilter and FileAttribute...