NET
22 TopicsUsing C# to Answer call, it does not trigger OnUpdatedbut "state": "established" when calling the ap
Hi. I use AnswerAsync from "Microsoft.Graph.Communications.Calls.ICall" in C#, but it never triggers call.OnUpdated, however when I call the api using postman I see that state is "established": call.OnUpdated += triggerupdatecall; await call.AnswerAsync(GetMediaConfig(), new []{Microsoft.Graph.Models.Modality.Audio}); response from the api : "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#communications/calls/$entity", "id": "0b005180-12de-42ca-b80d-ab14c81cf45d", "state": "established",156Views0likes0CommentsBuild your first ML-Model with ML.NET Model Builder
Excited to dive into machine learning in .NET? With the aid of tools like ML.NET Model Builder and Visual Studio, it's a breeze. Here's a preview of the steps you'll take: 1. Download Visual Studio 2022 with .NET desktop development and ML.NET Model Builder. 2. Create a .NET console app named myMLApp. 3. Add a machine learning model named SentimentModel.mbconfig. 4. Choose the Data classification scenario. 5. Select Local (CPU) as the training environment. 6. Prepare and import your data. 7. Train the model. 8. Evaluate its performance. 9. Consume the model using provided code. 10. Run and debug to observe the results. Now you're all set to leverage ML.NET's prowess for predictive models in your .NET apps!13KViews3likes0CommentsThe .NET Conf Student Zone is Back!
We are excited to announce the return of the .NET Conf Student Zone at this year’s .NET Conf 2023. The Student Zone is beginner-friendly, virtual event where experts will teach you how to build amazing projects – all using C# and .NET! This year, our experts will walk you through building mobile apps, AI applications, APIs, frontend web apps, and gaming projects.2.3KViews1like0CommentsC# 12 och .net 8
I november släpps .net 8 och tillsammans med det även C# 12. Vi tar hjälp av Filip Ekberg för att förstå mer om vad som är nytt. Diskussionen kommer även in på frågan om som debatterats flitigt i sociala medier senaste veckorna: Varför använder så få startups .net? Lyssna på avsnittet härAnnouncing the New Foundational C# Certification with freeCodeCamp
We are excited to announce the release of the new Foundational C# Certification in collaboration with freeCodeCamp. freeCodeCamp is a charity that creates free learning resources for math, programming, and computer science. The Foundational C# Certification is completely free, globally available, and includes a full 35-hour C# training course hosted on Microsoft Learn.5.1KViews2likes0CommentsUsing .NET MAUI to Build a Mobile App
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, and Windows from a single shared code-base.5.6KViews1like0CommentsHelp! My Director is consuming all my resources!
First published on TECHNET on Sep 20, 2017 Author: DJ Ball, Senior Escalation Engineer, Skype for BusinessRecently I worked on a couple of cases where the administrators were reporting higher than average CPU consumption on their Director pool servers.2.4KViews1like0Comments