#dotnet application
Explore tagged Tumblr posts
netcode-hub · 2 years ago
Text
youtube
.NET Maui Apps | Build Expenses Tracker Mobile App using MAUI, SQLite and Syncfusion components.
2 notes · View notes
eminencetech · 15 days ago
Text
Optimizing Custom .NET Web Apps in 2025
.NET has come a long way — and with .NET 9 rolling out powerful features like output caching and HTTP/3 support, performance tuning is more technical (and important) than ever.
I came across (or compiled) this quick infographic that outlines:
Common performance bottlenecks in .NET apps
Modern optimization techniques (like gRPC and async I/O)
What to monitor and log for continuous improvement
It’s especially relevant for teams working on custom .NET development projects, or anyone offering web app development services at scale.
View the infographic: https://pin.it/2bUShUk8g
Would love to hear how your team is adapting to .NET 9’s performance tools.
0 notes
atharvasys · 10 months ago
Text
Top .NET-Based CMS Platforms: Best Choices for 2024
Tumblr media
Discover the top .NET-based CMS platforms for 2024 with Atharva System's comprehensive guide. This article reviews leading CMS options like Umbraco, DotNetNuke, and Sitefinity, highlighting their features, scalability, and customization capabilities. Whether you’re building a corporate website, an e-commerce store, or a content-rich blog, these platforms offer robust solutions for various needs. Dive into detailed comparisons, learn about performance metrics, and find out which CMS best suits your project requirements. Make an informed decision with the latest insights on .NET-based content management systems.
0 notes
techdirectarchive · 1 year ago
Text
How to Fix the application was unable to start correctly (0xc0000135) error
How to Fix Application Error (0xc0000135) in Windows When opening a program in Windows, you might encounter an error that reads, “The application was unable to start correctly (0xc0000135). Click OK to close the application,” which prevents the program from running. This error can occur due to a Windows update affecting the .NET Framework 3.5 and 4.0, or if the .NET Framework was inadvertently…
Tumblr media
View On WordPress
0 notes
thetexvn · 2 years ago
Text
0 notes
tyrionlannistersblog · 2 years ago
Text
0 notes
16naughts · 5 months ago
Text
Dev Log Feb 7 2025 - The Stack
Ahoy. This is JFrame of 16Naughts in the first of what I hope will turn out to be a weekly series of developer logs surrounding some of our activities here in the office. Not quite so focused on individual games most of the time, but more on some of the more interesting parts of development as a whole. Or really, just an excuse for me to geek out a little into the void. With introductions out of the way, the first public version of our game Crescent Roll (https://store.steampowered.com/app/3325680/Crescent_Roll juuuust as a quick plug) is due out here at the end of the month, and has a very interesting/unorthodox tech stack that might be of interest to certain devs wanting to cut down on their application install size. The game itself is actually written in Javascript - you know, the scripting language used by your web browser for the interactive stuff everywhere, including here. If you've been on Newgrounds or any other site, they might call games that use it "HTML5" games like they used to call "Flash" games (RIP in peace). Unfortunately, Javascript still has a bit of a sour reputation in most developer circles, and "web game" doesn't really instill much confidence in the gamer either. However, it's turning more and more into the de-facto standard for like, everything. And I do mean everything. 99% of applications on your phone are just websites wrapped in the system view (including, if you're currently using it, the Tumblr app), and it's bleeding more and more into the desktop and other device spaces. Both Android and iOS have calls available to utilize their native web browsers in applications. Windows and Mac support the same thing with WebView2 and WebKit respectively. Heck, even Xbox and Nintendo have a web framework available too (even goes back as far as Flash support for the Wii). So, if you're not using an existing game engine like we aren't and you want to go multi-platform, your choices are either A) Do it in something C/C++ -ish, or now B) Write it in JS. So great - JS runs everywhere. Except, it's not exactly a first-class citizen in any of these scenarios. Every platform has a different SDK for a different low-level language, and none of them have a one-click "bundle this website into an exe" option. So there is some additional work that needs to be done to get it into that nice little executable package.
Enter C#. Everyone calls it Microsoft Java, but their support for it has been absolutely spectacular that it has surpassed Java in pretty much every single possible way. And that includes the number and types of machines that it runs on. The DotNet Core initiative has Mac, Windows, and Linux covered (plus Xbox), Xamarin has Android, and the new stuff for Maui brought iOS into the fold. Write once, run everywhere. Very nice. Except those itty bitty little application lifetime quirks completely change how you do the initialization on each platform, and the system calls are different for getting the different web views set up, and Microsoft is pushing Maui so hard that actually finding the calls and libraries to do the stuff instead of using their own (very strange) UI toolkit is a jungle, but I mean, I only had to write our stream decompression stuff once and everything works with the same compilation options. So yeah - good enough. And fortunately, only getting better. Just recently, they added Web Views directly into Maui itself so we can now skip a lot of the bootstrapping we had to do (I'm not re-writing it until we have to, but you know- it's there for everyone else). So, there you have it. Crescent Roll is a Javascript HTML5 Web Game that uses the platform native Web View through C#. It's a super tiny 50-100MB (depending on the platform) from not having to bundle the JS engine with it, compiles in seconds, and is fast and lean when running and only getting faster and leaner as it benefits from any performance improvements made anywhere in any of those pipeline. And that's it for today's log. Once this thing is actually, you know, released, I can hopefully start doing some more recent forward-looking progress things rather than a kind of vague abstract retrospective ramblings. Maybe some shader stuff next week, who knows.
Lemme know if you have any questions on anything. I know it's kind of dry, but I can grab some links for stuff to get started with, or point to some additional reading if you want it.
3 notes · View notes
techtalentforce · 1 year ago
Text
#dotnet #angular #reactjs #MVP #startup #dotnetcore #softwaredevelopment #SCRUM
2 notes · View notes
msicc · 2 years ago
Text
Dealing with application windows on Windows with .NET MAUI
I just published a follow-up blog post on how to handle application windows on Windows with .NET MAUI. #dotNET #dotNETMAUI #csharp #programming #MAUI #WinUI #Windows
As we have done the work for macOS, we can turn our attention now to the Windows operating system. Spoiler: this post will be far shorter than the last one. Recap Dealing with application windows on macOS with .NET MAUI In my last post, I showed you how to support multiple windows and handle their size. I introduced you the IWindowService to handle windows in an MVVM friendly way and told you…
Tumblr media
View On WordPress
2 notes · View notes
Text
Free Live Demo on C# 13 with .NET 9 – By Quality Thought 📅 Date: 17th July 2025 🕖 Mode: Evening Batch | Available Online & Offline 🎓 Exclusively for: College Students & Working Professionals 🏢 Organized by: Quality Thought – Leading Software Training Institute
Are you ready to upgrade your development skills with the latest in Microsoft technologies? Quality Thought is excited to announce a Free Live Demo session on C# 13 with .NET 9, happening on 17th July 2025 in an exclusive evening batch format—perfect for both students and working professionals.
This demo will introduce the powerful new features in C# 13 and enhancements in .NET 9, offering insights into how these updates are shaping modern software development. Whether you're looking to start your journey in .NET or advance your current knowledge, this session will give you a clear roadmap.
Our expert trainers will guide you through key concepts, real-world use cases, and career opportunities in the .NET ecosystem.
Why Attend?
Stay updated with the latest tech from Microsoft
Understand real-time project applications
Get career guidance from industry experts
Flexible attendance: Join online or offline
📝 Limited seats available! Reserve your spot now and take your first step toward mastering modern .NET development.
https://qualitythought.in/full-stack-dotnet-training-in-hyderabad/
Tumblr media
1 note · View note
lakshmimonopoly1 · 23 hours ago
Text
How to Use Entity Framework Core with ASP.NET Core for Scalable Data Access
In today’s fast-paced development world, building efficient and scalable web applications requires the right combination of technologies. Learning how to integrate data access properly is a key skill for every backend developer. The Best DotNet Training Institute in Hyderabad, Kukatpally, KPHB offers expert guidance on using Entity Framework Core with ASP.NET Core to streamline database operations while ensuring scalability and performance.
✅ What is Entity Framework Core?
Entity Framework Core (EF Core) is an open-source, lightweight, and extensible Object-Relational Mapper (ORM) developed by Microsoft. It allows developers to interact with databases using .NET objects rather than writing raw SQL queries. This approach simplifies data manipulation, boosts productivity, and ensures a cleaner, more maintainable codebase.
✅ Why Use EF Core with ASP.NET Core?
ASP.NET Core is a modern framework known for its speed, flexibility, and cross-platform capabilities. When combined with EF Core, it offers a seamless solution for handling data operations. This integration is ideal for web APIs, dynamic websites, and enterprise applications, as it reduces development time and allows for easier updates and testing.
Together, these technologies enable developers to create reliable systems that perform well even as data grows, ensuring applications remain scalable and responsive.
✅ Key Advantages of This Integration
Improved Productivity: Simplifies database handling using models and LINQ queries.
With Cross-Platform Development, you can create apps for Windows, macOS, and Linux simultaneously.
Easy Database Migrations: Update your database schema with minimal effort.
Better Code Organization: Maintain a clean separation between business logic and data access.
✅ Ideal Use Cases for EF Core with ASP.NET Core
E-commerce platforms
Inventory and billing systems
Learning management systems
Employee or HR management tools
These applications require scalable data solutions, which EF Core handles efficiently when integrated with ASP.NET Core.
✅ Conclusion
Using Entity Framework Core with ASP.NET Core is an excellent way to develop high-performance, scalable, and maintainable web applications. If you’re looking to gain hands-on experience and build real-time projects using these technologies, Monopoly IT Solutions is your trusted training and development partner. Start your .NET journey with confidence and build a strong foundation for a successful career in software development.
0 notes
lakshmisssit · 10 days ago
Text
Distributed Logging and Monitoring with Serilog and OpenTelemetry
In the age of cloud computing and microservices, having visibility into your application’s performance is not just beneficial—it’s critical. Whether you’re debugging an issue in production or monitoring usage trends, observability tools help you make smarter, faster decisions. Two powerful tools in the .NET ecosystem are Serilog for structured logging and OpenTelemetry for metrics and tracing. If you're looking to gain hands-on expertise in building reliable .NET applications, enrolling in the best dotnet training in Hyderabad is the perfect place to start.
What is Serilog and Why Use It?
Serilog is a powerful and flexible logging library designed for .NET applications. Unlike traditional logging methods, Serilog supports structured logging, which outputs logs in a machine-readable format like JSON.
Key benefits of Serilog:
Multiple output targets (called sinks), including file, console, Seq, and Elasticsearch.
Rich log formatting with contextual data.
Easy integration with ASP.NET Core and other .NET projects.
With Serilog, you can filter, search, and analyze logs more effectively—especially when dealing with distributed systems.
Understanding OpenTelemetry for Observability
OpenTelemetry is a vendor-neutral, open-source observability framework that helps collect telemetry data such as logs, metrics, and traces from your applications.
Why developers use OpenTelemetry:
Track requests across microservices using distributed tracing.
Measure application health using metrics like latency, error rates, and throughput.
Integrate with backends like Jaeger, Prometheus, and Grafana for visualization.
It standardizes observability practices, helping teams correlate behavior across services in complex cloud environments.
Power of Combining Serilog with OpenTelemetry
While each tool is powerful on its own, combining Serilog and OpenTelemetry provides end-to-end observability.
Serilog logs events and exceptions in a structured, queryable way.
OpenTelemetry traces how a request flows across multiple services.
By linking logs with traces using trace IDs, developers gain full context during debugging.
This combination is especially valuable in distributed systems, where issues can span multiple services and components.
Best Practices for Implementation
To set up effective logging and monitoring:
Use structured logging consistently across all services with Serilog.
Instrument applications with OpenTelemetry SDKs to collect traces and metrics.
Correlate data by enriching logs with trace and span IDs.
Export telemetry to a centralized observability platform like Azure Monitor, Jaeger, or Grafana.
Monitor performance dashboards regularly to detect and resolve issues early.
Conclusion: Elevate Your .NET Skills with Expert Training
Distributed systems demand modern monitoring solutions. Tools like Serilog and OpenTelemetry empower developers to gain visibility, resolve issues quickly, and build resilient applications. If you're ready to level up your .NET development career, join SSSIT Computer Education, widely recognized for offering the best dotnet training in Hyderabad. With real-time projects and expert mentorship, you'll gain the practical skills to succeed in today’s enterprise environments.
0 notes
resiliencesoftblog · 10 days ago
Text
dotnet training Bilaspur chhatisgarh
Advance your software development skills with Resiliencesoft’s .NET training in Bilaspur, Chhattisgarh. Learn C#, ASP.NET, and MVC frameworks through practical assignments. Ideal for aspiring developers aiming to work on enterprise-level applications.
dotnet training Bilaspur chhatisgarh
0 notes
dlktech24 · 17 days ago
Text
2026 dotnet projects chennai
As 2026 unfolds, DotNet (.NET) remains a top choice for building scalable, secure, and high-performance applications. For students and professionals in Chennai pursuing Computer Science, Information Technology, MCA, or related fields, working on DotNet projects is essential to mastering modern software development. Leading DotNet project centers in Chennai are now offering a wide range of 2026 DotNet projects designed to keep pace with evolving industry standards and emerging technologies.
0 notes
tyrionlannistersblog · 2 years ago
Text
https://forgeinnovateflow.com/2023/09/11/the-role-of-net-in-the-metaverse-building-virtual-worlds/
0 notes
mukeshnegi121197 · 26 days ago
Text
ExpertTal | Trusted Expert Staffing Solutions for IT & Tech Hiring
ExpertTal delivers expert staffing solutions tailored for modern IT and tech companies. From IT staffing and recruitment to ERP software development, we help you hire the right talent faster and smarter. Whether you're looking for skilled front-end, back-end, or full-stack developers, our team ensures top-quality hires for every project. We also specialize in Oracle development, Power BI services, and mobile & web application development.
At ExpertTal, we combine industry insight with proven hiring strategies to deliver the best IT professionals across domains. Our expert staffing solutions are trusted by enterprises seeking high-performing tech talent, including dotnet, PHP, and Android developers. Whether it's custom ERP implementation or remote staffing, we offer flexible, scalable services to match your business goals. Partner with us to accelerate growth through smart hiring and expert development.
1 note · View note