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 Keep
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (3)
Aman Gupta (3)
Sarthak Varshney (3)
Matthew Cochran (3)
Amit Tyagi (2)
Chethan N (1)
Ishika Tiwari (1)
Pradeep Yadav (1)
Deepak Tewatia (1)
Ashutosh Singh (1)
Pravesh Dubey (1)
Monica Rathbun (1)
Sanwar Ranwa (1)
Tural Suleymani (1)
Sardar Mudassar Ali Khan (1)
Kisorjan Jakathiswaran (1)
Usama Hafeez (1)
Anupam Maiti (1)
Shweta Lodha (1)
Abhishek Gupta (1)
Jaish Mathews (1)
David Mccarter (1)
Suraj Kumar (1)
Allen Oneill (1)
Ankur Mistry (1)
Supreet Tare (1)
Kirtan Patel (1)
Sreekumar Nair (1)
Vishal Nayan (1)
Collinsy Bradford (1)
Niladri Biswas (1)
Praveen Kumar (1)
Related resources for Keep
No resource found
Apache Kafka Without ZooKeeper
11/20/2024 4:55:03 AM.
Apache Kafka Without ZooKeeper employs the KRaft protocol (KIP 500), replacing ZooKeeper for metadata management. This enables simplified deployment, enhanced reliability, and native support for Kafka
KISS - Keep It Simple Stupid
11/8/2024 11:39:50 AM.
In this video, you will learn how to create scalable, maintainable, and on-budget software while explaining application rewrite - a piece of software with a C# .NET backend and a React front end.
Setting Up Kafka In Local using Docker
9/28/2024 5:01:04 AM.
Apache Kafka is a distributed streaming platform used to build real-time data pipelines and applications. It relies on Zookeeper for managing metadata and broker health.
How to Keep SQL Server Table Columns in Sync
9/19/2024 4:29:35 AM.
how to keep columns in sync across SQL Server tables using efficient methods like triggers, SQL scripts, and the MERGE statement.
Why Does the Big Ball of Mud Keep Happening and How to Stop it
9/17/2024 7:06:38 AM.
In this video, you will learn Avoiding the Big Ball of Mud
Kafka Terminologies and Client APIs
9/13/2024 8:52:21 AM.
Explore key Kafka terminologies like brokers, topics, partitions, and offsets, along with an overview of its core client APIs. Learn how the Producer, Consumer, Streams, and Connect APIs enable powerf
Getting Started With Apache Kafka: Introductory Guide
9/11/2024 3:36:55 AM.
Apache Kafka is a distributed event streaming platform that enables real-time data processing and integration across microservices. It supports publishing and subscribing to streams of records, storin
Using Peek And Keep In TempData In ASP.NET MVC
8/7/2024 10:48:09 AM.
TempData in ASP.NET MVC is used to pass data between actions or controllers and can persist data across requests. Unlike ViewData and ViewBag, which only last for a single request, TempData can mainta
Getting Started with ZooKeeper: A Beginner's Guide
6/20/2024 8:57:57 AM.
Learn the basics of Apache ZooKeeper, a distributed coordination service, including its architecture, installation, usage, and practical examples.
Understanding ZooKeeper: Key Concepts and Architecture
6/19/2024 5:24:30 AM.
Explore the key concepts and architecture of ZooKeeper, a distributed coordination service, and understand its impact through an example of a distributed lock service.
Introduction to Apache ZooKeeper
6/18/2024 5:58:37 AM.
Apache ZooKeeper is a centralized service for managing configuration, synchronization, and naming in distributed systems.
How to Keep Your Laptop Keyboard Light On Continuously?
5/1/2024 12:39:40 PM.
Ensuring your laptop keyboard's backlight remains on can enhance your typing experience, especially in dimly lit environments. This simple guide will walk you through the necessary steps to set yo
Keeping Your .NET Core API Safe and Sound
4/19/2024 4:57:22 AM.
In today's digital landscape, where data is king and APIs (Application Programming Interfaces) reign supreme, ensuring the security of your API in .NET Core is paramount. In this article, we delve
Background Refresh: Keeping Your App Updated and Responsive
4/1/2024 3:57:44 AM.
In this article you will learn optimal techniques for ensuring your app stays updated and responsive through the background refresh.
Keeping Large Table Statistics Current - TF2371
3/28/2024 6:33:21 AM.
Statistics are the magic ingredient that helps the query optimizer create its best guess for generating an execution plan. Keeping statistics as accurate as possible will give the optimizer the inform
What is Purpose of Keep Alive Tag in Vue.js
2/23/2024 6:20:20 AM.
The <keep-alive> tag in Vue.js preserves the state of dynamic components, optimizing performance by caching and reusing them. Maintain state and improve performance in dynamic Vue.js application
KAFKA for Mere Mortals : Installing KAFKA and Zookeeper
1/23/2024 4:54:29 AM.
The purpose of the current article is to install KAFKA with Zookeeper.
Keeping Secrets Safe in .NET/ASP.NET Core Applications with Azure Key Vault
9/7/2023 11:06:27 AM.
Securing secrets in .NET/ASP.NET Core applications using Azure Key Vault is crucial for maintaining the confidentiality and integrity of sensitive information such as API keys, connection strings, and
Writing Better Code -- Keepin' it Cohesive
7/20/2023 7:12:26 AM.
One of the aspects of code quality we can look at is cohesion. If code is highly cohesive it is also much more testable, reusable, readable and maintainable (all the good things in life). Likewise,
Outlook Login Failed And Repeatedly Requested A Password In Office 365
11/23/2022 6:53:37 AM.
Many people, I've noticed, are unable to sign into their Outlook apps. One, in particular, is experiencing difficulties with Outlook and Office 365. They are confronted by "Connecting to: use
Design Principles For Better Software
7/18/2022 6:23:11 AM.
This article is about design principles and will help in basic understanding of most important principles used in better software development
Automate Nuget Package Upgrade In Azure Pipelines
4/18/2022 5:05:47 AM.
In this article, you will learn how to automate Nuget Package Upgrade in Azure Pipelines.
Work From Home Hack - Keep Your Screen Active Forever Using Python
4/4/2022 12:14:40 PM.
Understand how to keep your screen active forever.
Azure Durable Functions - Constraints To Keep In Mind
10/11/2021 12:52:50 PM.
This article covers some of the constraints observed with the use of Durable Functions in Azure.
Building Real Time Applications Using .Net Core And Kafka (Continuation)
4/5/2021 12:16:05 PM.
In this article, we will be continuing to build a real-time application using Kafka and .Net Core.
Kafka Fundamentals And Architecture
4/1/2021 1:29:28 PM.
This article talks about the fundamentals of Kafka along with its architecture.
Keeping up with your Power BI Tenant Administration - Power Platform Virtual Conference
3/16/2021 11:15:45 AM.
This session is about “Keeping up with your Power BI Tenant Administration” in Power Platform Virtual Conference 2021.
.NET Core 3.1 Web API - Keeping Different API Versions In A Single Code Base
11/2/2020 1:14:52 PM.
This article covers a practical scenario of maintaining a single code base with different versions of the same APIs.
Staying Healthy Tip - How To Keep Your Wrists Pain Free
8/10/2020 11:56:48 PM.
In this article, you will learn how to keep your wrists pain free.
Variable In DAX, Keep Rows And Remove Rows In Power BI
2/2/2018 10:33:17 AM.
In this article, we shall learn about implementing variables in a DAX query. We shall also learn what Keep Rows and Remove Rows are in Power BI.
Keep Learning, Or Become Dust!
9/20/2016 10:40:04 AM.
Why it's important to keep learning and how you can do it for free...
Using TempData, Peek And Keep In ASP.NET MVC
1/17/2016 12:11:36 PM.
In this article we will learn about TempData , Peek and Keep in ASP.NET MVC with examples.
Writing Better Code; Keeping it Maintainable
2/4/2014 1:34:30 PM.
This article provides guidance for writing better, more maintainable code.
Things to Keep in Mind While Working With Telerik Test Studio VS Plugin
6/5/2013 4:52:47 PM.
Telerik Test Studio is the most advanced Test Automation tool available out there for Silverlight Applications.
Writing Better Code - Keepin' it Extensible
5/13/2013 4:21:55 AM.
In a previous article I talked about how to keep code cohesive by applying the Single Responsibility Principle. I wanted to explore part of another principle of software engineering that will help our code be extensible and can handle growth and change.
Make Form Stay Always on Top of Every Window
5/15/2012 3:01:01 PM.
In this article we will see how to keep the form always on top of every window.
Keeping Multiple Panes open in Accordion Web Control
9/28/2011 1:33:22 PM.
This article shows an enhancement to allow multiple panes of the accordion controls to be open at the same time.
Understanding Security Framework Model in ASP.NET 3.5
4/28/2011 2:10:02 PM.
Security is an important part of any web application development which is necessary to protect assets from unauthorized actions. This encapsulates verifying users, granting or denying access to sensitive information, or protecting data stored on the server.
Overview of Data Recovery
8/31/2010 2:58:13 AM.
This short article includes an overview of data recovery in general and also includes some handy advise.
How to keep track of modified values of controls in a web page
5/12/2009 12:10:00 AM.
Many times we come across the situation where we want to keep track of the fact that which control values in a page are changed at the time of page submission. Here in this article, we see how to do that.
I'm having trouble implementing IObjectSafety. IE keeps telling me that my controls isn't safe. Why?
2/21/2006 12:28:17 AM.
This article explains about how to implement the IObjectSafety. ATL's IObjectSafetyImpl class appears to have a few bugs in it. The code below works great.