DNK has a spanking new server up and running like clockwork. Stability problems are a thing of the past. Our new monitoring service reports 100% uptime since the move!
Stories recently tagged with 'MVC' Subscribe to this feed
1
kicks
submitted by crpietschmann crpietschmann 5 hours, 27 minutes ago

stackoverflow.com — I'm using jQuery to make an Ajax call using an Http Post in ASP.NET MVC. I would like to be able to pass a Dictionary of values. I finally figured out the best solution is to pass JSON via the Http Post and use a custom ModelBinder to convert the JSON to a Dictionary. One thing I did in my solution is created a JsonDictionary object that inherits from Dictionary so that I can attach the custom ModelBinder to the JsonDictionary type, and it wont cause any conflicts in the future if I use Dictionary as a ActionResult parameter later on for a different purpose than JSON. read more...

Add a comment add a comment | category: | Views: 4
How to pass Dictionary as a parameter to an ActionResult
tags: , , , , | tag it

1
kicks
submitted by leniel leniel 1 day, 3 hours ago

leniel.net — Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

Add a comment add a comment | category: | Views: 9
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
tags: , , , , | tag it

1
kicks
submitted by leniel leniel 1 day, 3 hours ago

leniel.net — Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

Add a comment add a comment | category: | Views: 9
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
tags: , , , , | tag it

1
kicks
submitted by leniel leniel 1 day, 3 hours ago

leniel.net — Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

Add a comment add a comment | category: | Views: 9
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
tags: , , , , | tag it

1
kicks
submitted by leniel leniel 1 day, 3 hours ago

leniel.net — Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

Add a comment add a comment | category: | Views: 9
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
tags: , , , , | tag it

1
kicks
submitted by leniel leniel 1 day, 3 hours ago

leniel.net — Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

Add a comment add a comment | category: | Views: 9
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
tags: , , , , | tag it

2
kicks
submitted by ericpopivker 1 day, 16 hours ago

xlib.wordpress.com — This is a 3rd part of a series on implementing a fully functional Mvc Grid with features like server side paging and sorting. In this part - server side sorting is added to the grid. read more...

Add a comment add a comment | category: | Views: 8
ASP.NET MVC Grid – Part 3 – Sorting
tags: | tag it

1
kicks
submitted by thekindofme 2 days, 20 hours ago

thekindofme.wordpress.com — While working on this asp.net mvc project at work i couldn't help notice that there are lots of code that is getting copy-pasted from one controller to the other, when i am adding a new controller. now as you know mvc fm comes with a set of T4 templates that lets you add views and controllers in such a way that some code in these views and controllers are generated for you. this is grate. but you can customize the original templates to your needs and make them generate more of the code for you. (please note that i am talking about controllers that are responsible for mostly CURD on a given single model.).... read more...

Add a comment add a comment | category: | Views: 6
Using Custom T4 templates To Generate Better Controllers in ASP MVC
tags: | tag it

2
kicks
submitted by tracker1 4 days ago

frugalcoder.us — Nice option for adding client scripts in the MVC Framework. read more...

Add a comment add a comment | category: | Views: 8
Handling Scripts in ASP.Net MVC
tags: | tag it

16
kicks
published 3 days, 13 hours ago, submitted by crpietschmann crpietschmann 4 days, 1 hour ago

software.herbrandson.com — One of the things that I really like about the MVC framework is that it offers some unique possibilities when it comes to third parties developing entire sub-systems that can easily be plugged into existing applications. Recently, I had some “down time” at my work and decided to take the opportunity to experiment with doing just that. Here are the results of that experiment. OpenForum is a forum that can easily be plugged into any MVC application with very little effort. In fact, there are only three steps to get OpenForum working with most MVC applications. read more...

Add a comment add a comment | category: | Views: 265
OpenForum - A Free Forum for ASP.NET MVC Applications
tags: , , | tag it

3
kicks
submitted by goneale 8 days, 18 hours ago

goneale.com — I just wanted to do a “refresher” post regarding ASP.NET MVC validation as many things have changed over the last couple of months and there is a lot of information out there. I wanted to aggregate my known validation options and recommend them in one tabular list. read more...

Add a comment add a comment | category: | Views: 22
ASP.NET MVC Validation Refresh: Best Techniques & Frameworks
tags: , , , , | tag it

9
kicks
published 7 days, 22 hours ago, submitted by dwhittaker 8 days, 18 hours ago

dimecasts.net — Exploring how to use Expressions w/ Spark. We are going to take a look at the various different ways you can use Looping Expressions with the Spark View engine. read more...

Add a comment add a comment | category: | Views: 132
Exploring how to use Expressions w/ Spark
tags: , , | tag it

2
kicks
submitted by developmentalmadness developmentalmadness 9 days, 9 hours ago

developmentalmadness.blogspot.com — When deciding on your ASP.NET development platform I recently read a recommendation that boiled down to: application? WebForms. Web site? MVC. MVC isn't just for creating SEO/RESTful web sites. It's a full fledged application platform with everything you need. read more...

Add a comment add a comment | category: | Views: 23
ASP.NET MVC: An Application Platform
tags: , , , | tag it

16
kicks
published 9 days, 13 hours ago, submitted by maartenba 9 days, 17 hours ago

blog.maartenballiauw.be — Ever had a team of developers using your ASP.NET MVC framework? Chances are you have implemented some action filters (i.e. for logging) which should be applied on all controllers in the application. Two ways to do this: kindly ask your developers to add a [Logging] attribute to the controllers they write, or kindly ask to inherit from SomeCustomControllerWithActionsInPlace. If you have been in this situation, monday mornings, afternoons, tuesdays and other weekdays are in fact days where some developers will forget to do one of the above. This means no logging! Or any other action filters that are executed due to a developer that has not been fed with enough coffee… Wouldn’t it be nice to have a central repository where you can register application-wide action filters? That’s exactly what we are going to do in this blog post. read more...

Add a comment add a comment | category: | Views: 185
Application-wide action filters in ASP.NET MVC
tags: , | tag it

2
kicks
submitted by KodefuGuru KodefuGuru 10 days, 5 hours ago

kodefuguru.com — I recently deployed a KiGG site, but I wanted it to act more like DZone than DotNetShoutOut. On DotNetShoutOut, if you click the link from any of non-detailed page views, it takes you to the site. DZone will take you to the detailed view of the story, and if you click the link from there it will take you story’s site. read more...

Add a comment add a comment | category: | Views: 7
KiGG View Detailed Story
tags: | tag it

3
kicks
submitted by extremecoder 10 days, 13 hours ago

simplyvinay.com — Setting up StructureMap and The Unit Of Work ActionFilter UnitOfWork ActionFilter In my previous post I had created the repository implementations along with unit of work. But how do we use this unit of work in our application. ASP.NET MVC has a concept of ActionFilters. These could be applied to an action or a controller in general. The two main methods that concern us are OnActionExecuting and the OnActionExecuted. As seen in the code below we call the initialize method of the unit of work which would create a new transaction for us and this is held until the action is complete after which we commit the transaction. We are getting a new instance of _unitOfWork through an IoC container which I will talk about in a bit. read more...

Add a comment add a comment | category: | Views: 10
Unit Of Work ActionFilter
tags: | tag it

 

Search: