Model-View-Controller for the ASP.NET framework
5
votes
2answers
70 views
Building a better Data Access Layer Class
Since I am new to MVC and the Entity Framework, I have been struggling to grasp the concept of creating useful Data and Service layers. I have come across a scenario where I believe my code has become ...
3
votes
1answer
71 views
How can i reduce this code?
I have a problem. This code works great, but i think it can be reduced.
@if (Session["Success"] != null)
{
<text>
<div class="alert ...
0
votes
3answers
54 views
Task send options: Send Now, Send Later, Repeat (viewmodel)
I'm writing a code for my application: you can create a task, and you can choose the moment when you want to send this task (to some kind of user):
Send now
Send later
Repeat
You can select from ...