ASP.NET
Meet other local people interested in ASP.NET: share experiences, inspire and encourage each other! Join a ASP.NET group.
42,709
members
36
groups
Largest ASP.NET groups
Newest ASP.NET groups
Frequently Asked Questions
Yes! Check out asp.net events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the asp.net events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find asp.net events near your location here. Connect with your local community and discover events within your area.
ASP.NET Events Today
Join in-person ASP.NET events happening right now
Umbraco & AI evening hackathon
Join us for an informal evening of experimenting, building, and sharing ideas around Umbraco and AI. Whether you're curious about AI-powered content generation, the Umbraco MCP Server, AI-assisted development workflows, or other AI innovations in Umbraco - this is your chance to experiment, learn, and build alongside fellow community members in a relaxed, supportive environment.
Bring your laptop, your curiosity, and anything you’ve been meaning to try. You can come with a specific idea, jump into something with others, or just tinker and learn as you go. There’s no strict agenda, just a relaxed space to collaborate, swap ideas, and make progress together.
We’ll kick things off with a quick intro, then open the floor for hacking, discussion, and demos. If you end up building something cool (or even just interesting), you’ll have the chance to share it with the group at the end.
**EVENT HOSTS**
[Novicell](https://www.novicell.com/uk/services/software-development/umbraco/) (Umbraco Gold Partner) have kindly agreed to provide refreshments and host us for the evening in their offices in Shoreditch. If you think you will be making it, please sign up ASAP.
Novicell's offices are 21-33 Great Eastern St, London EC2A 3EJ in a building called Fora, approximately an 8 min walk from Liverpool St and Old St stations. If you arrive between 6:00 and 6:15pm there will be someone to meet you in reception with instructions. If you arrive later you might need to phone us to be let in: we shall email all attendees with the contact numbers on the day.
**CODE OF CONDUCT**
Please read the [Code of Conduct](https://bit.ly/UmbLondonCodeOfConduct) for all our events.
Sustainability Networking London | Investors & Founders Meetup
**Kindly note that this is a paid event and the average number of attendees for our events is 60-70 people. You can register on [https://www.eventbrite.co.uk/e/sustainability-networking-london-investors-founders-meetup-tickets-1988483090452?aff=meetup](https://www.eventbrite.co.uk/e/sustainability-networking-london-investors-founders-meetup-tickets-1988483090452?aff=meetup)**
London sustainability networking for founders, investors & professionals. Build partnerships and grow valuable connections.
## **What is Sustainability Connector®?**
Sustainability Connector® is a premium business networking event in London for founders, investors, professionals, and advisors focused on sustainability, ESG, innovation, and responsible growth.
It brings together a high-quality mix of people with shared interests across sustainable business, impact investing, clean innovation, and future-focused industries. The environment is designed for meaningful conversations, valuable introductions, and real opportunities.
The focus is on quality over quantity—helping attendees build partnerships, secure investment, and create long-term business relationships.
There are no panels or presentations—just a professional setting where conversations flow naturally and connections happen organically.
## **Who Should Attend?**
* Founders and entrepreneurs building sustainable businesses
* Investors, angels, VCs, and family offices seeking ESG and impact opportunities
* Corporate professionals, consultants, and advisors in sustainability and innovation
* Anyone interested in future-focused business, growth, and responsible investment
## **Why Attend?**
In London, the right introductions can create real opportunities.
As sustainability becomes a priority for investors, companies, and consumers, this event is highly relevant for those building the next generation of responsible businesses.
Sustainability Connector® creates a setting where conversations are intentional, relevant, and commercially valuable.
## **Event Details 🕒**
📅 **Date:** 14th May ⏰ **Time:** 17:00 – Event Start 📍 **Venue:** U9, Piccadilly, London
✔️ Fully hosted ✔️ Free-format networking ✔️ Curated guest list for high-value connections
## **What to Expect**
* High-level networking with sustainability-focused professionals
* Relaxed but purposeful atmosphere
* Conversations that can lead to partnerships, investment, and growth
## **Bonus Access**
Your ticket also includes entry to **London Connector®**, taking place later the same evening—giving you access to a wider professional audience.
## **📲 WhatsApp Group**
On the day of the event, attendees will receive an invitation to join the exclusive event WhatsApp group to continue conversations before and after the event.
## **👔 Dress Code**
Business attire or smart casual. No T-shirts or trainers.
## **ℹ️ Refund Policy**
Advance tickets are discounted and non-refundable but may be transferred to another person if you are unable to attend.
## **📸 Event Disclaimer**
Photos and videos may be taken during the event for use across social media and promotional materials.
* [United Kingdom Events](https://www.eventbrite.co.uk/d/united-kingdom/events)
* [Greater London Events](https://www.eventbrite.co.uk/d/united-kingdom--greater-london/events)
* [Things to do in London](https://www.eventbrite.co.uk/ttd/united-kingdom--london)
* [London networking](https://www.eventbrite.co.uk/d/united-kingdom--london/networking)
* [London Business networking](https://www.eventbrite.co.uk/d/united-kingdom--london/business--networking)
Building with MCP
MCP is changing how developers build with AI, but we're just scratching the surface. Join us for an evening of talks that go beyond retrieval to explore what's actually possible when you give agents real tools, real constraints and real APIs.
**Agenda**
6:00 PM - Doors open, registration and networking
6:10 PM - Welcome (Upsun & Cloudflare)
6:20 PM - MCP: Context is Everything! - Carly Richmond, Elastic
6:45 PM - Sandboxes: how to limit agents so we can use them more - Patrick Dawkins, Upsun
7:00 PM - Break (Food & Drinks)
7:30 PM - Cooking with MCP in VS Code - Liam Hampton, Microsoft
7:55 PM - Efficient tools with MCP code mode - Confidence Okoghenun, Cloudflare
8:15 PM - Open networking and drinks
9:00 PM - Close
🗣️ **Talks**
**MCP: Context is Everything! - Carly Richmond (Developer Advocate Lead, Elastic)**
MCP is a powerful tool for giving LLMs capabilities to not just retrieve information, but to automate key actions based on relevant data. Let’s see how it can be used for retrieving relevant context and other activities such as observability.
**Efficient tools with MCP code mode - Confidence Okoghenun (Senior Developer Advocate, Cloudflare)**
Traditional MCP approaches choke on context windows: Cloudflare's 2,500+ endpoint API would require 1.17 million tokens. Code Mode flips the script by having LLMs write code against typed APIs instead of making direct tool calls, achieving 99.9% token reduction. Come learn how code mode works and how to optimize your MCP tools with it.
**Sandboxes: how to limit agents so we can use them more - Patrick Dawkins (Principal Engineer, Upsun)**
We want our agents to run longer and use more tools, but we're hampered by constant prompts for approval. Sandboxes are the practical middle ground: isolate the agent so you can stop watching every command and let it work. This talk covers what "sandbox" means, who provides them today and the Linux primitives that let you build one yourself.
**Cooking with MCP in VS Code - Liam Hampton (Senior Cloud Advocate, Microsoft)**
In this session Liam will show you how VS Code is fully supporting the MCP spec, from MCP Apps to sandboxing and elicitations.
📅 **Date and Time:**
Thursday, May 14, from 6:00-9:00 PM
📍 **Location:**
Cloudflare
Address: 6th Floor, County Hall/The, Riverside Building, Belvedere Rd, London SE1 7PB, UK
👉 You can also register here: https://luma.com/eb8j6lhu
⚠️ Please make sure you provided your full name (no nicknames or abbreviations will be allowed) and to bring your ID card as it will be mandatory to show it upon check-in to security. Entry will be first come, first served. We recommend arriving early to make sure you get in.
**⚡️ Interested in giving a talk? ⚡️**
Have you ever considered presenting on your Elastic use case? We welcome 5-10 minute lightning talks, 45-minute deep dives, and everything in between. If you're interested, please submit via our [CFP](https://sessionize.com/elastic-meetups/) or send us an email at [meetups@elastic.co.](http://meetups@elastic.co./)
Green Tech & Clean Tech Networking London | Investors & Founders
**Kindly note that this is a paid event and the average number of attendees for our events is 60-70 people. You can register on [https://www.eventbrite.co.uk/e/green-tech-clean-tech-networking-london-investors-founders-tickets-1988477234938?aff=meetup](https://www.eventbrite.co.uk/e/green-tech-clean-tech-networking-london-investors-founders-tickets-1988477234938?aff=meetup)**
London green tech networking event for founders, investors & professionals. Connect, collaborate & explore clean tech opportunities.
### **What is Green Tech & Clean Tech Connector®?**
Green Tech & Clean Tech Connector® is a carefully designed **business networking event in London** for professionals, founders, investors, and advisors working in sustainability, climate tech, and clean innovation.
It brings together a relevant mix of people with aligned interests across **green technology, clean energy, ESG, and sustainable business**, creating an environment where conversations are more meaningful and introductions more valuable.
The focus is on **quality over quantity**—encouraging discussions that can lead to partnerships, investment, and long-term impact.
There are no panels or presentations—just a natural, professional setting where conversations flow and connections develop organically.
### **Who should attend?**
* Founders and entrepreneurs in green tech, climate tech, and clean tech
* Investors (Angel, VC, Family Offices) focused on sustainability and ESG
* Corporate professionals, consultants, and advisors in energy, climate, and innovation
* Anyone interested in sustainable business, climate solutions, and future-focused industries
### **Why attend?**
In London, opportunity thrives in the right environment—where meaningful introductions lead to real outcomes.
Given the global shift in energy markets and the increasing urgency around sustainable alternatives, this event is especially relevant for those building and investing in future-focused clean technologies and solutions.
Green Tech & Clean Tech Connector® creates a space where conversations are intentional, relevant, and commercially valuable.
### **Event Details 🕒**
📅 **Date:** 14th May ⏰ **Time:** 17:00 – Event Start 📍 **Venue:** U9, Piccadilly, London
✔️ Fully hosted ✔️ Free-format networking (no panels or presentations) ✔️ Curated guest list for high-quality connections
### **What to expect**
* High-level networking with sustainability-focused professionals
* A relaxed but purposeful atmosphere
* Conversations that can lead to partnerships, investment, and innovation
### **Bonus Access**
Your ticket also includes entry to **London Connector®**, taking place later the same evening—expanding your network across a broader professional audience.
### **📲 WhatsApp Group**
On the day of the event, attendees will receive an invitation to join the exclusive event WhatsApp group to continue conversations before and after the event.
### **👔 Dress Code**
Business attire or smart casual. No T-shirts or trainers.
**ℹ️ Refund Policy**
Advance tickets are discounted and non-refundable but may be reassigned to another person if you are unable to attend.
### **📸 Event Disclaimer**
Photos and videos may be taken during the event for use across social media and promotional materials.
* [United Kingdom Events](https://www.eventbrite.co.uk/d/united-kingdom/events)
* [Greater London Events](https://www.eventbrite.co.uk/d/united-kingdom--greater-london/events)
* [Things to do in London](https://www.eventbrite.co.uk/ttd/united-kingdom--london)
* [London networking](https://www.eventbrite.co.uk/d/united-kingdom--london/networking)
* [London Business networking](https://www.eventbrite.co.uk/d/united-kingdom--london/business--networking)
🏸FEATHERED: Social Doubles📍Canning Town 📶 Mixed Ability
**BOOK HERE**: https://sportas.co.uk/games/46675
**Game Description:**
Come and join our badminton session in Canning Town 🔥
Join our whatsapp Group:
https://chat.whatsapp.com/LsLjg8CxI8MIxSFb82qkdb
Music 🎶 3 courts, social session - the general ability is mid intermediate.
There will be spare rackets but please bring your own racket if you do have one.
1 new tube of FEATHERED shuttles will be provided per session, plus a set of Yonex 300 plastic shuttles.
🚪 Getting Into the School
1\. The school is surrounded by a green fence\.
2\. Entrance is near the stone wall\.
3\. At the gate\, find the intercom on the right\-hand side\.
4\. Press the ‘Call’ button and wait for security to respond\.
5\. When the intercom flashes green\, push the gate open\.
\-\-\-
🏸 Finding the Indoor Court
1\. After entering\, go through the visitor gate\.
2\. Follow the corridor to the end\.
3\. Look for the yellow double doors – the badminton courts are inside\!
\-\-\-
🚻 Facilities
🔹 Changing Rooms & Toilets
\- Located outside the court area in the corridor\.
\- Male facilities – right\-hand side\.
\- Female facilities – left\-hand side\.
💧 Water Points
\- There are three water points in the corridor outside the court\.
\- Bring a water bottle to use with the water pump\.
Enjoy your game! 🏸🔥
**Rules**
Games to 21
Max two games on in a row
Max one game off in a row
London Business Networking Event | London Connector® at U9 Piccadilly
**Kindly note that this is a paid event and the average number of attendees for our events is 60-70 people. You can register on [https://www.eventbrite.co.uk/e/london-business-networking-event-london-connector-at-u9-piccadilly-tickets-1988314566392?aff=meetup](https://www.eventbrite.co.uk/e/london-business-networking-event-london-connector-at-u9-piccadilly-tickets-1988314566392?aff=meetup)**
London business networking event at U9 Piccadilly. Meet founders, investors & professionals for curated connections and real opportunities.
**What is London Connector®?**
London Connector® is a premium **business networking event in London** designed for entrepreneurs, investors, founders, and professionals looking to build valuable connections.
This fully hosted networking event brings together a high-quality group of attendees for **meaningful conversations, curated introductions, and real business opportunities** — all built around a **win–win mindset**, where connections are focused on mutual value and long-term collaboration.
### **Who should attend this London networking event?**
This **London business networking event** is ideal for:
* Entrepreneurs and startup founders seeking investment or partnerships
* Investors looking to connect with emerging businesses
* Business professionals expanding their network in London
* Individuals exploring new opportunities, collaborations, and growth
### **What can attendees expect?**
Expect a **curated, results-driven networking experience in central London**.
London Connector® offers a **fully hosted format** that removes awkward introductions and replaces them with structured, high-quality interactions.
Every conversation is guided by a **win–win approach**, encouraging genuine, mutually beneficial business relationships.
### **What makes London Connector® different from other London networking events?**
London Connector® goes beyond traditional networking events in London.
Before the event, confirmed attendees are invited to an **exclusive WhatsApp networking group**, where they can:
* Introduce themselves
* Connect with other attendees
* Arrange meetings in advance
Combined with a strong **win–win networking ethos**, this ensures attendees arrive already engaged, aligned, and ready to create value.
### **Key Details at a Glance**
* **Event Type:** Business Networking Event London
* **Format:** Fully hosted, curated networking
* **Venue:** U9, Piccadilly, London
* **Date & Time:** 14th May, at 6 PM
* **Attendees:** Entrepreneurs, investors, founders, professionals
* **Pre-event access:** WhatsApp networking group
* **Ethos:** Win–win, value-driven connections
* **Tickets:** Limited availability — advance booking required
### **Why attend this London business networking event?**
London Connector® is recognised as one of the most effective **networking events in London** for professionals who want **real outcomes** — from partnerships and investment to clients and collaborations.
If you’re looking for a **high-quality business networking event in London** where conversations lead to opportunities, this is the room to be in.
🎟️ **Limited tickets available — book now to secure your place.**
📸 **Event Disclaimer:** Photos and videos may be taken during the event for social media and promotional use.
* [United Kingdom Events](https://www.eventbrite.co.uk/d/united-kingdom/events)
* [Greater London Events](https://www.eventbrite.co.uk/d/united-kingdom--greater-london/events)
* [Things to do in London](https://www.eventbrite.co.uk/ttd/united-kingdom--london)
* [London conferences](https://www.eventbrite.co.uk/d/united-kingdom--london/conference)
* [London Business conferences](https://www.eventbrite.co.uk/d/united-kingdom--london/business--conference)
[New Payment Process!] Badminton - Stratford THU (2hrs - All Levels)
Join us for some fun, competitive, but friendly games at our 4-court sports hall. We use Yonex Mavis 600 Nylon shuttles during the 2-hour session.
**PAYMENT**
* **Session Fee: £9**
* We are cashless, kindly pay the session fee **by midnight** on the night before the session. You are welcome to pay early! You can even pay when you book! See our About page for the full process.
* If no payment is received, you will be removed and may even be liable for a late cancellation fee if your spot is not taken.
* Please use **“your meetup name + date of event”** as payment reference
* **Account name:** Thomas Lam
* **Sort code:** 04-00-03
* **Account number:** 7478 8608
**LATE CANCELLATION OR NO-SHOW**
* **All** **no-shows or late cancellations** (24 hrs or less) will be charged if your spot is not taken by someone else - you will have a title next to your name with the amount and date owed.
* Members with 2 no shows/late cancellations will be removed from the group unless outstanding payment is received
* **The late cancellation policy** is set up to discourage last-minute cancellations and therefore applies with or without the presence of a waitlist
* **Note:** If you are on the Waitlist and a spot becomes available, you will automatically be bumped onto the On list provided the event has not yet started. It is your responsibility to **remove yourself from the waitlist** if you can no longer make it to avoid being charged a no-show if someone cancels late.
**PLAYING**
* Please wait to be marked off before entering the hall.
* Sessions are to finish promptly on the hour by school requests.
* If you finish a match with 5 minutes to go, please start packing up instead of starting a new game.
**RACKET HIRE**
* Please note that we won't be hiring out rackets, so kindly bring your own racket.
**PARKING**
* There is parking available, but it is now paid parking. Parking is opposite the entrance. Please check the signs for parking payment instructions.
**TRACK & TRACE**
* We will collect your phone number on-site. Your phone number will also be used in case of fire to contact you if you have not made it to the fire evacuation areas. You can see maps at the venue.
We are excited to see you guys on the court!
Team LSBC
ASP.NET Events This Week
Discover what is happening in the next few days
🏐5:1 Volleyball Session📍Canary Wharf 📶Mid Intermediate
**BOOK HERE**: https://sportas.co.uk/games/48448
**Game Description:**
🎮 Warm up and game only setting.
🌟 Positive environment.
\*Privacy policy for games only sessions\*
By attending this game session, you agree to the following:
\* Video recordings/photos are allowed only during free game\* sessions
\* Attending means consenting to potentially being recorded by other participants
\* Any videos must only be shared via private links
\* Distribution limited to session participants only
\* Explicit consent required for any public sharing
\* Respect others' privacy and comfort
\*Please contact the co-organisers if you have any questions about the policy.
**Rules**
\- point to 15
\- max 2 games in a row
\- 3 team of 6 players
\- modified games situation might be applied depending on situation \(5:1\, modified 5:1 or 6:2 etc\.\)
🏐Volleyball Sessions📍Canning Town📶Mid Intermediate
**BOOK HERE**: https://sportas.co.uk/games/47974
**Game Description:**
Come and join a mid intermediate session in Canning Town
🚨Directions🚨
📍Enter via Morgan Street
🚶♂️5 minute walk from Canning Town Station🚗 Free car parking on site
🚿 Showers, changing rooms, water fountain & toilets are present
**Rules**
\- 3 teams of 6
\- Games to 15 points
\- Max 2 games in a row
\- Please be kind and respectful to all players 🧡
🏐Volleyball Game📍Poplar 📶Lower Intermediate
**BOOK HERE**: https://sportas.co.uk/games/48273
**Game Description:**
🎮 Warm up and game only setting.
🌟 Positive environment.
Rules
\- point to 15
\- max 2 games in a row
\- 3 team of 6 players
\- modified games situation might be applied depending on situation \(5:1\, modified 5:1 or 6:2 etc\.\)
—-
\*Privacy policy for games only sessions\*
By attending this game session, you agree to the following:
\* Video recordings/photos are allowed only during free game\* sessions
\* Attending implies consent to potentially being recorded by other participants
\* Any videos must only be shared via private links
\* Distribution limited to session participants only
\* Explicit consent required for any public sharing
\* Respect others' privacy and comfort
\*Please contact the co-organisers if you have any questions about the policy.
Mandarin Learning Games 语言学习游戏!
3rd Sunday of every month, unleash your inner language ninja with our fun Mandarin learning games! Get ready to ditch stale textbooks and rote memorisation, and watch your language skills truly skyrocket!
These monthly gatherings are designed for you to:
* **Boost Conversational Confidence:** Engage in lively, real-time communication that feels like play, not practice.
* **Sharpen Your Listening Skills** as you navigate thoughtfully designed game scenarios and interact with fellow learners.
* **Expand Your Vocabulary:** Effortlessly pick up new words and phrases, enabling you to express yourself with precision and richness.
* **Retain More, Stress Less:** Experience the power of learning through fun, making new vocabulary and grammar stick with less effort!
**What Makes Our Language Games Special:**
Unlike traditional lessons, our sessions are a unique blend of structured fun and effective learning:
* **Immersive & Interactive:** We transform language concepts into engaging, team-based games that facilitate natural conversation and active participation.
* **Relaxed & Supportive Environment:** Forget competition! Our classroom setting is designed to be comfortable and non-intimidating, encouraging everyone to experiment and learn at their own pace.
* **All Levels Learn Together:** You'll consolidate what you already know while effortlessly picking up new vocabulary from our well-facilitated activities.
* **Expert Guidance:** Our experienced tutor provides active language support, ensuring every activity is both enjoyable and highly effective for language improvement.
* **Suitable for All Levels!** (For beginners: if you have more than 20 hours of Mandarin learning, you're good to join us!)
**Session Details:**
🗓️ **When:** 3rd Sunday of every month
⏰ **Time:** 2:00 PM - 4:00 PM
**💰 Price:** £10 - [Tap for Easy Payment](https://monzo.com/pay/r/china-unbound_eTW5aAZoqiDQ3p) (To secure your spot, please complete payment when you RSVP)
Join us, and accelerate your road to fluency today! We can't wait to welcome you.
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
**Take your Mandarin beyond the event.** 🤝 If you’re looking for a bit more structure to go along with your conversation practice, let’s chat! We're offering **FREE 1-on-1 advice sessions** to help you find the perfect learning path. Get a professional assessment of your level so you can study with confidence. **No commitment** required. [Book your Free Session](https://eu.bigin.online/org20070515371/bookings/course-advice)
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
**China Unbound** is the best place to learn practical Chinese for adults.
While most schools prioritise grammar and writing, China Unbound empowers you to confidently converse, understand, and actively apply Chinese in real-world situations. Join us and discover a fun, fast, and personalised way to master Chinese!
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
**Hear From Our Learners:**
"The Language games session provides a well-structured and immersive way of learning. Even as a beginner I am able to practice all aspects of the language and have learnt a lot whilst having fun!" - Jeremy Smithers
"The Sunday games session is in a classroom environment but relaxed with organized team-based games designed to facilitate conversation. It’s a good way to consolidate what you know and pick up some new vocab. The folks who attend vary massively in ability so it’s not competitive, but more a chance to learn from people who are more advanced and help along newbies. I recommend it!" - Mark Mansell
**FAQ 常见问题::**
**What if I don’t feel my Chinese is good enough to join?**
Don’t worry, our hosts will be on hand to offer support and help you participate. Many are also group exercises, so you can lean on stronger members too.
**What games will I be playing?**
You'll be diving into a variety of engaging and interactive language activities specifically designed to match your proficiency level! Think fun, familiar formats like Articulate, and creative role-play scenarios.
Our games are carefully designed (by us!) to intensively develop your speaking and listening abilities, providing you with comprehensive language input.
In addition, every game is expertly facilitated by our experienced tutors. They provide real-time support and guidance, ensure activities are well-structured for optimal learning, and offer clear explanations and consolidation of any new vocabulary or concepts that emerge. It's learning through play, with expert support!
**I’m not into games, is it still for me?**
Yes!! Think of it as immersive practice, not gaming. Even if you’re not a gamer, you will enjoy learning Mandarin this way! Our activities are designed to boost your vocabulary, pronunciation, and fluency in a natural and engaging way.
**Are there any discounts for Chinese lessons for members?**
Yes, you can use code MEETUP10 for your exclusive £10 discount on our [Chinese courses](https://china-unbound.co.uk/personal/) site-wide!
🏐Volleyball Session📍Canary Wharf 📶Mid Intermediate
**BOOK HERE**: https://sportas.co.uk/games/45711
**Game Description:**
Come and play in a Saturday evening Mid-Intermediate & Above volleyball session in Canary Wharf 🏙️
❗️Please be considerate & only sign up to this game if you’re a MID-INTERMEDIATE player or above. If we think you are a beginner/lower-intermediate player we will cancel and refund you from the game❗️
💦 Water fountain, showers and changing rooms available on site
🧭Directions:
🚶♂️5 minute walk from Canary Wharf station
**Rules**
\- 3 teams of 6
\- Games to 15 points
\- Max 2 games in a row
\- Please be kind and respectful to all players 🧡
ASP.NET Events Near You
Connect with your local ASP.NET community
TBD
**Important time note:** Please plan on arriving between 5:30 and 6:00 as the elevators lock after 6 and you'll need to message us and we'll need to come get you.
The building address is 4450 Bridge Park
The entrance is 6620 Mooney St, Suite 400
You will need to scan your ID at the door to get a visitor badge.
**Abstract**
TBD
**YouTube Link**
TBD
Building Agents with Microsoft Agent Framework
We will show how to build custom agents with Microsoft Agent Framework. Attendees will learn how to build and custom host agents when Microsoft Foundry is not a viable option.
CBusData - Practical AI for Power BI Developers
Practical AI for Power BI Developers
A year ago, “agentic AI” was mostly hype for Power BI teams. Today, it deserves your undivided attention. For Power BI pros, there is now a real opportunity to reduce repetitive development work, accelerate delivery, and help developers do more, but only when strong DataOps practices are in place to make AI workflows effective.
This session is a no-nonsense introduction to effective AI patterns for Power BI and Fabric development. Along the way, we will make sense of the growing pile of terminology, including skills, plugins, hooks, and MCP. You will see examples of how modern AI tooling can help with development tasks across Power BI and Fabric, along with the prerequisites, guardrails, and DataOps principles needed to use it responsibly.
Whether you're burned out on AI hype or already using Copilot CLI daily, this session will show you the foundations that are finally making AI-assisted development genuinely useful.
General Business Networking - Columbus
**PLEASE BUY TICKETS THROUGH EVENTBRITE. RSVP THROUGH MEETUP IS NOT A TICKET PURCHASE CONFIRMATION.**
Strive welcomes you to 'General Business Networking', Columbus' hottest networking event! We are set in the perfect central location in Downtown for all to join.
Are you interested in business? Want to elevate your career? Meet Consultants, Analysts of all types, Bankers, Software Engineers, Entrepreneurs, and more who are active in the space or are eager to get started.
**\*\*This will be a multi-vertical event\*\***
**There will be professionals with backgrounds in the arts, finance, tech, real estate, healthcare, and more. Come with an open mind, and leave with connections that wouldn't be possible otherwise!**
Pack some business cards and come with an open mind!
Meet your future business partners, employers, coworkers, investors, and friends. You don't want to miss this opportunity to expand your network and create a brighter future.
We will have a space for our event to check-in.
The event will go from 6:00 PM - 8:00 PM (feel free to come at any point in this timeframe).
Name tags will be provided.
Business casual dress code. Job fair attire.
**Remember, it's not who you know, it's who you meet tomorrow!**
We look forward to meeting you at the event!
Sincerely,
Strive Networking Team
*Refund requests are permitted up to 24 hours after purchase, so long as we are not within 48 hours before the event start time. Refunds will be made in full and repaid to your method of payment. Note that we are unable to reimburse PayPal fees.*
*Disclaimer: By attending Strive Networking events you agree to photos/videos taken during the event being used to promote future events.*
Building Scalable Customer Identity Resolution Pipelines on AWS Using AI
Customer identity resolution becomes increasingly complex as organizations scale across multiple systems, regions, and data formats. Traditional rule-based approaches often fail to keep up with data variability, require constant manual tuning, and struggle with real-time processing needs.
This session presents a practical approach to building a scalable identity resolution pipeline using AWS services and modern AI techniques. The architecture combines data ingestion through Amazon S3 and AWS Glue, transformation pipelines using Spark on EMR, and machine learning models deployed via SageMaker for entity matching and standardization. Graph-based relationship modeling is implemented using Amazon Neptune to improve resolution accuracy by incorporating household and shared attribute context.
We will walk through how machine learning models can be used for name and address normalization, how intelligent blocking strategies improve matching efficiency, and how feedback loops can be introduced to continuously improve accuracy. The session also highlights how serverless components such as AWS Lambda can be used for orchestration and real-time processing.
**SPEAKER BIO**
Mosaic Syed is a Senior Data Engineering and Cloud Solutions Architect with over 20 years of experience designing and delivering scalable, secure, and high-performance data solutions across global enterprise environments.
https://www.linkedin.com/in/mosaic-basha-syed-92300856
**CALL FOR SPEAKERS**
Learn more: [https://www.awscolumbus.com/get-involved/](https://www.awscolumbus.com/get-involved/)
**THANK YOU** *VEEAM* for hosting our meetup! To learn more about *Veeam*, please visit their website: [https://www.veeam.com/](https://www.veeam.com/)
**DIRECTIONS**
8800 Lyra Dr #450 · Columbus, OH
go to 4th floor.
**Want to sponsor the pizza and/or bar tab?**
Please contact me if you would like to sponsor this meetup's pizza and/or bar tab: angelo@mandato.com
COhPy Monthly Meeting
**Improving Office in Franklinton**
Physical location:
Improving Office
330 Rush Alley Suite #150
Columbus, OH 43215
Schedule:
6:00 p.m.: Socialize, eat, and drink. Improving will be providing pizza and beverages.
6:30 to 8:00 pm. Main meeting and presentation(s).
Topic: This month John Lairson will share a notebook describing the Alpaca (Paper) Trading API and discuss different algorithms for evaluating stock trades.
We meet on the last Monday of each Month. Presentations are given by members and friends of this group. If you would like to do a presentation (small or large) on a python topic, please contact Central OH Python at centralohpython@gmail.com
















![[New Payment Process!] Badminton - Stratford THU (2hrs - All Levels)](https://secure.meetupstatic.com/photos/event/c/6/a/f/highres_530870863.webp?w=640)













