TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Keyur Pandya(8)
Naveen Kumar(6)
Ayush Gupta(6)
Sagar Pardeshi(4)
Ajay Kumar(4)
Sigar Dave(4)
Siddhesh Chavan(4)
Nikhil Patil(4)
Chetan Sanghani(3)
Sarthak Varshney(3)
Jitendra Mesavaniya(3)
George (2)
Imran Shaikh(2)
Jaimin Shethiya(2)
Vijay Yadav(2)
Velladurai (2)
Sreenath Kappoor(2)
Gajendra Jangid(2)
Sudhir Vaghela(2)
Rasul Huseynov(2)
John Godel(2)
Harshit Pandey(2)
Jobin S(2)
Rinki (2)
Vikas Singh(2)
Allen Oneill(1)
Nikunj Satasiya(1)
Ismail Sayyad(1)
Sagar Rane(1)
Anuradha Rani (1)
Alkesh Bijarniya(1)
Tural Suleymani(1)
Sardar Mudassar Ali Khan (1)
Abhishek Yadav(1)
Rikam Palkar(1)
Najath Risni(1)
Habibul Rehman(1)
Manoj Kalla(1)
Aayushi B(1)
Vignesh Kumar(1)
Sifad Hussain(1)
Arjit Soni(1)
Kaveendra Dhilhan(1)
Lokendra Singh(1)
Vijai Anand Ramalingam(1)
Shiv Sharma(1)
David Mccarter(1)
Aman Patel(1)
Resources
No resource found
Data Professionals to LLM/GPT Prompting for Everyday Tasks
Nov 17, 2024.
A guide for data professionals on leveraging Microsoft OpenAI with Python for efficient workflows and enhanced data analysis. Focuses on prompt design, including clear instructions, context, and temperature adjustments.
How to Generate Server Side Reports in .NET Core
Jul 19, 2024.
Explore server-side reporting in .NET Core with top free packages: DinkToPdf, FastReport Open Source, and Report.NET. These tools simplify PDF generation from HTML and custom reports, offering cost-effective solutions for dynamic document creation.
Seen by people on the page load in powerapps.
Jul 17, 2024.
Learn how to track page views and unique visitors using PowerApps integrated with SharePoint. Utilize global variables and the OnVisible property to optimize performance. Enhance UI with containers and galleries, displaying visitor details dynamically.
Total Rating, Average Ratings in PowerApps
Jul 17, 2024.
One of the most popular elements on social media platforms and for any user-interactive necessity is rating. As I was creating the ratings, I came to understand that accurate rating captures a great deal of validation.Total Rating, Average Ratings in PowerApps
Interactive Rating Control in PowerApps
Jul 17, 2024.
Explore the integration of rating controls in social media and user-interactive applications using SharePoint lists. Learn about setting display modes, default properties, and user validations to enhance interaction and data management efficiency.
Real-time Web Applications with SignalR
Jul 16, 2024.
SignalR, a Microsoft library for .NET applications, enables real-time web functionality by allowing server-side code to push updates to connected clients instantly. It abstracts complexities of communication protocols, and supports multiple transport mechanisms like WebSockets and SSE.
Total Page hit count in PowerApps.
Jul 16, 2024.
Discover effective methods for monitoring usage statistics, generating insightful reports, and leveraging data visualization to gain actionable insights into app performance and user engagement.
Concurrency in SQL Server
Jul 14, 2024.
This article will discuss Concurrency in SQL Server
Server Virtualization: The Power of Separation and Resource Efficiency
Jul 13, 2024.
Explore the transformative benefits of server virtualization in this insightful content. Discover how virtualization technology enhances efficiency through resource allocation and workload management.
Virtualization Understanding the Foundations and Benefits
Jul 12, 2024.
Discover the fundamentals of virtualization, its benefits, and how it transforms IT infrastructure by enhancing resource utilization, reducing costs, and increasing flexibility.
Enabling Subsite Creation in SharePoint Online
Jul 12, 2024.
Learn how to enable subsite creation in SharePoint Online with this comprehensive guide. Discover step-by-step instructions for configuring your SharePoint environment, setting permissions, and managing subsites.
Implementing v2 and v3 reCaptcha using React
Jul 10, 2024.
CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a security measure to differentiate between humans and bots. reCAPTCHA, a Google tool, enhances this by generating response tokens for user verification.
Integrating an Online Payment Gateway in ASP.NET using ADO.NET
Jul 10, 2024.
Integrating an online payment gateway in ASP.NET using ADO.NET involves setting up a payment gateway account, creating an HTML form to collect payment details, redirecting to the payment gateway for processing, handling the payment response, and updating the database. Ensure security, validate responses, and test thoroughly.
UNION ALL SQL Server: Syntax, Usage, and Example
Jul 08, 2024.
UNION ALL in SQL Server is a powerful command used to combine the result sets of two or more SELECT statements, including all duplicate rows. This guide covers the syntax, usage, and practical examples of using UNION ALL.
Automated SQL Service Monitoring using PowerShell
Jul 08, 2024.
Mastering PowerShell: Your Ultimate Guide to Automated SQL Service Monitoring" is your comprehensive resource for leveraging PowerShell to streamline and enhance SQL service monitoring.
Understanding Synonyms in SQL Server
Jul 08, 2024.
Understanding Synonyms in SQL Server" delves into the concept and implementation of synonyms within SQL Server. This guide covers how to create, use, and manage synonyms to simplify SQL queries, improve code readability, and streamline database administration.
PowerApps Rating Control Total and Average Ratings Validations
Jul 05, 2024.
Rating is one of the most common features in the social sites and for any of the interactive requirements by users. While I was developing rating, I realized, there are lots of validation required in order to capture correct ratings.
Getting Started with Docker-Compose for ASP.NET Core and MSSQL
Jul 04, 2024.
This article guides you through setting up a Docker Compose environment for an ASP.NET Core application and an MSSQL database, covering creation, configuration, and verification steps for efficient containerized development.
How to Convert varbinary to Base64 String in SQL Server
Jul 03, 2024.
Learn how to convert varbinary data to Base64 strings in SQL Server using XML functions and the CAST method. This tutorial provides clear steps and SQL examples for encoding binary data, crucial for web applications needing text-based transmission of images and files.
How to Seed Identity in SQL Server
Jul 03, 2024.
Discover SQL Server's IDENTITY columns for automatic unique number generation. Learn to create tables with IDENTITY, insert data without specifying IDs, seed values with DBCC CHECKIDENT, manage explicit ID insertions with IDENTITY_INSERT, and reset identity seeds using TRUNCATE TABLE.
Working with Choices Columns in Dataverse using Power Automate
Jul 03, 2024.
Over the past few months, I've led a project using the Power Platform, achieving remarkable results. Today, I will share tips on working with Choices Columns in the Dataverse. Unlike SharePoint, Dataverse assigns unique IDs to each choice, requiring specific handling in Power Automate and PowerApps,
What is the Purpose of RenderToNodeStream Method in ReactJS
Jul 02, 2024.
The renderToNodeStream method in ReactJS enables server-side rendering with streaming support, enhancing performance by sending chunks of HTML to the client as they're generated.
Creating a User Login System with SQL Server Stored Procedures
Jul 02, 2024.
Implementing secure user authentication in SQL Server involves creating a UsersDetails table for storing credentials and developing a LoginUser stored procedure. This procedure validates user inputs against stored data, ensuring robust login functionality for applications.
SharePoint’s New Section Background Feature
Jul 02, 2024.
SharePoint's new section background feature enhances page customization with images and gradient colors. Authors can now personalize pages and news articles with these backgrounds, which include readability improvements like see-through overlays.
Query to Find SQL Server Version
Jul 02, 2024.
To identify the version of SQL Server running, use the query SELECT @@VERSION AS 'SQL Server Version';. This returns detailed information including version number, edition (like Developer Edition), and details about the operating system it runs on, such as Windows Server 2019 Standard.
Understanding the PowerApps GroupBy Function
Jul 02, 2024.
Learn about PowerApps' GroupBy function syntax and limitations. It's effective for grouping text, number, date, and duration columns but doesn't support Choices and Lookup columns. Essential for efficient data organization in PowerApps applications.
Configure SSL for Grafana on Azure
Jul 01, 2024.
Learn how to configure SSL for Grafana on Azure to secure your monitoring and analytics dashboard. Follow step-by-step instructions to set up HTTPS, manage certificates, and ensure data encryption for enhanced security in your cloud environment.
Transparent Data Encryption (TDE) in SQL Server
Jul 01, 2024.
Transparent Data Encryption (TDE) in SQL Server encrypts data at rest, ensuring database and log file protection against unauthorized access. TDE uses a database encryption key (DEK), secured by a certificate or Extensible Key Management (EKM) module.
Sending Email Using Gmail Server in ASP.NET Core MVC
Jul 01, 2024.
Learn how to integrate the Gmail server for sending emails in ASP.NET Core MVC using MailKit. This tutorial covers setting up SMTP configuration, handling email templates, and sending messages programmatically.
Business Data Connectivity
Jun 30, 2024.
In this article, we will learn Business Data Connectivity refers to the seamless integration of data across various enterprise systems, enabling efficient data access and management.
New-PnPTenantSite: The remote server returned an error: (401) Unauthorized.
Jun 29, 2024.
Disabling custom app authentication resolved the "401 Unauthorized" error, allowing the PnP scripts to run as scheduled. By following these steps, you can set up SharePoint Add-ins, grant necessary permissions, and troubleshoot common authentication issues in your automation workflow. Happy development!
SharePoint: Integrating Playlists into Your Stream Web Part
Jun 28, 2024.
Microsoft SharePoint and Stream enhance team productivity and knowledge sharing by allowing users to create, manage, and share playlists. Embed playlists on SharePoint pages using the Stream web part, manage access and permissions, and share content with your organization.
Sharepoint Framework Property Pane
Jun 28, 2024.
SharePoint Framework (SPFx) offers a client-side model for developing web parts and pages in SharePoint, leveraging modern web technologies and supporting seamless integration with SharePoint data.
UNION SQL Server: Syntax, Usage, and Example
Jun 28, 2024.
This article delves into the UNION operator in SQL Server, explaining its syntax and practical usage. You'll learn how to combine results from multiple SELECT statements into a single result set, avoiding duplicates.
Integrating IoT Projects with ESP32 Using C# and .NET
Jun 27, 2024.
The ESP32 is a versatile, low-cost microcontroller with built-in Wi-Fi and Bluetooth, ideal for IoT projects. Integrating it with C# and .NET allows developers to create robust applications for monitoring and controlling devices.
Embed Power BI Report in the SharePoint Page
Jun 26, 2024.
Embed Power BI reports into SharePoint Online to enhance data visualization and access within your organization. This integration allows for real-time data insights directly in your collaborative environment, streamlining decision-making processes.
Behind the Scenes of OWIN (Open Web Interface for .NET)
Jun 26, 2024.
OWIN is the acronym of Open Web Interface for .NET and it is a specification that provides to decouple web servers with web applications. This specification is an also open standard for all .NET ecosystems.
Introducing Video Page Templates in SharePoint and Stream
Jun 26, 2024.
The new video page templates in SharePoint Pages and News enable authors to easily create video-centric content. Starting in the Stream Web App, you can craft and customize video news posts with video metadata automatically included.
Identifying Stream Web Parts in SharePoint Pages
Jun 26, 2024.
This script provides a systematic approach to identify Stream web parts across your SharePoint pages, helping you prepare for the transition to the new Stream. By exporting the results to a CSV file, you can easily review and manage the impacted pages.
Caching Strategies in Angular and .NET Core
Jun 24, 2024.
Caching enhances web application performance and scalability. In Angular, use HTTP interceptors, service workers, local storage, or IndexedDB for client-side caching. In .NET Core, leverage in-memory or distributed caching and response caching middleware for server-side caching.
Efficiency in Small Language Models: Foundations and Power
Jun 24, 2024.
Explore the cutting-edge realm of small language models with John Godel's comprehensive analysis in "Next Step of Efficiency." Delve into the mathematical underpinnings and algorithmic prowess that optimize these models, revolutionizing AI and NLP landscapes.
Copying Footers Between SharePoint Sites Using PnP PowerShell
Jun 24, 2024.
I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites is straightforward with PnP.
Automate SharePoint Site Creation with PowerShell and PnP
Jun 24, 2024.
Automate SharePoint site creation effortlessly using PowerShell and PnP (Patterns and Practices). Learn efficient scripting techniques to streamline the provisioning process, enhancing productivity and consistency across your SharePoint environment.
Generate List of SharePoint Pages and Owners Using Power Shell
Jun 24, 2024.
Managing large SharePoint sites can be simplified using a PowerShell script with PnP PowerShell. This script automates the retrieval of page details and owners, exporting the data to a CSV file, saving time and ensuring accuracy in data management.
What makes Blazor SPA and how does Server-Side Rendering works with Blazor's new Web App
Jun 22, 2024.
How Blazor creates interactive single-page applications by using components to update content without reloading the entire page.
Learn CRUD Operations in SQL Server with Real-World Examples
Jun 21, 2024.
CRUD represents the four basic operations: Create, Read, Update, and Delete, essential for managing persistent data in SQL Server. The Create operation involves adding new records to a table using the INSERT INTO statement. The Read operation retrieves existing records from a table using the SELECT statement.
IIF in Microsoft SQL Server
Jun 21, 2024.
IIF function in SQL, also known as "Immediate If," provides a concise way to perform conditional evaluations within queries. It allows SQL developers to return different values based on whether a specified condition is evaluated as true or false.
Memory Management in SQL Server
Jun 21, 2024.
Memory management in SQL Server is crucial for optimizing database performance. This involves configuring memory allocation, managing the buffer pool, and tuning queries to ensure efficient use of resources.
How to Install and Configure Windows Admin Center
Jun 21, 2024.
Windows Admin Center (WAC) is a versatile, browser-based management platform for Windows Server, Windows Client, and more. It simplifies troubleshooting, configuration, and maintenance tasks, enabling remote management without separate server requirements.
The Future of Data Security: Tokenization
Jun 20, 2024.
Tokenization offers advanced data security by replacing sensitive information with unique tokens, enhancing usability without compromising protection. Unlike encryption and hashing, tokenization ensures efficient data handling and regulatory compliance.
Understanding of Load Balancers
Jun 19, 2024.
Load balancers are essential for managing network traffic and ensuring high availability, scalability, and fault tolerance in server environments. They distribute incoming traffic across multiple servers, optimize resource use, and prevent overload.
Backing Up and Restoring a SQL Database
Jun 19, 2024.
In database management, ensuring data integrity and availability is paramount. Regularly backing up your database is crucial to mitigate risks such as hardware failures, software issues, or accidental data loss. This process involves creating duplicate copies of your data that can be restored in case of emergencies.
How To Connect Database in ASP.NET MVC using C# with ADO.NET
Jun 17, 2024.
Learn how to integrate SQL Server with your MVC application, configure connection strings, and perform CRUD operations. Ideal for developers seeking to enhance their data access techniques in ASP.NET.
Integrating Azure SQL Database with Azure Functions
Jun 17, 2024.
Azure SQL Server is a fully managed database service by Microsoft Azure, offering scalability, high availability, and robust security features. It integrates seamlessly with Azure Functions for building scalable applications.
Advanced Strategies: Deciphering Complex Joins in SQL
Jun 13, 2024.
In the world of relational databases, joins are indispensable tools for combining data from multiple tables based on related columns. While simple joins are common, complex joins involving multiple tables or various join types can be daunting for SQL beginners.
Understanding CRUD Operation in Blazor
Jun 13, 2024.
Explore Blazor Server and WebAssembly models, integrate Entity Framework Core for data management, utilize Razor Components for UI design, and understand data binding in Blazor for seamless interaction.
Automate MySQL Database Updates with Cron Jobs in Node.js
Jun 13, 2024.
Learn how to automate MySQL database updates using cron jobs in Node.js with this comprehensive step-by-step guide. Discover how to schedule tasks, write automated scripts, and maintain your database efficiently.
SSE in .NET Core API Real-time Updates in Angular
Jun 13, 2024.
The implementation of Server-Sent Events (SSE) in a .NET Core API to deliver real-time updates to an Angular application. You'll learn how to set up SSE in the backend to push live data streams and configure Angular to receive and display these updates, enabling dynamic and interactive web experiences.
How to Save Power Apps Editable Gallery Data to Sharepoint List?
Jun 13, 2024.
The PowerApps ForAll function iterates through Gallery5 items, using Patch to update TimeSheetEntriesDetail. It captures date, project ID, and employee details from tempcol, ensuring precise data insertion into SharePoint. This process automates data management, enhancing efficiency in app development and deployment.
Document Management with SharePoint Embedded Containers
Jun 12, 2024.
Microsoft introduces Embedded Containers Management in SharePoint, simplifying document management in custom apps. This feature allows centralized control and user permissions directly from the SharePoint admin center, enhances collaboration with custom app integration.
Getting Particular Timezones Current Date Time in SQL Server
Jun 12, 2024.
To retrieve the current date and time for specific time zones in SQL Server, use the query SELECT * FROM sys.time_zone_info. This query returns information about supported time zones, including their current UTC offset and whether they are currently observing daylight saving time (DST).
Learn SharePoint FrameWork (SPFx)
Jun 12, 2024.
Explore the power of SharePoint Framework (SPFx) for modern web development. Learn to leverage JavaScript and TypeScript to create customizable web parts and extensions for SharePoint Online.
SQL Query Execution Understanding Process and Performance
Jun 11, 2024.
Understanding the SQL query execution order—from FROM and JOIN to WHERE, GROUP BY, HAVING, SELECT, ORDER BY, and LIMIT/OFFSET—is crucial for optimizing queries. Key techniques include indexing, optimizing joins, early filtering, avoiding SELECT *, and using subqueries, CTEs, caching, and materialized views to enhance performance.
Understanding Different Types of SQL Triggers in SQL Server
Jun 11, 2024.
SQL Server triggers are powerful tools that allow the automatic execution of SQL code in response to specific events on a table or view. They play a crucial role in maintaining data integrity, enforcing business rules, and automating system tasks.
Understanding Change Data Capture (CDC) in Microsoft Azure
Jun 11, 2024.
In the world of data management, tracking changes to data is crucial for maintaining data integrity, enabling real-time analytics, and ensuring efficient data replication. Change Data Capture (CDC) is a technology designed to capture and track changes in data.
Implementing Model Binding in ASP.NET Core Web API
Jun 10, 2024.
Model binding in ASP.NET Core automates the conversion of HTTP request data into .NET objects, simplifying data transfer between client-side requests and server-side code. It supports various data sources such as query strings, form data, route parameters, JSON payloads, and custom binders, enhancing API development efficiency.
Comparing PostgreSQL and SQL Server: Benefits of PostgreSQL
Jun 07, 2024.
Comparing PostgreSQL and SQL Server reveals distinct advantages of PostgreSQL. PostgreSQL offers cost-effectiveness, flexibility, and extensive community support. It excels in advanced features, cross-platform compatibility, and robust support for diverse data types, including JSON and geospatial data.
Executing Dynamic SQL in SQL Server
Jun 07, 2024.
Dynamic SQL in SQL Server allows constructing and executing SQL statements at runtime, offering flexibility for complex queries. Learn its execution methods (EXEC and sp_executesql), advantages, limitations, and best practices to ensure security and performance while avoiding pitfalls like SQL injection.
Essential Tools and Technologies for Project Leaders
Jun 06, 2024.
Essential tools for project leaders include project management software like Trello, communication tools such as Slack, task automation platforms like Zapier, data analytics tools such as Tableau, and document management systems like Google Drive.
SQL Server Internal Stored Procedures That You Should Use
Jun 06, 2024.
SQL Server internal stored procedures are invaluable tools for developers, offering streamlined access to database information, session management, resource monitoring, configuration settings, and more. From sp_help to sp_monitorConfig, these procedures simplify routine tasks, enhance productivity.
What Are The Twelve Codd's Principles In DBMS
Jun 05, 2024.
Edgar F. Codd's twelve rules define relational database management systems (RDBMS), ensuring data integrity and consistency. These guidelines aid in robust database design and management, facilitating efficient and reliable data handling.
Understanding Temporal Tables in SQL Server
Jun 04, 2024.
Temporal tables are a powerful feature introduced in SQL Server 2016 that provides a built-in mechanism for capturing and querying historical data. They enable you to keep track of all changes made to the data in a table, which can be crucial for auditing, compliance, and data analysis.
Enabling SSH Extension Azure Arc-Enabled Servers
Jun 02, 2024.
Discover how to enhance server management with SSH extension on Azure Arc-enabled servers. Learn step-by-step procedures to enable SSH, enabling secure remote access and efficient infrastructure management in hybrid cloud environments.
Introducing Copilot in SharePoint: Your New Digital Assistant
May 31, 2024.
Introducing Copilot in SharePoint: Your New Digital Assistant. Supercharge your team's collaboration with our curated insights, expert tips, and the hottest updates from the SharePoint universe. Don't miss out on the SharePoint revolution.
Connect to SQL Server with SSMS Methods and Authentication Types
May 31, 2024.
Connecting to SQL Server using SQL Server Management Studio (SSMS) involves selecting a connection method and authentication type. Methods include specifying the server name and instance.
How to Link Server in SQL?
May 30, 2024.
Explore the evolution of linked servers in SQL Server, from their inception in SQL Server 7.0 to the latest versions like SQL Server 2019 and 2022. Learn about their benefits, drawbacks, and modern applications in data integration. Sample SQL code demonstrates setting up and querying a linked server.
Difference between Forward and Reverse Proxy
May 29, 2024.
Forward and reverse proxies serve distinct roles in network communication. Forward proxies act on behalf of clients, accessing resources on external servers, while reverse proxies handle requests from clients directed at internal resources.
Common Types of Cache Architectures
May 28, 2024.
Explore various caching architectures: client-side, server-side, CDN, distributed, database, and application-level caching. Each offers advantages like reduced latency and improved performance but comes with challenges like complexity and consistency management.
Best Practices For Effective Database Design In SQL Server
May 28, 2024.
In this article, we will be exploring the best practices for effective database design in SQL Server. Creating an SQL Server database involves best practices like understanding requirements, normalization, choosing data types, indexing, and security.
HR Efficiency: Revolutionizing Policy Writing with Copilot AI
May 24, 2024.
Copilot, an AI tool by OpenAI, transforms policy writing for HR managers. It accelerates research, offers contextual guidance, ensures quality, allows customization, and saves time, revolutionizing HR policy creation.
Automatic Tuning Enhances SQL Server Database Performance
May 20, 2024.
Automatic Tuning in SQL Server combines various intelligent features and techniques to continuously monitor, analyze, and optimize database performance and reduce management overhead. In this article, we will explore the what, why, and how to create automatic tuning in SQL Server Database.
554 5.2.2 mailbox full Error
May 20, 2024.
Encountering a 554 5.2.2 mailbox full error can disrupt email communication. This SMTP error occurs when the recipient's mailbox reaches its storage limit, preventing further message delivery.
Building a Simple Socket Listener in .NET Core
May 20, 2024.
In this article, we'll walk you through the process of setting up a basic socket listener using .NET Core. You'll learn how to create a Socket instance, bind it to an endpoint, and handle incoming connections and data.
Optimizing Long Polling Performance in .NET Applications
May 20, 2024.
Long polling emulates real-time client-server communication by keeping connections open until new data is available. Optimizing long polling in .NET enhances user experience and server efficiency through asynchronous programming, HTTP/2, adaptive timeouts, load balancing, and detailed monitoring.
Working with LEAD and LAG Window Functions in SQL
May 20, 2024.
SQL's LEAD and LAG functions access data from different rows within the same result set, facilitating complex calculations. LEAD retrieves subsequent rows, while LAG retrieves previous rows.
App Registration with Microsoft Entra ID Configure SharePoint Permissions
May 19, 2024.
Register your app in Azure AD for SharePoint access using PowerShell. Configure permissions, obtain Client ID and Secret for OAuth authentication, granting necessary access to SharePoint resources, facilitating seamless integration and data interaction.
Building Custom Web Parts Extensions with SharePoint Framework SPFx
May 19, 2024.
Learn how to enhance your SharePoint site with custom web parts and extensions using the SharePoint Framework (SPFx). Perfect for beginners, this guide covers the basics of SPFx, setting up your development environment, and creating your first customizations.
Understanding ACID: The Foundation of Database Transactions
May 17, 2024.
In the domain of database management, ACID (Atomicity, Consistency, Isolation, Durability) principles assure transaction reliability. This article delves into ACID's history, necessity, evolution, constraints, and SQL implementations' demonstrations.
Azure Logic Apps Implementation with Real-Time Examples
May 16, 2024.
In this Article, Discover how to implement Azure Logic Apps seamlessly with step-by-step guide and real-time examples. Learn to automate workflows, integrate services, and perform tasks like sentiment analysis on Twitter, all without extensive coding.
What is Alibaba Cloud Simple Application Server (SAS)?
May 14, 2024.
In this article, Streamlined Application Management. Alibaba Cloud's Simple Application Server (SAS) revolutionizes application deployment with user-friendly interfaces, lightning-fast deployment, cost-effective hosting, and seamless scalability.
Unlocking the Power of Graph API for SharePoint Pages
May 14, 2024.
The Microsoft Graph API empowers developers with seamless access to Microsoft 365 services, including SharePoint, enabling programmatic management and customization of SharePoint pages. It streamlines page creation, editing, publishing, metadata management, and template utilization, enhancing efficiency and scalability.
SQL Locks for Data Integrity in Concurrent Environments
May 14, 2024.
Understanding SQL Locks: Ensuring Data Integrity in Concurrent Environments
Git GUI Clients (3-1), GitHub Server
May 13, 2024.
This article will briefly describe GitHub Server basic functionalities. This article is part of a series on Git GUI Clients. Focusing on GitHub Server, it delves into its major functionalities, guiding users through repository management and collaboration tools.
Difference between SQL and T-SQL
May 09, 2024.
In the realm of relational database management systems (RDBMS), SQL (Structured Query Language) and T-SQL (Transact-SQL) are often used interchangeably. In this article, we'll delve into the key differences between SQL and T-SQL, shedding light on their respective features, functionalities, and use cases.
End of an Era: Retirement of SharePoint 2013 Workflows
May 07, 2024.
Discover the significance of SharePoint 2013 workflow retirement, marking the transition to modern solutions in SharePoint Online. Learn about migration strategies, workflow automation in Microsoft 365, and the impact on legacy systems and business processes.
C# as a Scripting Language to Import CSV Data into SQL Server
May 07, 2024.
This article introduces leveraging C# for importing CSV data into SQL Server databases. It outlines the benefits of using C# and provides a step-by-step guide along with a practical example script.
Convert Rows to CSV & Eliminate Duplicates in SQL Server
May 06, 2024.
Using SQL Server's string aggregate function, efficiently transform row data into a comma-separated format, while simultaneously removing any duplicate entries, ensuring data integrity and optimization.
A Brief History of Microsoft Programming IDE’s
May 06, 2024.
This article provides a concise overview of the evolution of Microsoft programming IDEs, tracing from Visual Basic to Visual Studio and beyond, highlighting their impact on software development efficiency and the integration of AI tools.
Execute Multiple SQL Files On Single Go in SQL Server
May 03, 2024.
Are you utilizing SQL Server? Are deployments still handled manually by certain teams or DBAs? Is there no intention to incorporate CI/CD tools due to project or budget limitations. Nonetheless, there's an opportunity to deploy multiple SQL scripts.
Database Connectivity in Visual Studio
May 03, 2024.
Visual Studio facilitates robust database connectivity through technologies like ADO.NET and Entity Framework. Developers can seamlessly integrate with SQL Server, MySQL, Oracle, and more using connection strings and data source management tools.
About sharepoint-foundation-server
NA
OUR TRAINING