Storage Queue: Queue. large and slow messages. e.g. dead-letter event. Service Bus: Transactional message. At-most-once delivery. Event Hub: IoT, log data, stream data Event Grid: Link events from the event source to the event handler (e.g. function). Pub/Sub. 1 to Many delivery.
Category: Uncategorized
DateTime time zone conversion in .Net / C#
Converting time zone sometimes can be tricky. If we understand a few basic facts around time zone and knows the how to use it, it turns out relatively easy. Basics of Time Zone There are 3 concepts to know clearly about time zones. UTC (Coordinated Universal Time) : Standard time zone. When it comes to the… Continue reading DateTime time zone conversion in .Net / C#
PC Utility
CPU Temperature Check, Core Temp – Small and do the job. Disk Clean up, Directory Stat, WinDirStat – Very useful figuring out what’s consuming most of disk space. and then clean up based on the result. May take some time to read all the files and directories. Ultimate pc utility 2014 by Scott Hanselman
Webform and MVC together
http://media.wiley.com/assets/1539/15/professionalaspnet35mvc_chapter13.pdf http://aspnetmvcbook.s3.amazonaws.com/aspnetmvc-nerdinner_v1.pdf
Installation of Responsive Design Template
One of the current needs of web design is making it suitable from PC to mobile device. Thus comes the responsive web design, one of which, Twenty Eleven, for WP was chosen by me to install for my blog. And it’s free. What has happen after the installation is as follows; It’s just normal when… Continue reading Installation of Responsive Design Template