www.itblogs.info Open in urlscan Pro
2a06:98c1:3120::3  Public Scan

Submitted URL: http://itblogs.info/
Effective URL: https://www.itblogs.info/index.php
Submission: On November 16 via api from US — Scanned from NL

Form analysis 1 forms found in the DOM

GET https://www.itblogs.info/index.php

<form action="https://www.itblogs.info/index.php" method="get" class="search">
  <div class="compact_search_form"><input type="text" name="s" size="25" value="" class="search_field SearchField form-control" title="Enter text to search for"><input type="submit" name="submit" class="search_submit submit btn btn-primary"
      value="Go"></div><input type="hidden" name="disp" value="search">
</form>

Text Content

Cookie Settings
This site IT BlogsPHP.NetIT CareerTechJavaContact
Log in

ITBLogs.Info

 * IT Blogs
 * PHP
 * .Net
 * IT Career
 * Tech
 * Java

   1
 * 2
 * 3
 * 4
 * 5
 * ...
 * 6
 * ...
 * 7
 * 8
 * 9
 * 10
 * 11
 * 12
 * ...
 * 219
 * 


POSTGRESQL IN AZURE

Feb 18, 2024admin Announcements [B]

Last Month, I went to the Brisbane.net user group. The topic is
PostgreSQL.PostgreSQL? How can it be related to .Net? You may think that that is
more related to Linux. That is not. Azure got Postsqesql implementation, which
is customized for Azure. Thus, that is performance quite good.
Moreover, that is more than half the price of the MS SQL server option. Lastly,
EF core is fully supported by Postgresql. They are very suitable for a
small-scale project. I will explore it for my membership management system.

Leave a comment »Send a trackback »


BEST WAY TO DOWNLOAD IN MAUI

Jan 23, 2024admin Example Codes, Programming, Xamarin, MAUI

Due to the discontinuation of Google Podcasts, I am writing my own Podcast App
for Android. I chose C# MAUI because I am a C# Developer, and I have used
Xamarin (become a part of MAUI now) for years.
My first problem is the Podcast App; I need to load the RSS (XML) via HTTP. That
is so easy. Same as other C# programs. Also, you can use to load any JSON
information in different use case


Code


var  client = new HttpClient();

    var string1 =
client.GetStringAsync("https://podcast.rthk.hk/podcast/novamanage.xml").Result;

// deserailize



Leave a comment »Send a trackback »


NOWADAY, COMPUTER IS NOT CHEAP

Jan 22, 2024admin Opinions

I need to do the machine learning. Therefore, I need to use Nvidia RTX card.
Moreover, if you have something good, that is 14 th i9, and DDR5 64 to 128GB
RAM. Because the CPU and graphical card, that is required a good cooling system.
I need to Good Graphical Card, CPU and RAM. That required about AUD $5000. That
is not easy..... I am thinking ASUS ROG NUC, that may be a better solution with
lower price

Leave a comment »Send a trackback »


PIECHART OF LIVECHART

Dec 28, 2023admin Announcements [B]

For using the PieChart, that is very easy, you just need to bind the series
collection




Then I just need to get the data from my repo:



            var categories = new ObservableCollection(_database.BudgetCategories.GetAllCategories());

            SeriesCollection = new SeriesCollection();
            foreach (var category in categories)
            {
                var budgetItems = new ObservableCollection(_database.BudgetItems.GetItemByCategory(category));
                double amount = 0;
                foreach (var item in budgetItems)
                {
                    amount += (double) item.Amount;
                }
                var pieSeries = new PieSeries
                {
                    Title = category.Name,
                    Values = new ChartValues { new ObservableValue(amount) },
                    DataLabels = true
                };
                SeriesCollection.Add(pieSeries);
            }
         
        }  


Leave a comment »Send a trackback »


LONG-TERM USAGE REVIEW FOR OPPO FINDER X5 PRO

Sep 10, 2023admin General

This is not a newly released phone. Thus, I did the long-term usage review. I
have used that phone for about 8 Months. Generally, that is very happy. I
brought the photo during two local trips. I used it as the primary camera for
photos and video.
Actually, I bought this phone for photo taking. It has 50MP Camera. That is not
bad. Moreover, it has Hasselblad-Branded Triple Camera Units. You can shoot the
photo in Hasselblad color tone. Furthermore, it has A.I. Mode. I found it will
tune the color, even it is better than your eyes. I got the feeling, it is a bit
faked.

It has marisilicon X imaging npu. That is good for low light photography. I
found it can enhance the light a lot.

I did not buy that for gaming purposes, although it should a good performance
for gaming. Snapdragon 8 Gen 1 CPU and 12GB Ram, that is very good,
That is a flagship phone released on 2022, and the price around $800. I think
that is a very value-for-money phone

Full story »

Leave a comment »Send a trackback »
   1
 * 2
 * 3
 * 4
 * 5
 * ...
 * 6
 * ...
 * 7
 * 8
 * 9
 * 10
 * 11
 * 12
 * ...
 * 219
 * 

Archives
 * February 2024 (1)
 * January 2024 (2)
 * December 2023 (1)
 * September 2023 (1)
 * August 2023 (1)
 * May 2023 (1)
 * April 2023 (3)
 * February 2023 (1)
 * November 2022 (1)
 * September 2022 (1)
 * June 2022 (1)
 * April 2022 (1)
 * More...

November 2024 Mon Tue Wed Thu Fri Sat Sun  << <   > >>         1 2 3 4 5 6 7 8 9
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30  

XML Feeds
 * RSS 2.0: Posts, Comments
 * Atom: Posts, Comments

More on RSS
Tag cloud

android b2evolution google «google web toolbox» hosting «how to» howto «htc
hero» «htc magic» io ios jee joomla Keyboard linux magic netbook q_a seo skype
tip «virus alert_» voip wordpress wpf



©2024 by Michael Leung • Privacy Policy '|' Contact • Help • evoCore



Cookies are required to enable core site functionality. ©2024 by This site.
Privacy Policy '|'

--------------------------------------------------------------------------------


ShareThis Copy and Paste