Building real-time chat app using WebSockets with AWS API Gateway and Lambda

|
| By Navneet Kashyap

We can build many real-time applications such as chat applications, multiplayer games, financial trading platforms, and collaboration platforms using WebSockets with AWS API Gateway, Lambda, and dynamoDB. In this blog we will learn how to build real-time applications using WebSockets

How to Convert XML to a dynamic object in C#

| By Webner

First of all how to parse a predefined XML structure to a class object in C# Sample XML: <User>      <Name>Joseph Lawrence</Name>      <Class>Second</Class>      <Section>B</Section>      <Roll_number>2735</Roll_number>      <Joining_Dt>20160323</Joining_Dt> </User> Above sample can be parsed by creating a class and setting each variable