entity framework core
20 TopicsUsing Microsoft Purview glossary and business terms as knowledge for Copilot Agents?
Hi everyone, I'm exploring the knowledge management capabilities of Copilot Agents and had a question regarding integration with Microsoft Purview. In several demos, I've seen Copilot Agents configured with business context manually through features such as Glossary, Synonyms, and other knowledge-related settings. This makes sense when the information only exists within the agent configuration. However, in our case, we already have a significant amount of business metadata managed in Microsoft Purview, including: Business glossary terms Synonyms and alternative business names Definitions and descriptions Data domain ownership and governance information Metadata linked to underlying SQL data sources My question is whether there is a way for a Copilot Agent to leverage this information directly from Purview instead of maintaining a separate glossary and synonym repository within the agent itself. Ideally, we would like Purview to remain the single source of truth for business terminology and semantic definitions, with Copilot consuming that context dynamically. Has anyone implemented or evaluated an architecture like this? Specifically: Can Copilot Agents directly use Purview glossary assets and business metadata? Is there any native integration currently available? Would this require a custom solution (for example, retrieving Purview metadata through APIs and exposing it to the agent as a knowledge source)? Are there any best practices for keeping business context synchronized between Purview and Copilot? I'd be very interested to hear how others are approaching this challenge and whether Microsoft has any roadmap or recommended patterns in this area. Thanks in advance!18Views0likes0CommentsEstou tentando acessar a conta Microsoft no PC e no celular, mas não estou conseguindo.
Mano, eu preciso de ajuda. Estou tentando acessar a conta Microsoft no PC e no celular, mas não estou conseguindo. Entrei em contato com o suporte para pedir ajuda, pois não consigo trocar a senha. Não estou recebendo o SMS no celular, não chega de forma alguma. O suporte disse que não pode fazer nada, pois a segurança é muito forte e eles não conseguem acessar. Agora, nem eu, que sou dono da minha conta, também consigo acessar, pois não consigo trocar a senha. Detalhe: chega o código no e-mail, eu coloco o código, não aceita, aí pede o código do SMS. O problema do código do SMS é que ele não está chegando no celular. Esse é o único problema. Aí o suporte falou que é para entrar em contato na comunidade para poder ver se algum engenheiro consegue ajudar. E é aí que está o detalhe, pois ele disse que tem que recuperar acesso da conta do autenticador, mas eu não consigo recuperar porque pede senha. E quando pede senha, eu não consigo acessar, pois a minha senha antiga simplesmente parou de funcionar. E agora não consigo fazer mais nada. Não consigo recuperar o autenticador, não consigo trocar a senha, não consigo jogar os meus jogos e eu não quero perder a minha conta com coisas dentro porque a segurança é tão alta que nem o próprio usuário consegue acessar.47Views0likes0CommentsProblem with the startswith function in NET 9
Hi everyone, I have this request with Odata: http://localhost:5194/NationalStates?$filter=startswith(state, 'NE') This works correctly up to version 8.0.14 for the following packages: MySql.EntityFrameworkCore Microsoft.Extensions.DependencyInjection.Abstractions Microsoft.EntityFrameworkCore among others... When I update these packages to version 9.0.0 or later, they stop working and give an internal mapping error. Any clues about this?199Views0likes0Comments.NET Data Community Standup - New CLI Edition of EF Core Power Tools
In today's standup, Erik will demonstrate the new CLI edition of EF Core Power Tools and show how he used a number of community NuGet packages to improve the user experience when creating a CLI tool. Featuring: Erik EJ (@ErikEJ), Arthur Vickers (@ajcvickers), Shay Rojansky (@ShayRojansky) #EFCore #PowerTools #Community540Views1like0Comments.NET Data Community Standup - Collections of primitive values in EF Core
In this episode of the .NET Data Community Standup, the .NET Data Access team dive into new support for collections of primitive values, just released in EF Core 8 Preview 4. Collections of a primitive type can now be used as properties of an entity type and will be mapped to a JSON column in the relational database. In addition, parameters of primitive values can be passed to the database. In either case, the native JSON processing capabilities of the database are then used to exact and manipulate the primitive values, just as if they were in a table. This opens up powerful query possibilities, as well as optimizations to common problems such as translating queries that use Contains. Featuring: Arthur Vickers (ajcvickers), Shay Rojansky (@shayrojansky) #EntityFramework #DotNet #EFCore1.3KViews0likes0CommentsAzure Developers - .NET Day 2023
Experience Cloud Computing in Full Force with .NET on Azure. See the full agenda: https://learn.microsoft.com/events/learn-events/azuredeveloper-dotnetday/ As a .NET developer building for the cloud, do you want to stay ahead of the curve and maximize your potential? Join us to discover the latest services and features in Azure designed specifically for .NET developers. You'll learn cutting-edge cloud development techniques that can save you time and money, while providing your customers with the best experience possible. During the event, you'll hear directly from the experts behind the most sought-after cloud services for developers, spanning app development/compute, data services, serverless computing, cloud-native computing, and developer productivity. Don't miss this chance to participate and engage with the team throughout the day. Join us and take your cloud development skills to the next level! #azure #azuredevelopers #azurefunctions #azurecontainerapps #azuredevcli1.5KViews0likes0Comments.NET Data Community Standup - EF Core internals: IQueryable, LINQ and the EF Core query pipeline
In this standup, we'll dive deep under the hood to see how EF Core processes LINQ queries, translates them to SQL and executes them on your database. We'll introduce key concepts such as IQueryable and LINQ providers, and see how EF Core uses caching to make your querying lightning-fast. Join us to understand how the magic works!1.1KViews0likes0CommentsEntity Framework Community Standup - Hot Chocolate 12 and GraphQL 2021
Hot Chocolate 12 allows for more schema-building options with deeper integrations into EF core. Hot Chocolate has already implemented the new GraphQL October 2021 spec, and we will explore the new capabilities. We now support the complete stream and defer spec and will look into these new data fetching capabilities. Community Links: https://www.theurlist.com/efcore-standup-2021-12-01 Featuring: Jeremy Likness (@JeremyLikness), Michael Staib (@michael_staib) Get your questions answered on the Microsoft Q&A for .NET - https://aka.ms/dotnetqa Learn .NET with free self-guided learning from Microsoft Learn: http://aka.ms/learndotnet #efcore #graphql #webapi643Views0likes0CommentsLearn C# with CSharpFritz - Data Access with Entity Framework
Your application needs to interact with a database, so how do we connect to one with C#? In this session, Jeff Fritz talks about Entity Framework and how you can use it to read, write, and build databases for your application Community Links: https://github.com/csharpfritz/csharp_with_csharpfritz Featuring: Jeff Fritz (@csharpfritz) Get your questions answered on the Microsoft Q&A for .NET - https://aka.ms/dotnetqa Learn .NET with free self-guided learning from Microsoft Learn: http://aka.ms/learndotnet #beginner #csharp #entityframework538Views0likes0Comments