Resources  
  • Visualizing Loss Surface Of A Regression LineDec 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 ExampleMay 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 3May 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 EffectJun 16, 2010. In this article we will see about magnify effect in Silverlight 4.
  • Setting Up a .NET Standard ProjectJul 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 StandardJul 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.NETJul 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 EdgeNov 01, 2016. How to set Google Search engine in Microsoft Edge web browser.
  • Multiple Diagrams Per Model With Entity Framework and Visual Studio 2013Aug 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+ ApplicationNov 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 2005Jul 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.NETSep 15, 2003. This sample show you how to create modal popup dialog window in ASP.NET that passes and returns multiple parameters.