I found that lots of people our there are confused between abstract and interface, including me :-). So i formulated this simple table which list most of the differences between them. Index Abstract Interface 1 Cannot instantiate(not possible to create object of an abstract class) Cannot instantiate. (not possible to create object of an interface) […]
Read more โBack-2-Basics : Largest and Second Largest in an Array(C#)
It’s a basics code, just sharing it since since will be useful for some body, who is in needy. I am just refresing my OOPS and Basic knowledge, just experimenting. Ha ha ha. Advice to guyz, don’t simply copy it, try to understand the logic and do it by yourself. PS: I have tested this […]
Read more โMastering Google Cloud Storage: A Complete Guide to Object Storage at Scale
Google Cloud Storage provides the foundation for data storage across virtually every GCP workload, offering eleven-nines durability (99.999999999%), global availability, and seamless integration with analytics and ML services. Storage Classes Comparison Google Cloud Storage Architecture Location Types Type Example Availability Use Case Multi-region US, EU, ASIA 99.95% Global apps, HA + DR Dual-region US-EAST1 + […]
Read more โWindows Azure SDK for .NET–Version 2.0 (for Visual Studio 2010 SP1/2012)
Latest version of Windows Azure SDK for .NET โ Version 2.0 released by Microsoft. DOWNLOAD: Windows Azure SDK for .NET 2.0 (Offline Installer) Recommended: Instead of manually downloading the files from above link, it is recommended you use the automated one-click install provided by the Web Platform Installer x64 or x86. Click on the appropriate […]
Read more โSetting up Windows Phone SDK update for Windows Phone 7.8 and working with Visual Studio 2010/2012
Microsoft has just released an update for Windows Phone SDK 7.1 and 8.0 to provide support for Windows Phone 7.8 emulators.I have shared the details in my last blog post. With this article I will walk you through how it would look to work with this update. The following simple steps will help you with […]
Read more โWCF Data Services 5.2 RTM Tools for Visual Studio 2010/2012
Microsoft has released an update to WCF Data Services tools โ v5.2, this will update the NuGet packages referenced by the WCF Data Services item templates to 5.2.0. This installer also fixes a bug where generating a service reference against a large model would cause Visual Studio to crash. This release contains the following noteworthy […]
Read more โ