Results for the following term searched:

More Stories

Cover Image for Why does AuthorizeAttribute redirect to the login page for authentication and authorization failures?

Why does AuthorizeAttribute redirect to the login page for authentication and authorization failures?

updated a few hours ago

# Why does AuthorizeAttribute redirect to the login page for authentication and authorization failures? If you're using ASP.NET MVC, you might have encountered the `AuthorizeAttribute`. This attribute allows you to mark up a controller method, indicating

Matheus Mello
Matheus Mello
Cover Image for grid controls for ASP.NET MVC?

grid controls for ASP.NET MVC?

updated a few hours ago
jquery

## The Ultimate Guide to Grid Controls for ASP.NET MVC šŸ“Š If you're building a web application with ASP.NET MVC and need to display data in a grid format, you might have encountered the challenge of finding the right grid control. Fear no more! In this gu

Matheus Mello
Matheus Mello
Cover Image for ASP.NET MS11-100: how can I change the limit on the maximum number of posted form values?

ASP.NET MS11-100: how can I change the limit on the maximum number of posted form values?

updated a few hours ago

# šŸš€ How to Change the Limit on the Maximum Number of Posted Form Values in ASP.NET Have you recently applied the MS11-100 update to your ASP.NET application and noticed that it broke pages with large checkbox lists? Don't worry, you're not alone. In this

Matheus Mello
Matheus Mello
Cover Image for How to get the current user in ASP.NET MVC

How to get the current user in ASP.NET MVC

updated a few hours ago
c#.net

# šŸ•µļøā€ā™‚ļø Who is the User? ASP.NET MVC Knows! If you've been scratching your head, wondering how to find the current user in ASP.NET MVC, you're not alone! Many developers have faced this mysterious challenge. But fear not, my friend - I've got your back!

Matheus Mello
Matheus Mello
Cover Image for Replace line break characters with <br /> in ASP.NET MVC Razor view

Replace line break characters with <br /> in ASP.NET MVC Razor view

updated a few hours ago

# šŸ’» Tech Blog: How to Replace Line Break Characters with &lt;br /&gt; in ASP.NET MVC Razor View Hey there tech enthusiasts! šŸ‘‹ Welcome back to our blog, where we unravel complex problems and provide simple solutions. Today, we will address a common issu

Matheus Mello
Matheus Mello
Cover Image for How to get the Display Name Attribute of an Enum member via MVC Razor code?

How to get the Display Name Attribute of an Enum member via MVC Razor code?

updated a few hours ago
c#

## How to Get the Display Name Attribute of an Enum Member via MVC Razor Code? šŸ˜ŽšŸ’» Have you ever found yourself in a situation where you needed to display the display name attribute of an enum member in your MVC Razor code? šŸ¤” Fear not! In this blog post

Matheus Mello
Matheus Mello
Cover Image for Date only from TextBoxFor()

Date only from TextBoxFor()

updated a few hours ago

# šŸ—’ļø A Guide to Displaying Only the Date from TextBoxFor() Using ASP.NET MVC Are you struggling to display only the date part of a DateTime in a TextBoxFor() using ASP.NET MVC? Don't worry, you're not alone! Many developers face this challenge when worki

Matheus Mello
Matheus Mello
Cover Image for Should services always return DTOs, or can they also return domain models?

Should services always return DTOs, or can they also return domain models?

updated a few hours ago

šŸ“ **DTO vs. Domain Models: The Great Debate** Are you building a large-scale application using a multi-layer architecture based on Domain-Driven Design (DDD)? Then you've probably come across the question of whether services should always return Data Tra

Matheus Mello
Matheus Mello
Cover Image for ASP.NET "special" tags

ASP.NET "special" tags

updated a few hours ago
syntax

šŸ“ **ASP.NET "Special" Tags: A Handy Guide to Understanding and Utilizing Them** šŸ‘‹ Hey there, tech enthusiasts! Are you puzzled by those quirky "<%# %>", "<%= %>", "<%@ %>", and "<%$ %>" tags in ASP.NET? šŸ¤” Well, you're not alone! These "special" tags ca

Matheus Mello
Matheus Mello
Cover Image for Non-static method requires a target

Non-static method requires a target

updated a few hours ago
c#

# Hey friends! Having trouble with the "Non-static method requires a target" error? Don't worry, I got your back! šŸ˜Ž So, you're running into this error message while trying to use a controller action in your web application. This error typically occurs wh

Matheus Mello
Matheus Mello