Yield is a keyword in C# which is not understood properly by many people. So what is yield? When you specify yield you'll only get next element from an iterator. Means you'll use yield with an iterator. This removes the need of an extra class or logic which holds the collection.
Simple example of usage of yield keyword
In the above example you...
Wednesday, July 17, 2019
Monday, July 1, 2019
SQL Databases in Azure
Azure SQL is database-as-a-service. It is high performance, reliable and secure cloud database. Azure SQL can be purchased as Virtual Core based or Database Transaction Unit (DTU) based purchasing models.
Azure also supports Geo replication for disaster recovery up to 4 instances. Pricing is same as for the primary database.
Data Sync...
Subscribe to:
Posts (Atom)
Powered by Blogger.
Software Architect at Surge Global/ Certified Scrum Master
Experienced in Product Design, Software Engineering, Team management and Practicing Agile methodologies.