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
About Alter
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Arjun Panwar (2)
Dipen Shah (2)
Prashant Bansal (2)
Deepak Middha (2)
Manpreet Singh (2)
Nipun Tomar (2)
Vijai Anand Ramalingam (2)
Jochen Bartlau (1)
Jalpa Dhola (1)
Velladurai (1)
Sardar Mudassar Ali Khan (1)
Joel Champagne (1)
Ankur Mistry (1)
Rahul Bansal (1)
Mark Pelf (1)
Rathrola Prem Kumar (1)
Ishika Tiwari (1)
Scott Lysle (1)
Ankit Sharma (1)
Rajashekar Syereddy (1)
Tural Suleymani (1)
Chethan N (1)
Miguel Teheran (1)
Mushtaq M A (1)
Scott Zimmerman (1)
Senthilkumar (1)
Sathya N (1)
Jin Necesario (1)
Amit Mohanty (1)
C# Curator (1)
Amit Choudhary (1)
Shashi Ray (1)
Akshay Patel (1)
Shaili Dashora (1)
Onkar Sharma (1)
Md Kaleem Pasha (1)
Praveen Sreeram (1)
Nathan Bradshaw (1)
Ashish Bhatnagar (1)
Suparba Panda (1)
Sormita Chakraborty (1)
Chhavi Goel (1)
Diptimaya Patra (1)
Gaurav Kumar (1)
Arun Choudhary (1)
Dharmraj Thakur (1)
Vikas Mishra (1)
Sarvesh Shinde (1)
Ajithkumar J (1)
Manoj Mittal (1)
Francis (1)
Mukesh Kumar (1)
Pankaj Kumar Choudhary (1)
Anant Kulkarni (1)
Subramanyam Raju (1)
Kaviya Balasubramanian (1)
Ashish Vanjani (1)
Jignesh Trivedi (1)
Ramesh Kartik (1)
Sachin Bhardwaj (1)
Sharad Gupta (1)
Abhimanyu K Vatsa (1)
Rohatash Kumar (1)
John Charles Olamendy (1)
Destin Joy (1)
Rifaqat Ali (1)
Related resources for Alter
No resource found
Gitea - an Open Source, Self Hosted GitHub Alternative
10/16/2024 4:51:49 AM.
Gitea is a lightweight, self-hosted Git server that offers features similar to GitHub, including issue tracking, pull requests, and a web-based interface. It's ideal for organizations needing data
Introduction to Office Script
9/13/2024 5:26:23 AM.
Office Scripts is a feature in Microsoft Excel that allows you to automate repetitive tasks using JavaScript. This can significantly streamline your workflow by enabling you to create custom scripts t
Creating a User Login System with SQL Server Stored Procedures
7/2/2024 7:12:28 AM.
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 a
Using String-Based Enums in C#
6/10/2024 8:02:49 AM.
In many applications, it is necessary to represent enumerations with string values rather than their default integer values. This can be particularly useful when working with JSON, XML, or other data
Dynamic Objects And Alternatives To Reflection
5/17/2024 10:22:34 AM.
The CodexMicroORM open-source project on GitHub includes several features to help you create fast, concise .NET deliverables. One such feature is implemented in the Performance. cs file and enables dy
Create Word Reports Without Microsoft Word Using Spire.doc
4/25/2024 8:09:25 AM.
Spire.doc provides a robust solution for generating reports as Word documents without relying on Microsoft Word. Utilizing the .NET framework and C# programming, it offers efficient document processin
How to Send an Email With Image in C#
4/3/2024 9:41:22 AM.
Send emails with images in C# using System.Net.Mail. Create an alternate view to embed images within HTML content. Utilize LinkedResource to reference images and SmtpClient to send MailMessage with an
ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach
4/1/2024 7:24:18 AM.
Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalization
Why GraphQL Is An Alternative Over React API
3/21/2024 6:26:24 AM.
GraphQL offers a more flexible and efficient approach compared to traditional REST APIs, especially when integrated with React. With GraphQL, frontend developers can request only the data they need, r
What is Alternative of Multiple Inhertitance in C#?
3/18/2024 7:22:10 AM.
This approach allows for achieving some level of multiple inheritance-like behavior while avoiding the complexities associated with traditional multiple inheritance.
Tailoring Site Responses to Microsoft Tag Requests
2/28/2024 11:35:10 AM.
Microsoft Tag is interesting alternative to the use of typical QR tags; the response options to reading a Microsoft Tag include returning the user’s rough position as latitude and longitude or a posta
Understanding Server-Side Blazor
2/20/2024 5:57:53 AM.
Blazor is a .NET Core web framework that allows developers to run C# code directly in the browser using WebAssembly.It provides an alternative to traditional JavaScript frameworks like React, Angular,
Dynamically Alter Theme Across All Screens Within the Canvas App
2/13/2024 6:14:56 AM.
Learn how to seamlessly adjust the theme across all screens within your Canvas app dynamically. Explore methods for real-time theme modification, ensuring consistent and adaptive UI theming for a cohe
KAFKA for Mere Mortals : Topics and partitions in Practice
1/23/2024 4:55:31 AM.
The main focus in this article is to create, list, describe and delete topics and partitions in KAFKA
Getting Started With NodaTime
12/8/2023 10:09:56 AM.
Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely.
Exploring Alternatives for Visual Studio For Mac
10/4/2023 4:49:36 AM.
Let's review what other IDEs we can use on macOS to work with .NET.
MOPUP (Alternative to Rg.Plugin.Popup) in .NET MAUI
9/8/2023 5:09:22 AM.
.NET MAUI, a cross-platform framework, empowers developers to build native mobile and desktop applications using C# and XAML. It enables the creation of apps that seamlessly operate on Android, iOS, m
Alternative Simplified C# Property Syntax
8/29/2023 4:58:12 AM.
When I first read about properties in C#, I was a bit excited and a bit confused. I was glad to see so many inventions, including properties, designed to help programmers be more productive.
MySQL Key Constraints
8/10/2023 5:41:42 AM.
In this article we will learn about constraints on different keys.
DROP In MySQL
8/10/2023 5:35:16 AM.
This article represents how to work the drop statement in MySQL database.
Cursors and Alternative to the Cursors in SQL Server
7/26/2023 7:12:56 AM.
In SQL Server, cursors are database objects that allow you to iterate over a result set (query result) one row at a time, processing each row as needed. Cursors are often used when you need to perform
SQL Commands : DDL, DQL, DML, DCL, TCL with Examples
7/25/2023 6:08:58 AM.
Master the art of SQL DDL commands, DCL commands, DQL commands, DML commands, TCL commands for effective database management.
JavaScript Array forEach Method And Its Alternatives
6/26/2023 8:35:55 AM.
Learning JavaScript array is fun but learning how the forEach method works internally and its alternatives are more enjoyable. Thus, it gives you more confidence when working with JavaScript arrays.
C# 12's Switch Expressions: A More Powerful Alternative to Traditional Switch Statements
4/17/2023 9:52:03 AM.
C# 12's Switch Expressions: A More Powerful Alternative to Traditional Switch Statements
Stored Procedures
2/16/2023 7:02:26 AM.
In this article I will explain you about stored procedure. How to create, execute and alter stored procedure. Why to use stored procedures and advantages of stored procedures.
Binary_Checksum the Alternate of NewID() to Fetch Random Records in SQL Server
1/31/2023 5:46:08 AM.
In this article I will demonstrate Binary_Checksum, the Alternate of NewID() to fetch random records in an SQL Server.
Create, Delete, and Update Triggers in SQL
1/30/2023 9:44:38 AM.
This article discusses how to create and manage triggers in a database using SQL.
Encrypt and Decrypt in SQL Server: Part 2
1/19/2023 8:34:02 AM.
In this article, we will discuss Database Master Key. The database master key is a symmetric key used to protect the private keys of certificates and asymmetric keys that are present in the database.
Alter Columns DataType Without Dropping Table in SQL
1/3/2023 6:59:31 AM.
In this article, I will explain how to alter a database table column without dropping the table with simple example.
Prevent Tables From Being Created, Dropped, Or Altered In SQL Server
10/21/2021 1:02:08 PM.
This tutorial will show you, how to prevent tables from being created, dropped, or altered in SQL Server.
Windows Service Alternative In AWS Cloud
7/3/2021 6:12:29 AM.
In this article, you will learn about windows service alternative in AWS Cloud.
Azure Data Factory - Implement UpSert Using Dataflow Alter Row Transformation
6/18/2021 2:36:51 PM.
In this article, we will learn how to implement UpSert using Dataflow Alter Row Transformation.
Altering Item Insights Security In Microsoft Graph Using REST API
4/26/2021 2:40:41 PM.
Item insights protection settings give the capacity to arrange the permeability of bits of insights obtained from Microsoft Graph
Altering Item Insights Security In Microsoft Graph Using PowerShell Commands
4/23/2021 2:15:45 PM.
Item experiences security settings give the capacity to arrange the perceivability of insights which is got from Microsoft Graph
Ruby Or .NET - Which Is The Better Alternative?
11/10/2020 3:15:50 AM.
You might be confused about which technology you should use while you are planning for a developing a software. So this article will help you in giving a solution to your question and will lead you wi
Statistical Inference For Machine Learning
7/15/2020 8:31:03 AM.
AI is a multidisciplinary field that requires a range of skills in statistics, mathematics, predictive modeling and business analysis. An AI professional should feel at ease to build the algorithms ne
Alternate Row Color in Crystal Report
6/8/2020 1:23:55 AM.
This article shows how to develop reports with alternating row colors.
Redis Cache as an Alternative to NoSQL
4/28/2020 4:16:03 PM.
In this article, you will learn about Redis Cache as an alternative to NoSQL.
Multiple Screen Support in Android using Android Studio
3/30/2020 12:53:53 AM.
This article explains how Android applications support multiple screens having various sizes and densities.
Alternate Row Color In ListBox In WPF
3/6/2020 1:33:29 AM.
In this article we will see how we can make the Alternate Rows of the ListBox Colorful in WPF.
ShimmerFrameLayout - An Alternative To ProgressBar In Android
2/17/2020 2:25:23 AM.
This article is about showing the shimmer effect of ShimmerFrameLayout developed by Facebook. It is a good alternative to ProgressBar.
Alter Memory Dump File Location in Windows 8
12/9/2019 12:30:14 AM.
This article describes how to alter the Memory Dump File Location in Windows 8.
How to Generate Alter Script of Table Design Mode - Sql Server Management Studio
11/13/2019 7:11:26 AM.
How to generate the alter table SQL script in using SSMS.
Session Management Using URL Rewritting Instead of Cookies
7/30/2019 1:09:03 AM.
URL rewriting provides you with another session tracking alternative that can be substituted automatically when the server detects that the browser does not accept cookies. URL rewriting involves enco
Alternative For Incoming Email In SharePoint Online
7/15/2019 10:15:35 AM.
In this article, we will see the alternative solution for Incoming Emails features in SharePoint Online
SharePoint Migration - Export Alternate Access Mapping
10/8/2018 8:54:05 AM.
In this article, we will look for the PowerShell Scripts to export “Alternate Access Mapping (AAMs)” Settings from source SharePoint Farm.
Alternate Keyboard In Android Using Xamarin.Forms
7/27/2018 9:35:06 AM.
This article demonstrates an alternate keyboard in Android using Xamarin.Forms.
How To Implement Alternate Access Mapping
6/7/2018 11:04:13 AM.
In this article we will discuss implementing “Alternate Access Mapping” or commonly known as “AAM” in SharePoint 2016.
How To Add/Remove Synonyms Or Alternative Keywords To QnA Maker Service
1/25/2018 12:04:48 AM.
In this video, we will see how to add or remove alteration from QnAMaker Services using QnAMaker V3.0 Cognitive Services.
Role in SQL Server
6/23/2017 5:54:40 AM.
In this article I described Role in SQL Server. Roles are a collection of permissions or access rights for providing permissions or privileges easily in a large database system with multiple users.
Configure Alternate Access Mappings in SharePoint 2013 Central Administration
2/2/2017 10:53:31 AM.
In this article, we will see how to configure Alternate Access Mappings in SharePoint 2013 Central Admin.
Alternate Access Mappings On Web Applications In SharePoint 2013 Central Administration
1/20/2017 4:52:13 PM.
In this article, you will learn about Alternate Access Mappings on web applications in SharePoint 2013 Central Administration.
Open Live Writer - An Alternative For Windows Live Writer
1/11/2016 10:01:19 AM.
This article discuss the Open Live Writer, an alternative for the Windows Live Writer
Understanding the Repeater Control in ASP.NET
12/27/2015 4:28:21 PM.
In this article, I will demonstrate you about the Repeater Control in ASP.NET
Alternate To Identity in Oracle
7/18/2015 3:04:38 PM.
In this article you will learn about the alternative for SQL Server Identity fields in Oracle.
SqlDataAdapter: Alternative (Performance)
5/28/2015 5:22:49 PM.
In this article you will learn how to increase SQL performance when inserting a large amount of data.
WindowsPhone 8.1: Now UniversalWrapPanel is an Alternative For WrapPanel
11/29/2014 3:57:35 AM.
This article explains how to use UniversalWrapPanel in Windows Phone 8.1.
Configure Alternate Access Mappings in SharePoint 2013
3/13/2014 3:12:40 PM.
In this article, I would like to share the procedure to configure the alternate access mappings using Central Administration in SharePoint 2013.
Manupulating Database in SQL Server 2012
12/12/2013 11:23:51 PM.
In this video you will learn about how to Create,Alter Delete a Database in SQL Server 2012.
Oracle SQL Commands: Part 4
11/7/2013 2:55:33 AM.
In this article you will learn about various alter and drop commands in Oracle.
Cursor Alternative in SQL Server
9/23/2013 4:44:16 PM.
In this article I am trying to explain the alternatives for Cursors. We shall use a Cursor when there is no other option than Cursor.
Understanding FACADE Pattern
8/13/2013 10:40:51 AM.
The GOF book says the Facade Pattern should “Provide a unified interface to a set of interfaces in a system. It defines a high level interface that makes the subsystem easier to use”.
How to Change Table Cell Color Alternatively in iPhone
2/22/2013 12:45:33 PM.
In this article I will explain how to change table cell color alternatively in iPhone.
User Defined Error Message in SQL Server 2012
1/8/2013 6:03:05 PM.
In this article I describe how to create a User Defined error message in SQL Server 2012.
Alter Column Data Type in MySQL
12/22/2012 8:04:57 PM.
In this article I am going to explain how to change the data type of a particular column in a MySQL table using a MySQL cmd.
Using Find Control (alternative of Master Page Properties Exposing) in VB.Net
12/1/2012 2:07:24 AM.
Creating a View Programmatically in SQL Server 2012
9/5/2012 5:15:46 PM.
In this article, we will see how to create a view programmatically in SQL Server 2012.
Enable and Rename SA account in SQL Server 2005/2008
5/20/2012 4:08:52 AM.
This Article shows How to Enable/Disable sa Account in SQL Server.
Alternate line Colors in Reports Using Crystal Reports
5/19/2012 12:42:31 AM.
Sometimes when we have a big reports displaying heavy textual information, one technique to visualize data in a consistent way is to shade line in alternate colors. In this article, I will show how Crystal Reports enables this technique very easily.
Enabling Support for Alternate Languages in SharePoint 2010
5/11/2011 12:45:59 AM.
In this article we will be seeing how to enable support for alternate languages in SharePoint 2010.
Alternate Languages in SharePoint 2010
5/10/2011 4:54:41 AM.
In this article we will be seeing about the Alternate languages in SharePoint 2010.
Use of Alternative Access Mappings in SharePoint
3/7/2011 2:50:54 PM.
In this article I am describing Alternative Access Mappings and how it is useful in SharePoint. I am also describing how to configure it.
Changing the DNS or URL (host header) in SharePoint 2007 Site
5/6/2009 3:05:59 AM.
In this article we will see how to map the sharepoint site with public IP using Alternate Access Mappings.