#go #aws #cloud #cloud_computing #csharp #dotnet #fsharp #go #golang #infrastructure #infrastructure_as_code #javascript #lambda #pulumi #python #typescript
Pulumi helps you manage cloud resources like AWS using code. This means you can automate and control your cloud infrastructure easily. Pulumi supports many programming languages, making it flexible for different teams. It also helps with security and compliance, ensuring your cloud setup is safe and follows rules. By using Pulumi, you can speed up deployments and make your cloud operations more efficient. This helps you save time and reduce risks, making it easier to manage complex cloud environments.
https://github.com/pulumi/pulumi-aws
Pulumi helps you manage cloud resources like AWS using code. This means you can automate and control your cloud infrastructure easily. Pulumi supports many programming languages, making it flexible for different teams. It also helps with security and compliance, ensuring your cloud setup is safe and follows rules. By using Pulumi, you can speed up deployments and make your cloud operations more efficient. This helps you save time and reduce risks, making it easier to manage complex cloud environments.
https://github.com/pulumi/pulumi-aws
GitHub
GitHub - pulumi/pulumi-aws: An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS - pulumi/pulumi-aws
#other #awesome #awesome_list #clr #csharp #dotnet #fsharp
This collection of .NET libraries and tools provides a wide range of functionalities to help developers build robust applications. It includes tools for **API development**, **artificial intelligence**, **caching**, **database management**, **testing**, and more. Using these resources can simplify development tasks, improve application performance, and enhance overall productivity. For example, libraries like **AutoMapper** for object mapping and **Serilog** for logging can streamline common tasks, while frameworks like **ASP.NET Core** and **Entity Framework Core** support web and database development.
https://github.com/quozd/awesome-dotnet
This collection of .NET libraries and tools provides a wide range of functionalities to help developers build robust applications. It includes tools for **API development**, **artificial intelligence**, **caching**, **database management**, **testing**, and more. Using these resources can simplify development tasks, improve application performance, and enhance overall productivity. For example, libraries like **AutoMapper** for object mapping and **Serilog** for logging can streamline common tasks, while frameworks like **ASP.NET Core** and **Entity Framework Core** support web and database development.
https://github.com/quozd/awesome-dotnet
GitHub
GitHub - quozd/awesome-dotnet: A collection of awesome .NET libraries, tools, frameworks and software
A collection of awesome .NET libraries, tools, frameworks and software - quozd/awesome-dotnet
#csharp #c_sharp #codegenerator #fast #mapper #mapping
Mapster is a fast and efficient tool for mapping objects in .NET. It helps you automatically move data from one object to another, saving time and reducing repetitive code. You can easily install it using NuGet or .NET CLI. Mapster is faster and uses less memory than other mapping tools like AutoMapper, making it a great choice for improving performance in your applications. It also supports advanced features like code generation and debugging, which can help you find and fix issues quickly.
https://github.com/MapsterMapper/Mapster
Mapster is a fast and efficient tool for mapping objects in .NET. It helps you automatically move data from one object to another, saving time and reducing repetitive code. You can easily install it using NuGet or .NET CLI. Mapster is faster and uses less memory than other mapping tools like AutoMapper, making it a great choice for improving performance in your applications. It also supports advanced features like code generation and debugging, which can help you find and fix issues quickly.
https://github.com/MapsterMapper/Mapster
GitHub
GitHub - MapsterMapper/Mapster: A fast, fun and stimulating object to object Mapper
A fast, fun and stimulating object to object Mapper - MapsterMapper/Mapster
#csharp
The eShop reference application is a sample e-commerce website built using .NET 9 and a services-based architecture. It helps developers learn how to create modern web applications. To use it, you need to install .NET 9 SDK, Docker, and possibly Visual Studio or Visual Studio Code. This application is beneficial because it provides a real-world example of how to structure and deploy a complex web application, making it easier for developers to understand and implement similar projects.
https://github.com/dotnet/eShop
The eShop reference application is a sample e-commerce website built using .NET 9 and a services-based architecture. It helps developers learn how to create modern web applications. To use it, you need to install .NET 9 SDK, Docker, and possibly Visual Studio or Visual Studio Code. This application is beneficial because it provides a real-world example of how to structure and deploy a complex web application, making it easier for developers to understand and implement similar projects.
https://github.com/dotnet/eShop
GitHub
GitHub - dotnet/eShop: A reference .NET application implementing an eCommerce site
A reference .NET application implementing an eCommerce site - dotnet/eShop
#csharp #architecture #aspnetcore #clean_architecture #cqrs #ddd #dotnet #dotnetcore #event_driven_architecture #event_sourcing #kubernetes #masstransit #messaging #microservice #microservices #oauth2 #opentelemetry #software_architecture #software_design #software_engineering #vertical_slice_architecture
Migrating from a monolithic architecture to a cloud-native microservices architecture offers several benefits. It improves scalability, allowing different parts of the application to grow independently. This approach also enhances reliability by isolating faults, so if one service fails, others continue to work. Additionally, microservices enable faster deployment and updates, as each service can be developed and deployed separately. This flexibility allows teams to use the best technology for each service, making development more efficient and agile[2][3][5].
https://github.com/meysamhadeli/monolith-to-cloud-architecture
Migrating from a monolithic architecture to a cloud-native microservices architecture offers several benefits. It improves scalability, allowing different parts of the application to grow independently. This approach also enhances reliability by isolating faults, so if one service fails, others continue to work. Additionally, microservices enable faster deployment and updates, as each service can be developed and deployed separately. This flexibility allows teams to use the best technology for each service, making development more efficient and agile[2][3][5].
https://github.com/meysamhadeli/monolith-to-cloud-architecture
GitHub
GitHub - meysamhadeli/booking-microservices: A practical microservices with the latest technologies and architectures like Vertical…
A practical microservices with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit, and Aspire in .Net 9. - ...
#csharp #dotnet #monorepo
The .NET Virtual Monolithic Repository (VMR) is a special place where all the code needed to build the .NET SDK is kept together. This makes it easier for developers to build and test .NET because everything is in one place. The VMR is like a mirror of other .NET repositories, so changes in those repositories are copied here. This helps simplify the process of building .NET and makes it easier for others to contribute and use the code. It also helps make the build process more transparent and reproducible for the community.
https://github.com/dotnet/dotnet
The .NET Virtual Monolithic Repository (VMR) is a special place where all the code needed to build the .NET SDK is kept together. This makes it easier for developers to build and test .NET because everything is in one place. The VMR is like a mirror of other .NET repositories, so changes in those repositories are copied here. This helps simplify the process of building .NET and makes it easier for others to contribute and use the code. It also helps make the build process more transparent and reproducible for the community.
https://github.com/dotnet/dotnet
GitHub
GitHub - dotnet/dotnet: Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK. - dotnet/dotnet
#csharp #c_sharp #linq #unity
ZLinq is a high-performance, zero-allocation LINQ library for .NET and game engines like Unity and Godot. It improves on regular LINQ by avoiding memory allocations during method chaining, boosting speed and efficiency, especially in demanding apps like games. You use it by calling `AsValueEnumerable()` on collections, enabling faster queries with almost full compatibility with .NET 10 LINQ features. It supports advanced operations on arrays, spans, trees (like file systems and JSON), and SIMD for parallel processing. ZLinq also offers drop-in replacements to accelerate existing LINQ code without rewriting. This means you get faster, more memory-efficient data processing with minimal code changes[1][3][4].
https://github.com/Cysharp/ZLinq
ZLinq is a high-performance, zero-allocation LINQ library for .NET and game engines like Unity and Godot. It improves on regular LINQ by avoiding memory allocations during method chaining, boosting speed and efficiency, especially in demanding apps like games. You use it by calling `AsValueEnumerable()` on collections, enabling faster queries with almost full compatibility with .NET 10 LINQ features. It supports advanced operations on arrays, spans, trees (like file systems and JSON), and SIMD for parallel processing. ZLinq also offers drop-in replacements to accelerate existing LINQ code without rewriting. This means you get faster, more memory-efficient data processing with minimal code changes[1][3][4].
https://github.com/Cysharp/ZLinq
GitHub
GitHub - Cysharp/ZLinq: Zero allocation LINQ with LINQ to Span, LINQ to SIMD, and LINQ to Tree (FileSystem, JSON, GameObject, etc.)…
Zero allocation LINQ with LINQ to Span, LINQ to SIMD, and LINQ to Tree (FileSystem, JSON, GameObject, etc.) for all .NET platforms and Unity, Godot. - Cysharp/ZLinq
#csharp #ai #artificial_intelligence #llm #openai #sdk
Semantic Kernel is a tool that helps developers build and manage AI systems easily. It supports multiple programming languages like C#, Python, and Java, making it versatile for different projects. This tool allows you to connect your AI models to various services and databases, which helps in automating tasks and making decisions based on user inputs. It's especially useful for businesses because it's reliable, secure, and can handle complex workflows. By using Semantic Kernel, developers can create intelligent AI agents that can interact with users and perform tasks efficiently.
https://github.com/microsoft/semantic-kernel
Semantic Kernel is a tool that helps developers build and manage AI systems easily. It supports multiple programming languages like C#, Python, and Java, making it versatile for different projects. This tool allows you to connect your AI models to various services and databases, which helps in automating tasks and making decisions based on user inputs. It's especially useful for businesses because it's reliable, secure, and can handle complex workflows. By using Semantic Kernel, developers can create intelligent AI agents that can interact with users and perform tasks efficiently.
https://github.com/microsoft/semantic-kernel
GitHub
GitHub - microsoft/semantic-kernel: Integrate cutting-edge LLM technology quickly and easily into your apps
Integrate cutting-edge LLM technology quickly and easily into your apps - microsoft/semantic-kernel
#typescript #aurelia #cross_platform #csharp #database #desktop #dotnet #editor #electron #ide #linux #macos #playground #roslyn #tauri #windows
NetPad is a tool that lets you write and run C# code easily without creating projects. It helps you prototype, test code, visualize data, and query databases. You can use it to learn C# or experiment with new features. NetPad is available on Windows, macOS, and Linux, making it useful for developers across different platforms. It offers features like code completion, syntax highlighting, and the ability to add NuGet packages, making coding more efficient and accessible.
https://github.com/tareqimbasher/NetPad
NetPad is a tool that lets you write and run C# code easily without creating projects. It helps you prototype, test code, visualize data, and query databases. You can use it to learn C# or experiment with new features. NetPad is available on Windows, macOS, and Linux, making it useful for developers across different platforms. It offers features like code completion, syntax highlighting, and the ability to add NuGet packages, making coding more efficient and accessible.
https://github.com/tareqimbasher/NetPad
GitHub
GitHub - tareqimbasher/NetPad: A cross-platform C# editor and playground.
A cross-platform C# editor and playground. Contribute to tareqimbasher/NetPad development by creating an account on GitHub.
👏1
#python #copilot #csharp #dotnet #github #github_copilot #github_copilot_chat #github_copilot_for_azure #github_copilot_free #github_copilot_training #javascript #lab #labs #microsoft #python #sql #tutorial #tutorial_code #tutorial_exercises #visual_studio_code #vscode
GitHub Copilot’s new Agent Mode is a powerful AI coding partner that goes beyond just suggesting code—it can independently write, debug, and improve your code, handle complex workflows, and even fix its own mistakes automatically. It works with multiple programming languages and integrates with popular development tools, helping you save time on repetitive tasks like testing, deployment, and refactoring. By using natural language prompts, you can guide it to complete multi-step projects, making coding faster and easier whether you’re a beginner or an expert. This course teaches you how to fully use these features, boosting your productivity and coding skills.
https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming
GitHub Copilot’s new Agent Mode is a powerful AI coding partner that goes beyond just suggesting code—it can independently write, debug, and improve your code, handle complex workflows, and even fix its own mistakes automatically. It works with multiple programming languages and integrates with popular development tools, helping you save time on repetitive tasks like testing, deployment, and refactoring. By using natural language prompts, you can guide it to complete multi-step projects, making coding faster and easier whether you’re a beginner or an expert. This course teaches you how to fully use these features, boosting your productivity and coding skills.
https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming
GitHub
GitHub - microsoft/Mastering-GitHub-Copilot-for-Paired-Programming: A multi-module course teaching everything you need to know…
A multi-module course teaching everything you need to know about using GitHub Copilot as an AI Peer Programming resource. - microsoft/Mastering-GitHub-Copilot-for-Paired-Programming
#csharp #cross_platform #csharp #vpn #xamarin
VpnHood is a free, open-source VPN that helps you stay private online and access blocked content, even on networks with strict firewalls and deep packet inspection[1][5]. It works on Windows and Android, is easy to install, and runs fast without needing special network knowledge or admin rights[1]. You can choose which apps or countries use the VPN, and it supports both IPv4 and IPv6. Because it’s open source and has passed a security audit, you can trust that your data is safe and the software is transparent[1]. This means you get better privacy, can bypass restrictions, and have more control over your internet connection, all without cost or complexity[1][3].
https://github.com/vpnhood/VpnHood
VpnHood is a free, open-source VPN that helps you stay private online and access blocked content, even on networks with strict firewalls and deep packet inspection[1][5]. It works on Windows and Android, is easy to install, and runs fast without needing special network knowledge or admin rights[1]. You can choose which apps or countries use the VPN, and it supports both IPv4 and IPv6. Because it’s open source and has passed a security audit, you can trust that your data is safe and the software is transparent[1]. This means you get better privacy, can bypass restrictions, and have more control over your internet connection, all without cost or complexity[1][3].
https://github.com/vpnhood/VpnHood
GitHub
GitHub - vpnhood/VpnHood: Undetectable Fast Portable VPN
Undetectable Fast Portable VPN. Contribute to vpnhood/VpnHood development by creating an account on GitHub.
#csharp
RunCat 365 is a fun and cute app that shows a running cat animation on your Windows taskbar. The cat’s running speed changes based on your computer’s CPU usage, so you can easily see how hard your computer is working just by watching the cat. It’s made for Windows only and is built with C# and .NET 9.0. This app adds a playful and useful visual indicator to your taskbar, making it easier and more enjoyable to monitor your PC’s performance at a glance. It’s free and open-source, with many users enjoying its charm and functionality[4].
https://github.com/Kyome22/RunCat365
RunCat 365 is a fun and cute app that shows a running cat animation on your Windows taskbar. The cat’s running speed changes based on your computer’s CPU usage, so you can easily see how hard your computer is working just by watching the cat. It’s made for Windows only and is built with C# and .NET 9.0. This app adds a playful and useful visual indicator to your taskbar, making it easier and more enjoyable to monitor your PC’s performance at a glance. It’s free and open-source, with many users enjoying its charm and functionality[4].
https://github.com/Kyome22/RunCat365
GitHub
GitHub - Kyome22/RunCat365: A cute running cat animation on your windows taskbar.
A cute running cat animation on your windows taskbar. - Kyome22/RunCat365
#python #csharp #java #javascript #javascript_applications #mcp #mcp_client #mcp_security #mcp_server #model #model_context_protocol #modelcontextprotocol #python #typescript
You can learn the Model Context Protocol (MCP), a new standard for connecting AI models with applications, through a free, open-source curriculum that includes hands-on coding examples in C#, Java, JavaScript, Python, and TypeScript. The curriculum covers basics, security, building servers and clients, advanced topics, and best practices, with multi-language support and community help via Discord. You can also join MCP Dev Days, a free online event for deep technical learning and networking. This resource helps you quickly gain practical skills to build and integrate AI tools effectively, boosting your development capabilities in AI workflows.
https://github.com/microsoft/mcp-for-beginners
You can learn the Model Context Protocol (MCP), a new standard for connecting AI models with applications, through a free, open-source curriculum that includes hands-on coding examples in C#, Java, JavaScript, Python, and TypeScript. The curriculum covers basics, security, building servers and clients, advanced topics, and best practices, with multi-language support and community help via Discord. You can also join MCP Dev Days, a free online event for deep technical learning and networking. This resource helps you quickly gain practical skills to build and integrate AI tools effectively, boosting your development capabilities in AI workflows.
https://github.com/microsoft/mcp-for-beginners
GitHub
GitHub - microsoft/mcp-for-beginners: This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through…
This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed ...
#csharp #2d #avaloniaui #csharp #dotnet_core #dotnetcore #editor #game_development #graphics #graphics_editor #linux_desktop #painting #pixel_art #pixi #procedural_drawing #procedural_generation #raster_graphics #sprites #tabs #vector_graphics
PixiEditor is a free, easy-to-use 2D graphics editor that combines pixel art, painting, and vector tools all in one program. You can create game sprites, animations, logos, and edit images with a simple interface. It supports mixing vector and raster graphics on the same canvas and lets you export to many formats like PNG, SVG, GIF, and MP4. The powerful Node Graph system allows you to create complex, non-destructive effects and animations. It also has a timeline for frame-by-frame animation and autosaves your work to prevent loss. This makes it a versatile tool for artists and game developers.
https://github.com/PixiEditor/PixiEditor
PixiEditor is a free, easy-to-use 2D graphics editor that combines pixel art, painting, and vector tools all in one program. You can create game sprites, animations, logos, and edit images with a simple interface. It supports mixing vector and raster graphics on the same canvas and lets you export to many formats like PNG, SVG, GIF, and MP4. The powerful Node Graph system allows you to create complex, non-destructive effects and animations. It also has a timeline for frame-by-frame animation and autosaves your work to prevent loss. This makes it a versatile tool for artists and game developers.
https://github.com/PixiEditor/PixiEditor
GitHub
GitHub - PixiEditor/PixiEditor: PixiEditor is a Universal Editor for all your 2D needs
PixiEditor is a Universal Editor for all your 2D needs - PixiEditor/PixiEditor
#csharp
The Model Context Protocol (MCP) is an open standard that lets AI models connect easily and securely to external data sources and tools, like business systems or cloud services. It acts like a universal adapter, enabling AI to access the right context and data to perform tasks accurately and efficiently. Microsoft offers many MCP servers that link AI with services such as Azure DevOps, SQL databases, Microsoft 365, and more, allowing AI to interact naturally with your data and workflows. This helps you get smarter AI assistance, better automation, and easier integration across your tools.
https://github.com/microsoft/mcp
The Model Context Protocol (MCP) is an open standard that lets AI models connect easily and securely to external data sources and tools, like business systems or cloud services. It acts like a universal adapter, enabling AI to access the right context and data to perform tasks accurately and efficiently. Microsoft offers many MCP servers that link AI with services such as Azure DevOps, SQL databases, Microsoft 365, and more, allowing AI to interact naturally with your data and workflows. This helps you get smarter AI assistance, better automation, and easier integration across your tools.
https://github.com/microsoft/mcp
GitHub
GitHub - microsoft/mcp: Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access…
Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration - microsoft/mcp
#csharp #agent #ai #avalonia #chat #claude #deepseek #gpt_oss #grok #llm #mcp #ollama #openai #rag #ui_automation
Everywhere is an AI assistant that works directly on your screen without needing screenshots or app switching. You just press a shortcut and it understands the context instantly to help you with tasks like fixing errors, summarizing articles, translating text, or improving your writing tone. It supports many AI models and runs on Windows, with macOS and Linux versions coming soon. This tool saves you time and effort by giving quick, relevant help exactly where you need it, making your work and browsing smoother and more efficient. It also supports multiple languages and has a modern, easy-to-use interface.
https://github.com/DearVa/Everywhere
Everywhere is an AI assistant that works directly on your screen without needing screenshots or app switching. You just press a shortcut and it understands the context instantly to help you with tasks like fixing errors, summarizing articles, translating text, or improving your writing tone. It supports many AI models and runs on Windows, with macOS and Linux versions coming soon. This tool saves you time and effort by giving quick, relevant help exactly where you need it, making your work and browsing smoother and more efficient. It also supports multiple languages and has a modern, easy-to-use interface.
https://github.com/DearVa/Everywhere
GitHub
GitHub - DearVa/Everywhere: A context-aware AI assistant for your desktop. Ready to respond intelligently, seamlessly integrating…
A context-aware AI assistant for your desktop. Ready to respond intelligently, seamlessly integrating multiple LLMs and MCP tools. - DearVa/Everywhere
#csharp #pdf #pdf_converter #pdf_document_processor #pdf_generation
PDFPatcher is a free and open-source tool that helps you manage PDF files. It allows you to edit PDF metadata, bookmarks, and page layouts. You can also merge, split, and rotate PDF pages. Additionally, it supports converting PDF pages to images and extracting specific pages. The software is free to use and does not have ads or privacy concerns. It encourages users to do a good deed after using it, which is part of its unique "良心授权" (conscience license) agreement. This tool is beneficial for users who need to manipulate PDFs without spending money on expensive software.
https://github.com/wmjordan/PDFPatcher
PDFPatcher is a free and open-source tool that helps you manage PDF files. It allows you to edit PDF metadata, bookmarks, and page layouts. You can also merge, split, and rotate PDF pages. Additionally, it supports converting PDF pages to images and extracting specific pages. The software is free to use and does not have ads or privacy concerns. It encourages users to do a good deed after using it, which is part of its unique "良心授权" (conscience license) agreement. This tool is beneficial for users who need to manipulate PDFs without spending money on expensive software.
https://github.com/wmjordan/PDFPatcher
GitHub
GitHub - wmjordan/PDFPatcher: PDF补丁丁——PDF工具箱,可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档,探查文档结构,提取图片、转成图片等等
PDF补丁丁——PDF工具箱,可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档,探查文档结构,提取图片、转成图片等等 - wmjordan/PDFPatcher