Sr. Content Developer at Microsoft, working remotely in PA, TechBash conference organizer, former Microsoft MVP, Husband, Dad and Geek.
145398 stories
·
32 followers

AI Triggers 70% Collapse in Fresh Graduate Hiring at India's IT Giants That Employ 5.4 Million

1 Share
India's IT services industry saw entry-level hiring collapse by 70% between fiscal years 2023 and 2024, as the country's four largest IT exporters reduced fresh graduate recruitment from 225,000 to 60,000. Tata Consultancy Services and Infosys shed a combined 38,000 employees in fiscal 2024, marking the sector's first workforce contraction in decades. Studies indicate generative AI could automate 30-40% of junior developer and tester tasks. The proportion of employees under 30 at Infosys declined from 81% in 2010 to a projected 53% by fiscal 2025. India adds 8-9 million people to its workforce annually while the IT sector projects just 50,000 net new jobs per year from fiscal 2026-28. The graduate unemployment rate exceeds 13%, nearly triple the national average.

Read more of this story at Slashdot.

Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

What’s New in the All-in-One .NET MAUI Templates Pack v7.9

1 Share


Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Enable Nested Virtualization on Windows Server 2025

1 Share

Nested virtualization allows you to run Hyper-V inside a VM, opening up incredible flexibility for testing complex infrastructure setups, demos, or learning environments, all without extra hardware. 

First, ensure you’re running a Hyper-V host capable of nested virtualization and have the Windows Server 2025 VM on which you want to enable as a Hyper-V host ready. 

To get started, open a PowerShell window on your Hyper-V host and execute:

Set-VMProcessor -VMName "<Your-VM-Name>" -ExposeVirtualizationExtensions $true

Replace <Your-VM-Name> with the actual name of your VM.

This command configures Hyper-V to allow nested virtualization on the target VM.

Boot up the Windows Server 2025 VM that you want to configure as a Hyper-V host. In the VM, open Server Manager and attempt to install the Hyper-V role via Add Roles and Features. Most of the time, this should work right away. However in some cases you might hit an error stating:

“Hyper-V cannot be installed because virtualization support is not enabled in the BIOS.”

To resolve this error run an elevated PowerShell session inside the VM on which you want to enable Hyper-V and run the command:

bcdedit /set hypervisorlaunchtype auto

This command ensures the Hyper-V hypervisor starts up correctly the next time you boot.

Restart your VM to apply the change. After the reboot, head back to Add Roles and Features and try installing Hyper-V again. This time, it should proceed smoothly without the BIOS virtualization error. 

Once Hyper-V is installed, perform a final reboot if prompted. Open Hyper-V Manager inside your VM and you’re now ready to run test VMs in your nested environment!

 

Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

How Great Leaders Create Win-Win Outcomes

1 Share

In Part 2 of their series on Stephen Covey’s 7 Habits of Highly Effective People, Josh Anderson and Bob Galen dive into “Put First Things First” and “Think Win-Win.” Learn how modern leaders can prioritize with courage, create clarity, and build true win-win relationships.

Stay Connected and Informed with Our Newsletters

Josh Anderson's "Leadership Lighthouse"

Dive deeper into the world of Agile leadership and management with Josh Anderson's "Leadership Lighthouse." This bi-weekly newsletter offers insights, tips, and personal stories to help you navigate the complexities of leadership in today's fast-paced tech environment. Whether you're a new manager or a seasoned leader, you'll find valuable guidance and practical advice to enhance your leadership skills. Subscribe to "Leadership Lighthouse" for the latest articles and exclusive content right to your inbox.

Subscribe here

Bob Galen's "Agile Moose"

Bob Galen's "Agile Moose" is a must-read for anyone interested in Agile practices, team dynamics, and personal growth within the tech industry. The newsletter features in-depth analysis, case studies, and actionable tips to help you excel in your Agile journey. Bob brings his extensive experience and thoughtful perspectives directly to you, covering everything from foundational Agile concepts to advanced techniques. Join a community of Agile enthusiasts and practitioners by subscribing to "Agile Moose."

