Skip to content

Commit d8327ab

Browse files
authored
Merge branch 'main' into tiagov8-patch-2
2 parents 5cafc92 + c2c060a commit d8327ab

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

content/consultingv2/net-upgrade.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"_template": "logoCarousel"
113113
},
114114
{
115-
"heading": "Strategic .NET 8 or 9 migration",
115+
"heading": "Strategic .NET 10 migration",
116116
"body": "Your .NET applications need care and planning to upgrade to the latest version. The payoff? More stable, efficient systems that keep your business running at top speed. We’ll handle upgrades so you can sleep at night, knowing your vital operations won’t skip a beat. ",
117117
"accordionItems": [
118118
{
@@ -139,13 +139,13 @@
139139
"isMultipleOpen": true,
140140
"buttons": [
141141
{
142-
"buttonText": "Explore our Migration Guide",
143-
"buttonLink": "https://adamcogan.com/2024/03/19/dotnet-8-migrations-made-easy/",
142+
"buttonText": "Rules to Better .NET Migrations",
143+
"buttonLink": "https://www.ssw.com.au/rules/rules-to-better-net10-migrations",
144144
"colour": 1
145145
},
146146
{
147-
"buttonText": "Rules to Better .NET Migrations",
148-
"buttonLink": "https://www.ssw.com.au/rules/rules-to-better-net8-migrations/",
147+
"buttonText": "Explore a Migration Journey",
148+
"buttonLink": "https://adamcogan.com/2024/03/19/dotnet-8-migrations-made-easy",
149149
"colour": 1
150150
}
151151
],
@@ -432,23 +432,23 @@
432432
"accordionItems": [
433433
{
434434
"label": "Which .NET versions do you support for upgrades?",
435-
"content": "We support upgrades to the latest .NET versions, including .NET 8 (LTS) and .NET 9 (STS). .NET major versions are released annually in November. STS releases (like .NET 9) occur every even-numbered year and receive free support and patches for 18 months. LTS releases (like .NET 8) occur every odd-numbered year and receive free support and patches for 3 years.\n"
435+
"content": "We support upgrades to the latest .NET versions. .NET major versions are released annually in November. STS releases (like .NET 9) occur every even-numbered year and receive free support and patches for 18 months. LTS releases (like .NET 10) occur every odd-numbered year and receive free support and patches for 3 years.\n"
436436
},
437437
{
438438
"label": "What's the difference between STS and LTS?",
439439
"content": "New major .NET versions are released annually in November. Each release is designated as either Standard Term Support (STS) or Long Term Support (LTS). STS releases occur in even-numbered years and get support for 18 months, while LTS releases are in odd-numbered years and receive free support and patches for 3 years. Both types of releases are identical in quality, the only difference is their support lifecycle.\n"
440440
},
441441
{
442-
"label": "Is migrating to .NET 9 worthwhile?",
443-
"content": "Yes, especially if you are using older .NET versions like .NET Framework, .NET Core 3.1, .NET 6, .NET 7, or even .NET 8. A strategic move to .NET 9 provides several key advantages:\n\n* Current Platform & Support: Stay on a currently supported .NET release, receiving the latest updates and fixes from Microsoft. While .NET 9 is a Current release (not Long-Term Support), migrating ensures you benefit from ongoing development and community support during its lifecycle.\n* Improved Performance: Experience gains in application speed, startup times, and memory efficiency due to ongoing optimizations in .NET 9.\n* Advanced Cloud Capabilities: Utilize the newest cloud-native features and better integration with Azure and other cloud platforms offered by .NET 9.\n* Latest Security Updates: Improve application security with the most recent security features and patches incorporated in .NET 9.\n* Access to New C# Features: Equip your developers with the latest language features and productivity gains in the newest C# version supported by .NET 9.\n"
442+
"label": "Is migrating to .NET 10 worthwhile?",
443+
"content": "Yes, especially if you are using older .NET versions like .NET Framework, .NET Core 3.1, .NET 6/7/8, or even .NET 9. A strategic move to .NET 10 provides several key advantages:\n\n* Current Platform & Support: Stay on a currently supported .NET release, receiving the latest updates and fixes from Microsoft. While .NET 10 is a Current release (not Long-Term Support), migrating ensures you benefit from ongoing development and community support during its lifecycle.\n* Improved Performance: Experience gains in application speed, startup times, and memory efficiency due to ongoing optimizations in .NET.\n* Advanced Cloud Capabilities: Utilize the newest cloud-native features and better integration with Azure and other cloud platforms offered by .NET 10.\n* Latest Security Updates: Improve application security with the most recent security features and patches incorporated in .NET 10.\n* Access to New C# Features: Equip your developers with the latest language features and productivity gains in the newest C# version supported by .NET 10.\n"
444444
},
445445
{
446446
"label": "What about our existing dependencies?",
447447
"content": "We understand dependency compatibility is a key concern when planning a .NET upgrade. During our assessment, we meticulously audit your NuGet packages first. The good news is: Most popular packages already support the latest .NET version.\n\n* For packages lacking direct support, we offer solutions:\n * Update to compatible versions: Identify and upgrade to newer versions of packages that offer the latest .NET compatibility.\n * Find modern alternatives: Explore and recommend modern, actively maintained alternative packages that are compliant and offer similar functionality.\n * Create compatibility shims (as a last resort): In rare cases, we can develop compatibility shims to bridge gaps for essential packages without direct support for the latest version of .NET\n"
448448
},
449449
{
450450
"label": "What kind of support is available post-migration?",
451-
"content": "Our Support Includes:\n\n* Performance monitoring: Continuous performance monitoring and analysis to identify and address any performance regressions or areas for .NET 8 optimization.\n* Security updates: Ongoing monitoring for security vulnerabilities and assistance with applying timely security updates to your .NET 8 environment.\n* Optional managed services: Consider our managed services for proactive ongoing support, maintenance, and .NET 8 optimization of your upgraded applications.\n* Regular health checks: Scheduled health checks and system reviews to proactively identify potential issues and ensure the continued stability and performance of your .NET 8 systems.\n* Continuous optimization: Ongoing recommendations and support for further .NET 8 optimization, helping you leverage new features and maintain peak application performance over time.\n\n[Learn more about our support plans](https://www.ssw.com.au/consulting/support-plans).\n"
451+
"content": "Our Support Includes:\n\n* Performance monitoring: Continuous performance monitoring and analysis to identify and address any performance regressions or areas for .NET 10 optimization.\n* Security updates: Ongoing monitoring for security vulnerabilities and assistance with applying timely security updates to your .NET 10 environment.\n* Optional managed services: Consider our managed services for proactive ongoing support, maintenance, and .NET 10 optimization of your upgraded applications.\n* Regular health checks: Scheduled health checks and system reviews to proactively identify potential issues and ensure the continued stability and performance of your .NET 10 systems.\n* Continuous optimization: Ongoing recommendations and support for further .NET 10 optimization, helping you leverage new features and maintain peak application performance over time.\n\n[Learn more about our support plans](https://www.ssw.com.au/consulting/support-plans).\n"
452452
}
453453
],
454454
"isMultipleOpen": true,
@@ -542,4 +542,4 @@
542542
"_template": "imageTextBlock"
543543
}
544544
]
545-
}
545+
}

content/pages/home.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ beforeBody:
3636
link: 'https://www.tina.io'
3737
openIn: newWindow
3838
imgSrc: /images/carousel/Tina-SSW-website-banner_v2.png
39-
- label: Ready to migrate to .NET 9?
39+
- label: Ready to migrate to .NET 10?
4040
link: 'https://www.ssw.com.au/consulting/net-upgrade'
4141
openIn: sameWindow
42-
imgSrc: /images/carousel/NET9-Migration-Brady.jpg
42+
imgSrc: /images/carousel/NET10-Migration-Brady.jpg
4343
- label: Why should you choose SSW to build your web application?
4444
link: /company/about-us
4545
openIn: sameWindow
123 KB
Loading

0 commit comments

Comments
 (0)