You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/installation/migrating.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,8 @@ There are couple of differences worth mentioning to ease your migration process.
31
31
1. MVC Grid server rendered templates should transfer to client rendered templates in Core MVC Grid. Therefore, you will now use `.HeaderTemplate()` instead of `.ClientHeaderTemplate()`.
32
32
33
33
2. We have a Blog post covering common code-behind steps:
34
-
-[Migrate to ASP.NET Core MVC from ASP.NET Framework MVC](https://www.telerik.com/blogs/migrate-aspnet-core-mvc-aspnet-framework-mvc)
34
+
35
+
[Migrate to ASP.NET Core MVC from ASP.NET Framework MVC](https://www.telerik.com/blogs/migrate-aspnet-core-mvc-aspnet-framework-mvc)
35
36
36
37
3. The rest are syntax sugar differences caused by the frameworks themselves. For instance, here is a Validation action definition of the Upload component in MVC:
37
38
```C#
@@ -47,15 +48,17 @@ And this is the equivalent implementation in Core MVC:
47
48
```
48
49
49
50
4. The same is true for the **Startup.cs** file:
50
-
-[JSON serialization in Core](https://docs.telerik.com/aspnet-core/installation/json-serialization)
51
+
52
+
[JSON serialization in Core](https://docs.telerik.com/aspnet-core/installation/json-serialization)
51
53
52
54
5. You can check this nice MSDN article for general points when migrating:
53
-
-[Migrate from ASP.NET MVC to ASP.NET Core MVC](https://learn.microsoft.com/en-us/aspnet/core/migration/mvc?view=aspnetcore-7.0)
55
+
56
+
[Migrate from ASP.NET MVC to ASP.NET Core MVC](https://learn.microsoft.com/en-us/aspnet/core/migration/mvc?view=aspnetcore-7.0)
54
57
55
58
56
59
## Migrating from Another Technology
57
60
58
61
If you are coming from another Telerik UI toolset, we have resources addressing this situation as well:
59
62
-[From Web Forms to Core](https://www.telerik.com/blogs/review-of-telerik-toolsets-for-aspnet-web-forms-core)
60
63
-[From Web Forms to Blazor](https://www.telerik.com/blogs/review-of-telerik-toolsets-for-asp.net-web-forms-and-blazor-part-1)
61
-
-[From MVC to Blazor](https://www.telerik.com/blogs/migrating-mvc-to-blazor)
64
+
-[From MVC to Blazor](https://www.telerik.com/blogs/migrating-mvc-to-blazor)
0 commit comments