From 4d2ecb696588f0d035278a6df2a79a53eb4a0112 Mon Sep 17 00:00:00 2001 From: Backiaraj Date: Tue, 5 May 2026 12:36:58 +0530 Subject: [PATCH] Updated readme file --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 47a94fb..19dbe9e 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,29 @@ # Blazor edit form validation -Blazor EditForm validation with Data Annotation in Syncfusion Form compoenets. +The Blazor EditForm validation with Data Annotation using Syncfusion [Blazor components](https://www.syncfusion.com/blazor-components) (TextBox, DatePicker, NumericTextBox, RadioButton, ComboBox, DropDownList) in Syncfusion Form components. ## Prerequisites -* Visual Studio 2022 +* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) or later +* [Visual Studio Code](https://code.visualstudio.com/) ## How to run the project -* Checkout this project to a location in your disk. -* Open the solution file using the Visual Studio 2022. -* Restore the NuGet packages by rebuilding the solution. -* Run the project. +1. Clone or download this repository to a location in your system. +2. Open the solution file using the Visual Studio or Visual Studio code. +3. Restore the NuGet packages by rebuilding the solution or run `dotnet restore`. +4. Build the project to ensure there are no compilation errors. +5. Run the project. + +Optional CLI Commands: + +```powershell +dotnet restore +dotnet build +``` ## See also + * [Online examples](https://blazor.syncfusion.com) * [Documentation](https://blazor.syncfusion.com/documentation/introduction/) +* [Blog reference](https://www.syncfusion.com/blogs/post/spice-up-your-blazor-editform-with-syncfusion-blazor-components) \ No newline at end of file