Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(4)
Chetan Sanghani(2)
Veena Sarda(1)
Nirav Vikani(1)
Venugopal Pillai(1)
C# Curator(1)
Jignesh Trivedi(1)
Raj Kumar(1)
Frederick Volking(1)
Resources
No resource found
Visualizing Loss Surface Of A Regression Line
Dec 14, 2020.
Explore the loss surface of a regression line through 3D visualization, illustrating how changes in slope (weight) and bias affect model performance. This visual analysis delves into model evaluation, showcasing concepts of machine learning and data visualization in the context of linear regression.
Microsoft Surface Duo Setup and Xamarin Forms-Based Android Application Example
May 12, 2020.
I have explained how to setup Microsoft surface duo emulator and shown a demo of an Xamarin forms-based Android application in this article. You will be able to run the Microsoft Surface Duo emulator on your machine and test your existing Xamarin forms-based applications in Surface Duo.
It Is Time To Buy Surface Pro 3
May 21, 2014.
Yesterday, Microsoft announced Surface Pro 3, the new addition to the product line that is a larger, lighter, thinner and more powerful device.
Are You Ready For Surface Tablet?
Aug 21, 2012.
The Microsoft Surface Tablet is a little different from other Tablets out there including the iPad. At least for Microsoft developers.
Surface Effect in Silverlight 4 - Magnify Effect
Jun 16, 2010.
In this article we will see about magnify effect in Silverlight 4.
Setting Up a .NET Standard Project
Jul 17, 2024.
.NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It serves as a base class library that can be used across different .NET platforms, including .NET Core, .NET Framework, Xamarin, and more.
Porting Libraries to .NET Standard
Jul 17, 2024.
Porting libraries to .NET Standard can be a highly beneficial task, ensuring your code is compatible with multiple .NET implementations such as .NET Framework, .NET Core, and Xamarin.
Create Various Types of Charts in Word Documents in C# and VB.NET
Jul 17, 2023.
By creating charts in your Word document, you can enhance the impact of your content and make it more engaging and informative for your readers. In this article, we will explore how to create Column Chart, Line Chart, Pie Chart, Bar Chart, Scatter Chart, Bubble Chart, 3D Surface Chart in a Word document using C# and VB.NET.
I Don't See Google Search Engine in Microsoft Edge
Nov 01, 2016.
How to set Google Search engine in Microsoft Edge web browser.
Multiple Diagrams Per Model With Entity Framework and Visual Studio 2013
Aug 05, 2014.
The Model First Approach in Entity Framework allows users to create and manage entity models using the EDMX file. It features a design surface for editing entities, a model browser for navigation, and mapping details for entity relationships.
GDI+ Application
Nov 01, 2009.
In this article we move to the more practical aspects of writing graphics applications using GDI+ in the .NET Framework.
How to Enable Remote Connections in SQL Server 2005
Jul 17, 2008.
This article provides guidance on enabling remote connections in SQL Server 2005, addressing the common error message encountered when attempting a remote connection. It outlines the security precaution of SQL Server 2005's default settings, which restrict remote connections for security reasons.
Modal Popup Dialog Window in ASP.NET
Sep 15, 2003.
This sample show you how to create modal popup dialog window in ASP.NET that passes and returns multiple parameters.