-
SQL Server Physical and logical storage
Posted by Kamini Tandel on March 15, 2022 14:02
SQL Server Physical and logical storage
Do you know how SQL server physically stores data internally? As a software engineer this kno...
Read More >
-
Create template using RazorLight and send to Email
Posted by Kinjal Patel on March 15, 2022 10:06
In this article we will learn about the ASP.NET Core application to send customizable email templates using Razor pages, HTML & CSS.
...
Read More >
-
Angular Guard
Posted by Dinaz Gandhi on March 14, 2022 14:48
Guard is used for guarding our critical web pages from users.
Angular is used to create single-page Web Applications. Suppose a user trie...
Read More >
-
Image picker flutter
Posted by Jignasa Solanki on March 14, 2022 14:43
Image picker plugin is for iOS and Android for picking images from the image library and taking new pictures with the camera.
1.1 Add dependency in...
Read More >
-
Inherited Widget
Posted by Jignasa Solanki on March 14, 2022 11:23
Inherited widget is a base class that allows those classes to extend the information under the tree from it. Inherited widgets are also a kind of stat...
Read More >
-
Google OAuth | Generate Refresh Token From OAuth Playground
Posted by Divya Patel on March 14, 2022 10:53
Google OAuth - Generate Refresh Token For Google APIs
Go to OAuth Playground
Enter the OAuth2 client ID and OAuth2 client secret you ...
Read More >
-
DataBinding in android
Posted by Jignasa Solanki on March 14, 2022 10:41
Android DataBinding provides a way to tie the UI with business logic allowing the UI values to update automatically without manual intervention. This ...
Read More >
-
Angular - XSS Injection
Posted by Anuja Patel on March 10, 2022 17:43
Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. XSS at...
Read More >
-
MongoDB Basics
Posted by Divya Patel on March 09, 2022 22:57
What is MongoDB?
MongoDB is an open-source NoSQL database management program. NoSQL databases are quite useful for working with large sets of...
Read More >
-
Angular : Child - Parent Communications
Posted by Sonali Jain on March 04, 2022 10:38
Parent to Child
Communication between Parent to Child is so easy in angular it can be achieved using
@INPUT decorator /custom proper...
Read More >