Subscribe here

Do More Than Listen:

We publish video versions of every episode and post them on our YouTube page.

Help Us Spread The Word: 

Love our content? Help us out by sharing on social media, rating our podcast/episodes on iTunes, or by giving to our Patreon campaign. Every time you give, in any way, you empower our mission of helping as many agilists as possible. Thanks for sharing!





Download audio: https://episodes.captivate.fm/episode/f7cf4421-d975-424c-b2b3-98dea476aa20.mp3
Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

Mads Kristensen: Visual Studio 2026 - Episode 367

1 Share

Mads is a Principal Product Manager on the Visual Studio team at Microsoft, where he champions developer productivity, performance, and extensibility. With a deep passion for streamlining the development experience, Mads has created dozens of widely used Visual Studio extensions — including Web Essentials, File Nesting, and Markdown Editor v2 — and maintains the Extensibility Essentials toolkit to empower other developers to build better tools. Mads brings over a decade of experience in web development on the Microsoft platform. He is also the founder of SchemaStore.org and a home automation enthusiast. Known for his engaging presentations and hands-on insights, Mads is a frequent speaker at developer conferences worldwide. He lives in the Pacific Northwest and his mission is simple: to make Visual Studio the most delightful development environment on the planet.

 

Topics of Discussion:

[2:38] More about Mads’ career journey at Microsoft.

[5:14] The new and improved Visual Studio.

[7:44] Backwards compatibility is a key feature — .NET solutions will still work across different Visual Studio versions.

[8:55] How Microsoft’s strategy differentiates between Visual Studio and VS Code.

[10:42] Visual Studio is the premier development environment for .NET and C# on Windows, offering the most comprehensive and optimized experience. While VS Code can handle .NET development, it’s not as feature-rich or performant as the full Visual Studio.

[12:58] Visual Studio has moved to a monthly release cadence to be more competitive with VS Code’s frequent updates.

[13:48] Deep AI integration in Visual Studio allows for context-aware assistance, including a new profiler agent that can help optimize code performance.

[23:53] Compilation performance is improved in Visual Studio 2026.

[26:35] The new profiler agent can be invoked through Copilot chat, running benchmarks and suggesting performance improvements scientifically.

[30:30] Developers can create custom MCP servers to integrate private systems and databases with AI tools using a project template.

[35:39] The AI coding agent in Visual Studio can work autonomously or with developer supervision, creating pull requests or working alongside the developer.

[39:11] Visual Studio’s Copilot can be used as a companion to bounce ideas off, helping with architectural decisions and new feature explorations.

 

Mentioned in this Episode:

Clear Measure Way

Architect Forum

Software Engineer Forum

Mads Kristensen on LinkedIn

@mkristensen on X

Mads Kristensen

JSON Schema Store

Visual Studio

 

Want to Learn More?

Visit AzureDevOps.Show for show notes and additional episodes.





Download audio: https://traffic.libsyn.com/clean/secure/azuredevops/ADP_367.mp3?dest-id=768873
Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete

113. Vector Databases and RAG for Grounding AI in Reliable Data - with Christian Peeters

1 Share

In this Betatalks episode, Rick and Oscar talk with Christian Peeters, a principal Cloud Architect at Betabit and a certified Microsoft trainer. They discuss the intersection of technology, teaching, and continuous learning in software development. They explore emerging tools like vector databases and Retrieval Augmented Generation (RAG), breaking down their complexity while stressing the importance of grounding AI models in real data to ensure trustworthiness.

About this episode, and Christian Peeters in particular: you can find Christian on LinkedIn.

About Betatalks: watch our videos and follow us on Instagram, LinkedIn and Bluesky





Download audio: https://www.buzzsprout.com/1622272/episodes/17832608-113-vector-databases-and-rag-for-grounding-ai-in-reliable-data-with-christian-peeters.mp3
Read the whole story
alvinashcraft
4 hours ago
reply
Pennsylvania, USA
Share this story
Delete
Next Page of Stories