Archives
Please find all the blog posts.
September 2026 (2 posts)
July 2026 (1 post)
June 2026 (1 post)
May 2026 (1 post)
April 2026 (2 posts)
March 2026 (3 posts)
- Creating a Sales Copilot - Working with PDF files
- Creating a Sales Copilot - Working with Office documents
- Working with AI Chat Template - Creating a Sales Copilot
February 2026 (3 posts)
- Quality Gate: Configuring Code Coverage Checks for .Net Core in Bitbucket
- Getting Started with the Aspire CLI
- How to work with custom containers in .NET Aspire
January 2026 (6 posts)
- Automating Image Compression for Jekyll Blogs with C# GitHub Actions
- Automate Code Review in Bitbucket with Rovo Dev
- Integrating AWS with .NET Aspire
- How to create a Telegram bot in C# and dotnet
- Publish your .NET MCP Server to NuGet
- Getting started with AWS CDK in C#
December 2025 (10 posts)
- How to write unit tests for AWS Lambda
- How to connect to AWS DynamoDB from AWS Lambda
- How to create an AWS Lambda function and debug it
- Working with Data API Builder
- Getting started with Amazon Bedrock in .NET applications
- Building AWS lambda functions powered by ASP.NET Core Minimal APIs
- Build a CI / CD Pipeline for Azure Functions using GitHub Actions
- Build a .NET AI vector search app
- Generating Playwright Tests with GitHub Copilot and Playwright MCP server
- Working with SQL Server 2025 in AI Chat Web
November 2025 (6 posts)
- Building a custom MCP server using Azure Functions
- Validation support in Minimal APIs
- Running AWS DynamoDb locally using docker
- .NET Developer Roadmap for 2026: AI, Cloud, and Beyond
- Set up GitHub Codespaces for a .NET 10 application
- Using MCP Tools for your AI Agent
October 2025 (2 posts)
- Build your first AI Agent using Microsoft Agent Framework
- 10 Practical C# Tips for Clean and Reliable Code
September 2025 (3 posts)
- Passing images to LLMs in C# with Microsoft.Extensions.AI
- Working with Docker model Runner from .NET
- Introducing SLNX - The New Solution File Format for .NET
August 2025 (1 post)
July 2025 (5 posts)
- Running C# files with dotnet run command
- Build your first MCP Server in .NET and C#
- Exploring the new AI chat template
- Getting started with Microsoft.Extensions.AI
- Leveraging Small Language Model as a Sidecar for Linux App Service
June 2025 (1 post)
April 2025 (3 posts)
- Building a Server-Sent Events (SSE) MCP Server with ASPNET Core
- Create API documentation with Scalar
- Building MCP Servers for your APIs with .NET and C#
March 2025 (4 posts)
- Integrating Model Context Protocol Tools with Semantic Kernel
- Enhancing AI Agents with Open API Integrations
- Empowering AI Agents with Tools
- How to create an AI Agent using Semantic Kernel
February 2025 (1 post)
January 2025 (2 posts)
December 2024 (3 posts)
- Create Images using Semantic Kernel and Azure Open AI
- Using Azure OpenAI global batch deployments in .NET and C#
- Working with llamafile and Semantic Kernel
November 2024 (2 posts)
October 2024 (1 post)
September 2024 (1 post)
August 2024 (2 posts)
- Building Generative AI apps with .NET 8 and Semantic Kernel
- How to use Ollama as backend for Smart Components
July 2024 (4 posts)
- How to run EF Core migrations from Docker
- Running Open Web UI locally with Ollama
- How to Install and Run Ollama with Docker
- Using Mongo DB EF Core provider in .NET Aspire
June 2024 (3 posts)
- ASP.NET Core Web API documentation with Redoc
- Implementing API Key Authentication in ASP.NET Core
- How to use API versioning in ASP.NET Core
May 2024 (1 post)
April 2024 (2 posts)
March 2024 (2 posts)
- Working with Angular applications with .NET Aspire
- Working with Smart Components in ASP.NET Core MVC
February 2024 (2 posts)
- Supercharge Your ASP.NET Core Web API: A Beginner's Guide to Bombardier Benchmarking
- Importance of Cancellation tokens in ASP.NET Core and EF Core
January 2024 (2 posts)
- Building Reliable ASP.NET Core Applications: Handling SQL Server Connection Retries
- ASP.NET Core Logging with Serilog and SQL Server
December 2023 (3 posts)
- How to use identity to secure a Web API backend for single page apps
- Getting started with .NET Aspire
- Building Sql Server Database projects with dotnet CLI
November 2023 (2 posts)
- Integrate OpenAI API in ASP.NET Core
- Creating Microsoft Teams Applications with Visual Studio and .NET
October 2023 (2 posts)
September 2023 (2 posts)
- How to use native AOT to improve performance of ASP.NET Core apps
- Using Docker environment variables at JavaScript runtime
August 2023 (2 posts)
- Continuous database deployments to Azure Sql Server with Bitbucket
- Deploying ASP.NET Core applications to Azure App service from Bitbucket
July 2023 (2 posts)
- Deploy a website with Azure virtual machines - Configuring CI/CD pipelines
- Deploy a website with Azure virtual machines - Configuring SSL certificates
June 2023 (4 posts)
- Deploy a website with Azure virtual machines - Creating SSL certificates
- Deploy a website with Azure virtual machines - Deploying ASP.NET Core application
- Deploy a website with Azure virtual machines - Configuring domain name
- Deploy a website with Azure virtual machines - Creating Virtual machine
May 2023 (5 posts)
- Implementing database change notification using SignalR and Azure Functions
- Azure SQL triggers for Azure Functions
- Azure SQL output binding for Azure Functions
- Azure SQL input binding for Azure Functions
- Configure Auto Scaling in Azure App Service
April 2023 (1 post)
March 2023 (1 post)
February 2023 (1 post)
January 2023 (3 posts)
- Implementing CRUD operations with ASP.NET Core Web API and Mongo DB
- Implementing Authentication in Azure Static Web Apps - Part 2
- Implementing Authentication in Azure Static Web Apps - Part 1
December 2022 (1 post)
November 2022 (7 posts)
- How to Create and Publish a NuGet Package with dotnet CLI
- Publish docker images to GitHub Container Registry (ghcr)
- Use dev tunnels in Visual Studio to debug your web APIs
- Build and run Angular application in a Docker container
- Creating JSON Web Tokens using dotnet user-jwts tool
- Creating Containers in .NET 7 with the .NET CLI
- Integrate logging in a ASP.NET Core application using Serilog and Seq
October 2022 (3 posts)
- Generating Code Coverage Reports in .NET Core
- Change schema name in Entity Framework Core
- Add Unit Tests To Your Azure Functions
September 2022 (3 posts)
- Building ASP.NET Core Minimal API in VB.NET
- Implementing Google Web Risk API in ASPNET Core
- Streaming Videos from Azure Blob Storage
August 2022 (5 posts)
- Custom Model Binding in ASP.NET Core Minimal APIs
- Create Containerized Build Agents with Azure DevOps Pipelines
- API Versioning with ASP.NET Core 6.0 Minimal APIs
- Creating your first Azure Container App
- Mount your Azure Cloud Shell to another Storage Account
July 2022 (4 posts)
- Unit Testing ASP.NET Core Minimal APIs
- Custom scaffold templates in ASP.NET Core
- Building Minimal API endpoints from EF Core DbContext
- Working with Database First Approach in Entity Framework Core
June 2022 (4 posts)
- Implementing paging in ASP.NET Core MVC
- Implementing Breadcrumbs in ASP.NET Core
- Automate Security Testing with ZAP and GitHub Actions
- Handling multiple submit buttons in a single form in ASP.NET Core
May 2022 (5 posts)
- Deploying a Static Site to Azure Using the az CLI
- Setting up an Azure Virtual Machine as Azure DevOps build agent
- Mapping a wildcard domain name to an Azure App Services
- Deploying on Azure Functions - GitHub Actions
- Improve Angular performance with Gzip compression on Azure Storage
April 2022 (4 posts)
- Implementing Rate Limiting in ASP.NET Core Web API
- Introducing Azure Load Testing
- How to secure Azure Functions with Azure Active Directory B2C
- Block Azure B2C Users with Microsoft Graph and ASP.NET Core
March 2022 (3 posts)
- Consuming a GraphQL API with Angular
- Working with Feature Flags in ASP.NET Core MVC application
- Adding feature flags to an ASP.NET Core app
February 2022 (4 posts)
- Building a simple Tweet Bot using Azure Logic Apps
- Implementing an API Gateway in ASP.NET Core with Ocelot
- Implementing Basic Authentication in ASP.NET Core Minimal API
- Angular Server Side Rendering on Azure Static Web Apps
January 2022 (1 post)
December 2021 (6 posts)
- Migrating from ASP.NET Core 5.0 MVC app to 6.0
- Integration Testing ASP.NET Core 6 Minimal APIs
- Bring your own functions to Azure Static Web Apps
- Handling file uploads in Open API with ASP.NET Core
- Create Azure Functions with GraphQL Support
- GraphQL Subscriptions in ASP.NET Core
November 2021 (8 posts)
- GraphQL Mutations in ASP.NET Core
- Azure Functions - Could not load file or assembly System.Text.Encoding.CodePages
- Working with model validation in Minimal APIs
- GraphQL multiple requests and EF Core DbContext
- GraphQL in ASP.NET Core with EF Core
- Getting started with GraphQL in ASP.NET Core
- Access data with managed identity - Azure App Service
- Implementing Content Security Policy (CSP) in ASP.NET Core
October 2021 (1 post)
September 2021 (6 posts)
- Deploying Angular with ASP.NET MVC 5 on IIS
- The workflow must be associated with an integration account - Azure Logic App
- OData (Open Data Protocol) in ASP.NET 6.0
- Working with DevOps friendly EF Core Migration Bundles
- How to implement two-factor authentication in ASP.NET Core without Identity
- ASP.NET Core Web.config Transform for Production
August 2021 (4 posts)
- Continuous database deployment with GitHub Actions
- Run EF Core Migrations in multiple databases with Azure DevOps
- Authenticating ASP.NET Core MVC applications with Azure Active Directory B2C - User flows - Part2
- Authenticating ASP.NET Core MVC applications with Azure Active Directory B2C - Part1
July 2021 (7 posts)
- Developing Azure Functions with GitHub Codespaces DevContainers
- Adding blog posts to your GitHub README with GitHub Actions
- End to end testing web apps using Playwright and Azure DevOps
- Open API support for ASP.NET Core Minimal API
- Implementing Caching in ASP.NET Core with SQL Server
- Developing and Deploying Azure Functions with GitHub Codespaces
- Integrating Tailwind into an ASP.NET Core Project
June 2021 (6 posts)
- Improving Angular CI Build Time Using Azure DevOps Cache task
- Minimal APIs in ASP.NET Core 6.0 - Part2
- Infuse Machine Learning into your ASP.NET Core apps
- Microsoft released Visual Studio 2022 Preview 1
- Deploying a Static Web App via Azure DevOps Pipeline
- Minimal APIs in ASP.NET Core 6.0
May 2021 (4 posts)
- CSS Isolation in ASP.NET Core 6.0
- Getting started with Azure Bicep
- How to generate video thumbnail with Azure function
- Publish your first docker image to Azure Container Registry
April 2021 (8 posts)
- How to send an email with dynamic templates from SendGrid with ASP.NET Core
- How to setup nginx reverse proxy for aspnet core apps with Docker compose
- ASP.NET Core 5.0 Authentication with Azure Active Directory
- Active Class Tag Helper in ASP.NET Core
- Stored Procedure in Entity Framework Core Migrations
- Building a Social Media monitoring tool with NodeJs, Azure Cosmos DB and Azure Cognitive services
- File Upload Extension Validation In ASP.NET Core
- Page Remote Validation in ASP.NET Core Identity
March 2021 (8 posts)
- Testing Web Applications with PlayWright and C#
- Provisioning Azure App Service Managed Certificates with PowerShell
- How to Build an Email Sentiment Analysis Bot - Using Azure Functions
- How to Build an Email Sentiment Analysis Bot - Using Logic Apps
- Generating HTTP API clients using dotnet tools and Visual Studio Connected Services
- Uploading Files With ASP.NET Core and Angular
- Deploy a Docker image to an Azure Container Instance
- Add Azure Key Vault to support to your ASP.NET application
February 2021 (8 posts)
- How to create social media posts from long form content using Python
- Getting started with Microsoft YARP
- Running custom availability tests using Azure Functions
- Building Realtime applications on Angular with ASPNET Core and SignalR
- Monitor Azure WebJobs status with Azure Application Insights
- Azure App Service - Enable the Health Check
- Managing Azure App Service SSL Certificate with Azure Key Vault
- Working with SSL Certificate in Azure App Service
January 2021 (3 posts)
- A/B Testing with Azure App Service
- How to use FastReport Open Source in ASP.NET Core
- Scaffold an entire .NET 5 Web API using Wrapt
December 2020 (7 posts)
- How to configure Postman API tests in Azure DevOps
- Running Playwright on Azure Functions
- How to configure CSP Headers for Static Website Hosted in Azure Blob Storage
- Run EF Core Migrations in Azure DevOps
- How to do OAuth2 Authorization in ASP.NET Core for Swagger UI using Swashbuckle
- Securing Your Web API Using Azure Active Directory
- OpenAPI and Versioning for ASP.NET Core Web API
November 2020 (7 posts)
- How to add Open API support for Azure Functions
- How to create a QR Code generator with Azure Functions
- What is new in ASP.NET Core 5.0 Web API
- 409 Conflict: Could not write to local resource web.config due to error Access to the path is denied.
- How to add a Startup class to Azure Functions
- Add natural language understanding to your bot - Part 2
- Add natural language understanding to your bot - Part 1
September 2020 (3 posts)
- Create a multi-container app using a Docker Compose to Azure App service
- Initialize MS SQL Server in Docker container - creating database at startup
- RESTful API versioning with ASP.NET Core
August 2020 (2 posts)
- Docker compose an ASP NET Core application with SQL Server
- Deploying Blazor apps to Azure Static Web apps
July 2020 (2 posts)
June 2020 (3 posts)
- How to map custom domain and SSL to Azure app service programmatically
- Implementing a Twitter Bot using Azure Cognitive Services and Azure Functions
- Building COVID 19 FAQ ChatBot using Azure Cognitive Services and Azure Bot Framework
May 2020 (3 posts)
- Building a Zoom Bot with ASP.NET Core
- Building mailinator clone using SendGrid and ASP.NET Core
- Adding Chrome push notifications to web applications
March 2020 (2 posts)
February 2020 (4 posts)
- Razor file compilation in ASP.NET Core
- Hosting ASP.NET Core on Heroku
- Installing Az Powershell module on Mac
- Performing a security test after each deployment using OWASP ZAP and Azure DevOps
January 2020 (3 posts)
- Integrating Google Charts in ASP.NET Core
- Deploying Blazor apps to Azure Storage account
- Continuously audit web app performance using Google lighthouse and Azure DevOps
December 2019 (1 post)
November 2019 (6 posts)
- How to Use Mini Profiler in ASP.NET Core Web API
- How to Generate Angular code from OpenAPI specifications
- Deploying Angular Application to Azure Storage
- Working with Feature Flags in ASP.NET Core
- Working with Azure App Configuration in ASP.NET Core
- Customize Create and initialize field option in Visual Studio Code and Visual Studio
October 2019 (1 post)
September 2019 (1 post)
August 2019 (3 posts)
- Write your first GitHub action - Part 2
- Write your first GitHub action - Part 1
- How to Mock Entity Framework DbContext for Unit Testing
May 2019 (2 posts)
April 2019 (2 posts)
March 2019 (1 post)
February 2019 (3 posts)
- How to deploy Azure WebJobs using PowerShell
- Working with JSON in ASP.NET Core 3.0
- Working with Save-Data header in ASP.NET Core
January 2019 (3 posts)
- LinkGenerator in ASP.NET Core
- .NET Core console application as Azure WebJob
- Background tasks in ASP.NET Core
December 2018 (4 posts)
- Build your first .NET Core 3.0 application in Linux
- What's new in Visual Studio 2019 Preview
- IntelliCode for Visual Studio
- How To Map Custom Domain To Azure Web App
November 2018 (6 posts)
- How display application version in ASP.NET Core
- How deploy ASP.NET Core preview versions to Azure App Service
- Running a NuGet Server on Docker
- Configure App Service Authentication for Your Azure Web Apps
- Working with libman and dotnet bundle commands
- Deploying an ASP.NET Core image to Docker Hub
October 2018 (1 post)
September 2018 (2 posts)
August 2018 (6 posts)
- Getting started with Cosmos DB SQL Provider for Entity Framework Core
- Enable HTTP2 on Kestrel
- Azure Virtual Machine Custom domain using Azure DNS Zone
- Create a build pipeline for Angular and ASP.NET Core apps with Visual Studio Team Services
- Anti-forgery validation with asp dotnet core and angular
- .NET Core code coverage with Jetbrains dotCover
July 2018 (4 posts)
- Perform CRUD operations using OData in ASP.NET Core
- Building ASP.NET Core apps with Xamarin Forms and Ooui
- Running console applications in Windows containers
- Generate code quality report using VSTS task
June 2018 (1 post)
May 2018 (5 posts)
- Yammer external login setup with ASP.NET Core
- Working with Entity Framework Core - Hybrid Approach
- Code coverage in .NET Core with Coverlet
- Getting started with SignalR service in Azure
- Static Code Analysis of .NET Core Projects with SonarCloud
April 2018 (4 posts)
- Working with Microsoft Library Manager for ASP.NET Core
- How to reuse HTML snippets inside a Razor view in ASP.NET Core
- Getting started with Blazor
- Dockerize an ASP.NET MVC 5 Angular application with Docker for Windows
March 2018 (2 posts)
February 2018 (3 posts)
- WebHooks in ASP.NET Core
- Deploying Your Angular Application To Azure
- Anti forgery validation with ASP.NET MVC and Angular
January 2018 (4 posts)
- Using Yarn with Angular CLI
- Measuring code coverage of .NET Core applications with Visual Studio 2017
- Building Progressive Web apps with ASP.NET Core
- How to launch different browsers from VS Code for debugging ASP.NET Core
December 2017 (6 posts)
- Runtime bundling and Minification in ASP.NET Core with Smidge
- Connecting Localdb using Sql Server Management Studio
- Unit Testing ASP.NET Core Tag Helper
- Implementing feature toggle in ASP.NET Core
- Building multi-tenant applications with ASP.NET Core
- Seed database in ASP.NET Core
November 2017 (4 posts)
- CI build for an ASP.NET Core app
- How to use Angular 4 with ASP.NET MVC 5
- Using LESS CSS with ASP.NET Core
- Getting started with OData in ASP.NET Core
October 2017 (4 posts)
- Dockerize an existing ASP.NET MVC 5 application
- How to handle Ajax requests in ASP.NET Core Razor Pages?
- How to create a self contained .Net core application?
- Token based authentication in ASP.NET Core
September 2017 (3 posts)
- jQuery Unobtrusive Ajax Helpers in ASP.NET Core
- Getting started with SignalR using ASP.NET Core
- Building ASP.NET Core web apps with VB.NET
August 2017 (1 post)
July 2017 (3 posts)
- Running PHP on .NET Core with Peachpie
- Send Mail Using SendGrid In .NET Core
- ASP.NET Core Gravatar Tag Helper
June 2017 (6 posts)
- ASP.NET Core No authentication handler is configured to handle the scheme Cookies
- How to Deploy Multiple Apps on Azure WebApps
- Develop and Run Azure Functions locally
- Connecting to Azure Cosmos DB emulator from RoboMongo
- Using Node Services in ASP.NET Core
- Detecting AJAX Requests in ASP.NET Core
May 2017 (3 posts)
- What is new in ASP.NET Core 2.0 Preview
- Implementing localization in ASP.NET Core
- Hardware assisted virtualization and data execution protection must be enabled in the BIOS
April 2017 (3 posts)
- Post requests from Azure Logic apps
- Working with Azure Blob storage in ASP.NET Core
- Simple Static Websites using Azure Blob service
March 2017 (6 posts)
- Working with dependencies in dotnet core
- .editorconfig support in Visual Studio 2017
- Live Unit Testing in Visual Studio 2017
- Create a dotnet new project template in dotnet core
- What is new in Visual Studio 2017 for web developers?
- Create an offline installer for Visual Studio 2017
February 2017 (5 posts)
- Aspect oriented programming with ASP.NET Core
- Hosting ASP.NET Core applications on Heroku using Docker
- How to use Log4Net with ASP.NET Core for logging
- Implementing the Repository and Unit of Work Patterns in ASP.NET Core
- Watermark Images on the Fly in ASP.NET Core
January 2017 (5 posts)
- VS2017 RC - a product matching the following parameters cannot be found: channelId: VisualStudio.15.Release
- Running a specific test with .NET Core and NUnit
- Integrate HangFire With ASP.NET Core
- Using MEF in .NET Core
- Using NLog in ASP.NET Core
December 2016 (8 posts)
- Building Dotnet with Gitlab CI
- Compile your ASP.NET Core MVC Views
- Unit Testing in dotnet core
- How to setup a webserver in an Azure Virtual Machine
- Working with Azure Logic Apps
- View Components as Tag Helpers in ASP.NET Core
- Using Automapper in ASP.NET Core project
- Using FluentAssertions in dotnet core unit tests
November 2016 (4 posts)
- Control the name of the dotnet core application output
- Configuring Redis for ASP.NET Core Session Store
- Working with client side packages in ASP.NET Core
- Measuring code coverage of .NET Core applications
October 2016 (6 posts)
- Middleware filter in ASP.NET Core
- Using Response Compression Middleware in ASP.NET Core
- Using WebListener in ASP.NET Core
- Implementing dotnet ef database update command in MySql
- Enable Code Analysis on ASP.NET Core applications
- Using scaffolding to create ASP.NET Core applications
September 2016 (4 posts)
- Integrating Visual Studio Code with dotnet watch to develop ASP.NET Core applications
- Introduction to Azure functions
- Deployment of a Bot application
- Building a conversational bot using Microsoft BOT Framework
August 2016 (2 posts)
July 2016 (7 posts)
- How to execute Stored Procedure in EF Core
- Building a custom dotnet cli tool
- Consuming WCF Services in ASP.NET Core
- Slack Authentication with ASP.NET Core
- Entity Framework Core Scaffold DbContext from Existing Database
- Using nuget packages in ASP.NET Core
- Using PostgreSQL with ASP.NET Core
June 2016 (12 posts)
- Bundling and Minification in ASP.NET Core
- ASP.NET Core with Nginx as reverse proxy
- Running ASP.NET Core 1.0 in Docker
- Using Application Insights in ASP.NET Core
- How to configure Kestrel URLs in ASP.NET Core RC2
- Using WebSockets in ASP.NET Core
- How to host your ASP.NET Core in a Windows Service
- Creating your first ASP.NET Core Web API with Swashbuckle
- Unit test ASP.NET Core Applications with MSTest
- Using ASP.NET Core RC2 in Appveyor
- UI Automation for your Universal(UWP) apps with Appium
- Using Kudu with Microsoft Azure Web Apps
May 2016 (1 post)
April 2016 (8 posts)
- End to end testing angular js apps with XUnit and Protractor.Net
- Uploading Images – ASPNET Core and DropzoneJS
- Using Azure Document DB in ASP.NET Core
- Building a private nuget repository using Klondike
- Content negotiation in ASPNET Core
- C# Interactive with Visual Studio 2015
- Markdown tag helper for ASP.NET Core
- Attribute Routing in ASP.NET Core
March 2016 (7 posts)
- Using Remote validation with ASPNET Core
- Bundling and Minifying an AngularJS Application with ASP.NET MVC
- Running your ASPNET application from Ubuntu 14.04
- Using ELMAH in ASP.NET Core
- How to Setup and Connect to Azure Linux Virtual Machine
- Hosting ASPNET Core application in IIS
- Working with CSS Sprites
February 2016 (3 posts)
- Entity Framework 7 Code First Migrations
- How to setup Https on Kestrel
- Measuring code coverage of ASP.NET Core applications using Opencover
January 2016 (1 post)
December 2015 (5 posts)
- Generating dynamic XML Sitemaps in ASP.NET 5
- Build your first Office 365 addin using HTML and Javascript
- Angular JS CRUD operations with ASP.NET5 - Part 5
- Running Jasmine Tests with phantomjs
- Dynamically load ASP.NET5 View Components using Jquery
November 2015 (8 posts)
- Angular JS CRUD operations with ASP.NET5 - Part 4
- Angular JS CRUD operations with ASP.NET5 - Part 3
- SonarLint for Visual Studio 2015
- Angular JS CRUD operations with ASP.NET5 - Part 2
- Angular JS CRUD operations with ASP.NET5 - Part 1
- Locate in TFS - Visual Studio Extension
- ASPNET 5 EntityFramework.SQLite for x64 platform
- Configuring ASP.NET identity with Sqlite
October 2015 (7 posts)
- Dependency injection with AutoFac in ASP.NET 5
- Enabling GZip Compression in ASP.NET5
- dnx-watch - A no-compile developer experience
- Ajax file upload with ASP.NET5
- Minimal ASP.NET MVC 6 Application
- Using Typescript in aspnet5
- Generic repository in aspnet5
September 2015 (4 posts)
- Bye bye Wordpress, welcome Jekyll
- How to implement reCaptcha for ASP.NET 5
- Implementing basic Captcha in ASP.NET 5 MVC 6
- Implementing Excel export in ASP.NET5 using Open XML
August 2015 (6 posts)
- Custom View Engine in ASP.NET 5
- Using jquery ui autocomplete with ASP.NET 5
- How to develop universal apps for IoT device
- Installing Windows 10 IoT core to RasberryPI 2
- K-MUG TechDay 22nd August 2015 Kochi
- Build your own ASP.NET 5 tag helper
July 2015 (11 posts)
- Creating ASP.NET 5 Web Application using Yeoman Generator
- Enabling Cross-Origin Requests in ASP.NET5
- Microsoft Openness event on 25 July 2015
- Basic authentication middleware for ASP.NET 5
- Unit Testing ASP.NET 5 middleware
- Build your own middleware - HTML Minification middleware
- Build your first ASP.NET 5 middleware
- How to create and access session variables in ASP.NET 5
- File upload in ASP.NET Core
- Continuous Integration with ASP.NET 5, GitHub and Travis CI - Part 2
- How to unit test async controllers in ASP.NET 5
June 2015 (3 posts)
- Getting started with ASP.NET 5 configuration
- Excecute SSIS package (DTSX) from C#
- Working with SASS in ASP.NET
May 2015 (6 posts)
- Setting up SonarQube with SQL Server on Windows
- Error message when you open SQL Server Configuration Manager in SQL Server: "Cannot connect to WMI provider. You do not have permission or the server is unreachable"
- Bundling and minification in ASP.NET 5 using Gulp and Bower
- K-MUG TechDay 23rd May 2015 Kochi
- Introduction to Visual Studio Code for ASP.NET5 development
- Automate code reviews using SonarCube
April 2015 (6 posts)
- Deploy your MongoDB application on Azure with MongoLab add-on
- CRUD application using ASP.NET 5 and MongoDB
- Continuous Integration with ASP.NET 5, GitHub and Travis CI
- How to host ASP.NET 5 Application in Azure Web Apps
- How to change lync status using C#
- Building a Lync bot using C#
March 2015 (6 posts)
- Android - How to intercept SMS messages and prevent them from appearing in the Inbox
- Creating user friendly strings for C# enums
- MVC5 Ajax form is not updating DIV but replacing the whole page instead
- Load ASP.NET MVC partial views on link click
- K-MUG KOCHI DEVCON 2015 - March 14
- HTML5 Application Cache and Azure websites
February 2015 (11 posts)
- How to identify static class using reflection
- Introduction to Dapper.NET ORM in ASP.NET 5
- k web command and agile development environment
- How Intercept HTTP calls from WCF client to service
- Converting DataTable to Generic List
- TagHelpers in ASP.NET 5
- Continuous Deployment (GitHub) with Azure Web Sites
- Azure-System.MethodAccessException: Attempt by security transparent method
- View Components in ASP.NET MVC 6
- Cookie Authentication in ASP.NET 5
- Sending email message using Exchange Web Service Managed API
January 2015 (3 posts)
- Using SignalR in ASP.NET 5
- Creating a WCF service proxy with ChannelFactory
- Windows is trying to configure Visio upon Application Start-up
December 2014 (8 posts)
- How to deploy your nuget packages locally
- Generate unit tests for your code using Smart unit tests
- Creating Unit Tests for ASP.NET MVC 6 Applications
- K-MUG User Group Meeting On 20th December - Kochi
- Command line scaffolding for ASP.NET 5
- How to use SQLite in ASP.NET 5
- Expression Bodied Functions and Properties in C# 6.0
- Verify Internet connection is available using C#
November 2014 (5 posts)
- Dependency Injection in ASP.NET 5
- New C# 6.0 features
- First look into Visual Studio Community 2013
- K-MUG Usergroup Meeting on 29rd November Kochi
- POCO controllers in ASP.NET vNext
October 2014 (7 posts)
- What is new in ASP.Net vNext
- What is new in C# 6.0
- Introduction to SCRUM - Slides
- Force .NET application to run in 32bit process
- How extension method works in .Net
- Why you shouldn't believe in your favorite .net decompiler
- Explicit Interface Implementation in C#
September 2014 (5 posts)
- Download .NET Architecture Universe Poster - 2014
- No more annual renewal fee for Windows developer accounts
- CreateObject equivalent for C#
- Serializing .NET dictionary
- OpenXML and opening a file in Read only mode
August 2014 (2 posts)
July 2014 (4 posts)
- Create Custom Configuration Sections in .Net
- Read Excel as DataTable using OpenXML and C#
- How to pass parameters to Work Flow
- How to load WF workflows dynamically
June 2014 (4 posts)
- Share on facebook - chrome extension
- Returning Multiple Files from MVC Action
- Generate your database entities using T4 templates
- How to get text from Masked Text Box without the masked format
May 2014 (7 posts)
- How to Write a Visualizer in C#
- CREATE DATABASE permission denied in database ‘master’ - SQL EXPRESS
- How to set Bing wallpaper as your desktop wallpaper
- How to upload file in ASP.Net MVC
- Problem with Internet Explorer and JSONResult in MVC
- How to integrate JQuery UI Datepicker in MVC
- Loading partial view on Ajax.Actionlink click
April 2014 (1 post)
March 2014 (3 posts)
- How to write an Extension for Google Chrome
- Test-driven development in Javascript
- How to handle windows authentication in Android
February 2014 (3 posts)
- Handling Android back button in HTML5 application
- K-MUG KOCHI DEVCON 2014 - 15 February 2014
- Assembly generation failed - Referenced assembly does not have a strong name
January 2014 (4 posts)
- Load Data while Scrolling Page Down with jQuery and ASP.Net MVC
- Singleton Design Pattern - C# implementation
- How to make String.Contains case insensitive?
- Xamarin Android Push Notifications using Google Cloud Messaging (GCM) and ASP.Net
December 2013 (7 posts)
- Error creating assembly manifest: Error signing assembly - Unknown error (8013141c)
- How to change the startup page on a WP7 application
- Time ago function for C#
- Programmatically list the local instances of SQL Server
- How to share cookie between HttpWebRequest and WebView
- How to convert JSON to XML and vice versa in C#
- How to detect IPhone / IPad through JavaScript
November 2013 (8 posts)
- How to invoke C# from Javascript in Android
- How to detect hyperlink click in a webview android with C#
- Building Hybrid application for Android using C# and Xamarin studio
- User Group Meeting and Xamarin Workshop - 23rd November 2013 (Saturday) - Kochi
- Preventing Cross-Site Request Forgery (CSRF) Attacks in WebAPI
- How to execute a Stored Procedure with Entity Framework Code First
- Creating a Web API Controller with dynamic type
- Basic HTTP authentication in ASP.Net Web API
October 2013 (3 posts)
- How to do CSS and JavaScript Bundling and Minification in ASP.NET
- How to broadcast a message from outside SignalR hub
- How to use NuGet without adding packages to TFS
September 2013 (12 posts)
- How to configure WebAPI always return JSON
- How to return anonymous types from WebAPI
- Entity Framework Error - The underlying provider failed on Open
- How to enable Windows Authentication in IIS Express
- Cannot create/shadow copy 'File Name' when that file already exists
- How to upload multiple files with HTML5 and JQuery
- Load testing Web API using Apache JMeter
- Self hosting Web API controller
- How to authenticate user against active directory
- Unit testing ASP.NET Web API Controller
- Performing CURD operations using Web API – Part 3
- Performing CURD operations using Web API - Part 2
August 2013 (6 posts)
- Performing CURD operations using Web API
- Introduction to Web API
- How to use the Outlook Object Library to send an email
- How to handle hardware back button in Windows Phone
- Error Unable to locate package source while installing Visual Studio 2012 Update 3
- How to reverse engineer .NET applications - A quick guide
July 2013 (8 posts)
- Skype plugin for updating Skype online status based on outlook appointments
- How to upload a file without page refresh
- K-MUG Usergroup Meeting on 3rd August Kochi
- How to upload image on Facebook using graph API and C#
- How to implement text to speech in WP7 using BING API
- "The file you are trying to open, [filename], is in a different format than specified by the file extension" error opening Excel file
- Registry.LocalMachine.OpenSubKey() returns null
- How to detect MS Excel installed on the system
June 2013 (5 posts)
- How to generate and read QR code in asp.net
- IIS Express Webserver Here - Shell Extension
- How to fix error The target "GatherAllFilesToPublish" does not exist in the project
- How to pause / resume a thread in C#
- Unexpected error encountered opening Visual Studio project
May 2013 (6 posts)
- Unit Testing Windows Phone Applications
- How to use existing Database in Windows Phone
- Retrieving the COM class factory for component failed due to the following error: 800702e4.
- Assembly Binding Redirection in .Net
- How to apply border color for TableLayoutPanel
- How to send email messages with embedded images
April 2013 (2 posts)
- How to install NuGet packages directly
- K-MUG - Global Azure Bootcamp – 27 April 2013 - Infopark - Kochi
March 2013 (4 posts)
- How to get all controls from a form at runtime in C#
- Using SynchronizationContext in Windows Forms
- How to move a window or form without titlebar
- Using Microsoft Ink Picture control