ttmind

Main Content

Please wait...
ASP.NET Community द्वारा आयोजित OnePoint Presents ".NET Conf 2024 AspnetCommunity Kathmandu Nepal" कार्यक्रम भव्य रूपमा सम्पन्न काठमाडौं, मङ्सिर १ गते - हालै सम्पन्न ".NET Conf 2024 AspnetCommunity Kathmandu Nepal" कार्यक्रमलाई ASP.NET Community को आयोजनामा ASP.NET Community ले सफलतापूर्वक सम्पन्न गरेको छ। यो कार्यक्रम काठमाडौंको कान्तिपुर सिटी कलेज, पुतलीसडक मा भएको थियो। कार्यक्रमको सुरुवातमा समुदायका सदस्यहरूले उपस्थितहरूलाई स्वागत गरेका थिए भने OnePoint का बोर्ड सल्लाहकार विकास नाहटा ले वि ....Read More

.NET Conf 2024 AspnetCommunity Kathmandu Nepal

🚀 OnePoint presents .NET Conf 2024 in Kathmandu! 🇳🇵 Celebrate and learn about what we can do with .NET 9 at the biggest .NET event at 16th, November 2024. 📢 This is a fantastic opportunity to connect, learn, and grow within the .NET ecosystem. Participation is FREE, but registration is mandatory! 📅 Date: 16th Nov .NET Conf 2024 12:00 PM to 5:00 PM 📍 Location: Kantipur City College, Putalisadak, Kathmandu 🔗 Secure your spot: https://forms.gle/xXzwHVV9Rs2z6hrj7 Let’s come together t ....Read More

SonarQube Code Analysis in Azure DevOps Build Pipeline

Learn how to integrate SonarQube into your Azure DevOps build pipeline for continuous code quality checks. This tutorial walks you through the complete process—from installing and configuring SonarQube to setting it up in Azure Pipelines. Improve your project's code quality with this comprehensive, easy-to-follow guide! Perfect for developers and DevOps professionals. Watch Video Step 1 Download and Install Oracle Java Download link = https://download.oracle.com/java/17/archive ....Read More
13th Sept, 2024 Under the extended program of Kathmandu University, Radiant College has been established in Manigram, Rupandehi district. Recently, an orientation program for the BTech Ed IT academic course, extended program of Kathmandu University, was held at Radiant College located in Manigram. The event was presided over by the Head of Department, Binod Pant, with newly enrolled students in attendance. The program, chaired by the college's president, Engineer Alok Kumar Pandey, i ....Read More
Congratulations on graduating and diving into the exciting world of tech! One of the first decisions you'll face is which programming language to conquer. Fear not, fellow graduate! This guide will equip you with the knowledge to pick the perfect language, propelling you towards your dream tech career. Criteria for Choosing a Programming Language Code Your Future: Choosing the Right Programming Language for Success Job Market Demand Research which languages are in high demand with ....Read More
The rise of conversational AI has been a game-changer for businesses and individuals alike. From chatbots that answer customer queries to virtual assistants that schedule appointments, conversational AI has made it easier to communicate and get things done. One of the most exciting developments in conversational AI is ChatGPT. Developed by OpenAI, ChatGPT is a language model based on the GPT-3.5 architecture that can understand and generate human-like responses to text inputs. So, what sets ....Read More

Learn ASP.NET Step By Step with Video

Learn ASP.NET Step By Step with Video Watch With Playlist https://youtube.com/playlist?list=PLHIv9us2pmXS8FropD4KhZDDSEBKdeaC1 Or Watch with Topic Store data in File With C# https://youtu.be/ibtqh88XEXk Add Data in MS SQL Table with Store procedure By Using ADODOTNET https://youtu.be/DMOGNf32U0U ASP.NET MVC for beginners with Entity Framework https://youtu.be/jtGnKK0zP3c ASPDOTNET MVC for beginners with ADO NET https://youtu.be/ihaI_chin64 CRUD using SQL Helper https://youtu.be/YmGd2pyq-Cw ....Read More

.NET Preview 5 on Ubuntu 20.04

It has just been a month, Microsoft has released .NET Core 3.1 stating it as LTS (Long Term Support). And, they already are in preview for .NET 5 which is planned to get its debut on November 2020, however it is not going to be LTS, that is, it won’t be considered as final or stable version. .NET 5 aims to improve in various ways. Building the product on a single code base and producing a single .NET framework that have uniform runtime behavior. Here , I am going to show you how can you ....Read More

2020 Social Media Image Sizes Cheat Sheet

The visual part of your brand is often the first thing your audience sees so it important that your social media branding looks excellent. The only problem is you can’t just use the same image across all of your social media networks and social media platforms are always hanging the image sizes and formats. It can be a full-time job to keep up-to-date with the latest social media image size information. That’s why it is important to have a social media strategy and digital marketi ....Read More
As we know ASP.NET Core project needs to published to run in production and we have different types of publishing models, but with the Self-Contained Deployment model, we can reduce the size of libraries with .NET core 3.0 SDK. Many times our project do not need all the things that come with default publishing, so with "PublishTrimmed" options, we can reduce size which just removes unused assemblies in our project. This can be done either with our Project property or with the setup of the publi ....Read More