visual studio
47 TopicsUnderstanding the GitHub Copilot Exam Blueprint Skills Measured & Topics Covered
The world of software development is rapidly evolving, especially with the rise of AI-assisted coding tools. One key certification that’s gained attention is the one for GitHub Copilot, the AI-pair programmer developed by GitHub (in conjunction with Microsoft). This blog dives deep into the exam blueprint — what domains it covers, what skills are measured, and how you can prepare effectively. https://dellenny.com/understanding-the-github-copilot-exam-blueprint-skills-measured-topics-covered/14Views0likes0CommentsFree & Official Learning Resources for the GitHub Copilot Certification Exam
The GitHub Copilot Certification Exam is an exciting new way to prove your skills in using one of the most innovative AI tools for software development. Designed for developers, DevOps engineers, administrators, and technical leaders, this certification tests your ability to use GitHub Copilot effectively and responsibly in real-world scenarios. The best part? You don’t have to pay for premium courses or third-party study materials. GitHub and Microsoft provide free, official learning resources that cover everything you need to know. This guide breaks down those resources, how to use them, and how to structure your preparation to maximize your success. https://dellenny.com/free-official-learning-resources-for-the-github-copilot-certification-exam/9Views0likes0CommentsDebugging and Testing Your Copilot Studio Bots Efficiently
When you build conversational agents using Copilot Studio, deploying them is only half the job. To deliver reliable and useful bots, you must invest time in testing and debugging—and do so efficiently. This guide walks you through structured strategies for testing and debugging Copilot Studio bots, highlights built-in tools and practices, and offers expert tips to help you identify and resolve issues quickly. https://dellenny.com/debugging-and-testing-your-copilot-studio-bots-efficiently/13Views0likes0CommentsHow to Register and Prepare for the GitHub Copilot Exam Step-by-Step Guide
If you’re planning to validate your AI-assisted coding skills, the GitHub Copilot Certification Exam is a great way to prove your expertise. This guide walks you through everything — from registration to preparation — so you can approach exam day with confidence. https://dellenny.com/how-to-register-and-prepare-for-the-github-copilot-exam-step-by-step-guide/53Views0likes0CommentsWriting Cleaner Code with GitHub Copilot Suggestions
In today’s fast-moving software development world, maintaining readable, maintainable, and reliable code is more crucial than ever. Tools like GitHub Copilot offer developers a new way to assist in that journey—by suggesting code, refactorings, tests, and improvements in real time. In this blog, we’ll explore how to use Copilot (and its suggestions) not just for speed—but for cleaner code. https://dellenny.com/writing-cleaner-code-with-github-copilot-suggestions/17Views0likes0CommentsWhat Is the GitHub Copilot Certification and Why It Matters for Developers
In the ever-evolving world of software development, AI-powered tools are taking centre stage. Among them, GitHub Copilot has become a significant player. But what exactly is the GitHub Copilot Certification, and why should developers care? Let’s dive in. https://dellenny.com/what-is-the-github-copilot-certification-and-why-it-matters-for-developers/65Views0likes0CommentsUsing an AI Agent to Automate Jira Updates, PR Reviews, and Code Deployment
In modern software development, teams juggle multiple tools: Jira for project management, GitHub/GitLab for code collaboration, and CI/CD pipelines for deployment. Developers often spend significant time switching contexts—updating Jira tickets, reviewing pull requests, and triggering deployments. An AI agent can automate much of this workflow, acting as a “digital teammate” that fetches Jira data, helps review PRs, and pushes deployments. In this blog, we’ll explore how to set it up step by step. https://dellenny.com/supercharging-your-workflow-using-an-ai-agent-to-automate-jira-updates-pr-reviews-and-code-deployment/82Views0likes1CommentGetting Started with Microsoft Playwright Testing Features and How to Use It
In today’s fast-paced development environment, delivering high-quality web applications is crucial. Automated testing plays a key role in ensuring stability, performance, and user experience across browsers and devices. Microsoft Playwright Testing is one of the most powerful tools available for end-to-end (E2E) testing, offering speed, reliability, and cross-browser support. In this post, we’ll explore what Playwright Testing is, its key features, how to use it, and how it integrates with Azure for cloud-scale testing. https://dellenny.com/getting-started-with-microsoft-playwright-testing-features-and-how-to-use-it/30Views0likes0CommentsTop 10 Things You Can Do with GitHub Copilot as a New Developer
If you’re just starting your coding journey, GitHub Copilot can feel like having a mentor right inside your code editor. It doesn’t just autocomplete code—it helps you learn, experiment, and ship projects faster. Here are the top 10 things you can do with GitHub Copilot as a new developer: https://dellenny.com/top-10-things-you-can-do-with-github-copilot-as-a-new-developer-2/64Views0likes0CommentsWhat's the future of RDLC ("client-side SSRS", aka "ReportViewer")?
This is the information I could gather so far: Getting an RDLC renderer for .NET 5+ is currently the https://feedback.azure.com/d365community/idea/ec1af842-4d25-ec11-b6e6-000d3a4f0da0. Unfortunately, there are currently no plans to do that (see https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-6/). There are some enthusiast ports/recompilations floating around on github and nuget, but they are not official. The https://docs.microsoft.com/en-us/archive/blogs/sqlrsteamblog/ is dead, the last entry is from 2018. There's a third-party company providing an RDLC renderer, but https://docs.microsoft.com/en-us/archive/blogs/sqlrsteamblog/microsoft-acquires-report-rendering-technology-from-forerunner-software. Nothing has been heard since. There is currently no ReportViewer designer for Visual Studio 2022. Getting one is currently the https://developercommunity.visualstudio.com/search?space=8&sort=votes&q=2022. From a business perspective, I can totally understand that Microsoft is not giving this highly-loved feature the resources it needs. After all, they are basically giving away a great reporting engine for free, undermining their own SQL Server and Power BI sales. And they are not even hiding the fact that they'd rather have people purchase Power BI subscriptions, which is perfectly fine. They are a company, not a charity. Unfortunately, adding a dependency to a third-party cloud service is a no-go for many software development scenarios. Thus, I would like to start a discussion on the following points: It seems to me that MS no longer wants people to use their RLDC reporting engine in new projects. Is this observation correct? If you have a large repository of RDLC reports in your project, what are your migration plans? Are there drop-in replacements from third parties? Would Microsoft consider open-sourcing the RLDC engine, so that the community can "keep the product alive" for legacy scenarios and prevent this from being a blocker in .NET 5+ migrations? Best regards Heinzi12KViews10likes1Comment