Our Insights
Innovative Ways - Satisfied Clientele
Innovative Ways - Satisfied Clientele
Kapil Panchal - August 02, 2021
Table of Content 1. Cybersecurity 2. Healthcare services 3. Financial 4. Blockchain in industrial processes 5. Government 6. Charity work and Blockchain 7. Retail business 8. Real estate 9. Tourism and Blockchain 10. Media 11. Conclusion Blockchain is more than just about the crypto platforms and security. It is the latest fad in technology and is increasingly finding usage across various sectors, including healthcare, media, government, and finance. It is quite...
Kapil Panchal - July 28, 2021
Table of Content 1. DropDownList 2. What is Razor View in MVC? 3. How do I bind a DropDownList in MVC Razor? 4. Conclusion DropDownList A dropdown menu is a method to show a huge list of options since only one choice is displayed initially until someone activates the dropdown box. Figure 1: DropDownList What is Razor View in MVC? Razor View is a markup syntax that lets us embed server-based code into web apps using C#....
Kapil Panchal - July 27, 2021
Table of Content 1.What is Data Validation? 2.What are Data Annotations? 3.Types of Data Annotations in ASP.NET MVC 3.1.Require 3.2.DataType 3.3.StringLength 3.4.Range 3.5.DisplayName 3.6.DisplayFormat 3.7.MaxLength 3.8.MinLength 3.9.Bind 3.10.RegularExpression 4.Create MVC Application for Data Annotation Demo 5.Conclusion What is Data Validation? Data Validation is an important aspect of developing web applications....
Kapil Panchal - July 21, 2021
Table of Content 1. What is a Structural Design Pattern? 2. What are the types of Structural Design Pattern? 3. What is an Adapter Pattern? 4. Advantages of Adapter Pattern 5. UML Class diagram for the example 6. Specifications for the Adapter Pattern 7. Conclusion In this blog, first, we’ll have some overview about Structural Design Pattern, why we use it, its types and we’ll understand about adapter pattern which is a type of structural design pattern. Let’s try...
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...