Skip to main content

Microsoft Ignite The Tour Bengaluru_2020

Our industry-leading conference is coming to Bengaluru. Don’t miss the very latest in cloud technologies and developer tools with guest speakers, industry experts, and more.

Microsoft Ignite The Tour brings the very best of Microsoft Ignite to a city near you. The tour provides technical training led by Microsoft experts and your community. You’ll learn new ways to build solutions, migrate and manage infrastructure, and connect with local industry leaders and peers.

Register now


Agenda

Wednesday, April 8, 2020



9:00 AM–10:45 AM
Registration, networking breakfast
Check in, enjoy breakfast, and join us to kick off your learning in a casual atmosphere with your peers. Get a preview of what’s to come during the day and check out real-world transformation stories from various industries.
9:00 AM–6:45 PM
The Hub: theater sessions, expert connections, expo, and more
Take advantage of this central gathering place where you can listen to sessions, connect with experts, and explore the expo.
10:45 AM–11:00 AM
Welcome and kick off
Join us in the breakout rooms or the theaters to kick off the event.
11:45 AM–12:15 PM
Breakout and hands-on sessions
Learn about the latest developer tools and cloud technologies direct from the Microsoft experts.
11:45 AM–12:15 PM
Break
Network with peers and partners in The Hub where you can deep dive into Microsoft products and services, network with peers, see how our partners are working with Microsoft to innovate, visit the session theaters, and more. Connect with Microsoft engineers and get answers to your toughest technical questions.
12:15 PM–1:00 PM
Breakout and hands-on sessions
Learn about the latest developer tools and cloud technologies direct from the Microsoft experts.
1:00 PM–2:00 PM
Lunch
Continue networking and learning by joining your fellow attendees in The Hub.
2:00 PM–2:45 PM
Breakout and hands-on sessions
Learn about the latest developer tools and cloud technologies direct from the Microsoft experts.
2:45 PM–3:15 PM
Break
Network with peers and partners in The Hub where you can deep dive into Microsoft products and services, network with peers, see how our partners are working with Microsoft to innovate, visit the session theaters, and more. Connect with Microsoft engineers and get answers to your toughest technical questions.
3:15 PM–4:00 PM
Breakout and hands-on sessions
Learn about the latest developer tools and cloud technologies direct from the Microsoft experts.
4:00 PM–4:30 PM
Break
Network with peers and partners in The Hub where you can deep dive into Microsoft products and services, network with peers, see how our partners are working with Microsoft to innovate, visit the session theaters, and more. Connect with Microsoft engineers and get answers to your toughest technical questions.
4:30 PM–5:15 PM
Breakout and hands-on sessions
Learn about the latest developer tools and cloud technologies direct from the Microsoft experts.
5:15 PM–6:45 PM
Social hour
Engage with Microsoft experts, dive into product demos, connect with partners and interact with community members, all while enjoying snacks and beverages.



Agenda

Thursday, April 9, 2020

Day 2
9:00 AM–11:00 AM
Registration, networking breakfast, and kick-off
Check in, enjoy breakfast, and join us to kick off your learning in a casual atmosphere with your peers. Get a preview of what’s to come during the day and check out real-world transformation stories from various industries.
9:00 AM–5:15 PM
The Hub: theater sessions, expert connections, expo, and more
Take advantage of this central gathering place where you can listen to sessions, connect with experts, and explore the expo.
11:00 AM–11:45 AM
Breakout and hands-on sessions
Learn about the latest developer tools and cloud technologies direct from the Microsoft experts.
11:45 AM–12:15 PM
Break
Network with peers and partners in The Hub where you can deep dive into Microsoft products and services, network with peers, see how our partners are working with Microsoft to innovate, visit the session theaters, and more. Connect with Microsoft engineers and get answers to your toughest technical questions.
12:15 PM–1:00 PM
Breakout and hands-on sessions
Learn about the latest developer tools and cloud technologies direct from the Microsoft experts.
1:00 PM–2:00 PM
Lunch
Continue networking and learning by joining your fellow attendees in The Hub.
2:00 PM–2:45 PM
Breakout and hands-on sessions
Learn about the latest developer tools and cloud technologies direct from the Microsoft experts.
2:45 PM–3:15 PM
Break
Network with peers and partners in The Hub where you can deep dive into Microsoft products and services, network with peers, see how our partners are working with Microsoft to innovate, visit the session theaters, and more. Connect with Microsoft engineers and get answers to your toughest technical questions.
3:15 PM–4:00 PM
Breakout and hands-on sessions
Learn about the latest developer tools and cloud technologies direct from the Microsoft experts.
4:00 PM–4:30 PM
Break
Network with peers and partners in The Hub where you can deep dive into Microsoft products and services, network with peers, see how our partners are working with Microsoft to innovate, visit the session theaters, and more. Connect with Microsoft engineers and get answers to your toughest technical questions.
4:30 PM–5:15 PM
Breakout and hands-on sessions
Learn about the latest developer tools and cloud technologies direct from the Microsoft experts.


Comments

Popular posts from this blog

SSRS INTERVIEW QUESTIONS

Q: What is SSRS? Ø   SSRS or SQL Server Reporting Service is a server-based report generation software systems from Microsoft and is part of Microsoft BI. Ø   It is used for preparing and delivering interactive and variety of reports. Ø   It is administered through an web based interface. Ø   Reporting services utilizes a web service interface for supporting and developing of customized reporting applications. Ø   SSRS lets you create very rich reports (Tabular/Graphical/Interactive) from various datasources with rich data visualization (Charts, Maps, sparklines) Ø   SSRS allows are reports to be exported in various formats (Excel, PDF, word etc) Q: Explain SSRS Architecture? Reporting services architecture comprises of integrated components. It is a multi-tiered, included with application, server and data layers. This architecture is scalable and modular. A single installation can be used across multiple computers. It includes the fo...

Exception deserializing the package "The process cannot access the file because it is being used by another process."

TITLE: Microsoft Visual Studio ------------------------------ Failed to start project ------------------------------ ADDITIONAL INFORMATION: Exception deserializing the package "The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process.". (Microsoft.DataTransformationServices.VsIntegration) ------------------------------ The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process. (mscorlib) ------------------------------ BUTTONS: OK ------------------------------ While running SSIS package i got the error “The process cannot access the file ‘*.ispac’ because it is being used by another process”. I tried to close SSDT and run it again but, I still got the same error while compiling. Then, after searching over internet, I got...

Failed to execute the package or element. Build errors were encountered

Error: TITLE: Microsoft Visual Studio ------------------------------ Failed to execute the package or element.   Build errors were encountered. For more information, see the Output window. ------------------------------ BUTTONS: OK ------------------------------   Solution: We tried to close SSDT and run it again but, we still got the same error while running SSIS package. Then, we need to follow bellow solution: Step 1: Go to Task Manager–> Details Tab. Step 2: Locate the process “ DtsDebugHost.exe “. Kill this process. There might be multiple instances of this process. Kill all of them. Step 3: Rerun SSIS package