gpeipman
|
|
|
progg.ru
|
3
proggs |
Thursday, September 02, 2010 6:54:50 AM GMT
Wednesday, September 01, 2010 8:34:19 PM GMT
In my last posting I introduced my idea about common membership provider for ASP.NET that is able to support multiple authentication providers. Before writing membership provider we need support for some authentication providers to get an better idea how to use them together. In this posting I will introduce you how to use OAuth protocol with Twitter »»»
|
|
2
proggs |
Tuesday, August 31, 2010 7:26:24 AM GMT
Tuesday, August 31, 2010 2:22:36 AM GMT
I am trying to implement form based authentication (FBA) membership provider that is able to support multiple authentication mechanisms. Take it as an self-training experiment. In this posting I will introduce bases of my experiment and introduce my current plans and ideas. »»»
|
|
4
proggs |
Monday, August 16, 2010 7:48:18 AM GMT
Sunday, August 15, 2010 9:37:57 PM GMT
Today I tried out ASP.NET MVC HTML5 Helpers Toolkit by Dean Hume. Although browsers today support HTML5 partially it is time to start playing with it. As soon as HTML5 gets common standard in web you should be able to react fast. In this posting I will introduce you HTML5 Helpers Toolkit and some HTML5 field types. »»»
|
|
4
proggs |
Monday, August 16, 2010 7:48:18 AM GMT
Sunday, August 15, 2010 4:51:36 PM GMT
Lately I blogged about HttpNotFoundResult and HttpStatusCodeResult action results that come with ASP.NET MVC 3. These results are ideal for controller tests as we don’t have to mess with HttpContext and Response objects anymore. In this posting I will show you how to use HttpNotFoundResult in controller tests to check if errors are given correctly to user. »»»
|
|
4
proggs |
Monday, August 16, 2010 7:48:18 AM GMT
Sunday, August 15, 2010 1:14:30 AM GMT
ASP.NET MVC 3 brings us new view engine called Razor. Razor view engine was made available with WebMatrix first beta. Razor brings us new and very short syntax for writing views. In this posting I will introduce you shortly ASP.NET MVC Razor view engine. »»»
|
|
4
proggs |
Monday, August 16, 2010 7:48:18 AM GMT
Saturday, August 14, 2010 9:36:32 PM GMT
ASP.NET MVC 3 supports global action filters. Global action filters are applied to all actions in web application. By example, you can use global action filters for common security checks. In this posting I will show you how to write dummy action filter, register it as global and test it. »»»
|
|
3
proggs |
Friday, August 13, 2010 4:44:27 PM GMT
Friday, August 13, 2010 1:10:12 AM GMT
Today I played with WF 4.0 declarative workflows. This posting shows you simple workflow that you can extend to add songs to online radio station queue. My main focus here is workflow and I will provide here no logic for actual queue implementation. You can find here also Visual Studio 2010 sample solution. »»»
|
|
5
proggs |
Sunday, August 01, 2010 8:10:52 AM GMT
Thursday, July 29, 2010 8:38:18 AM GMT
One of nice features of ASP.NET MVC 3 is support for multiple view engines. There will be two out-of-box view engines: one for classic ASPX-based views and one for Razor-based views. In this posting I will show you this new feature and demonstrate how to use different view engine in same project. »»»
|
|
4
proggs |
Wednesday, July 28, 2010 4:14:10 PM GMT
Wednesday, July 28, 2010 11:47:27 AM GMT
My last posts described new action results in ASP.NET MVC 3 – HttpNotFoundResult and HttpStatusCodeResult. Unfortunately these result have no body to send to client but there are times we need it to inform our visitor about problems the way that we don’t go out of information context where visitor is. In this example I will show you how to write your own HttpStatusCodeResult that has also body. »»»
|
|
4
proggs |
Wednesday, July 28, 2010 4:14:10 PM GMT
Wednesday, July 28, 2010 8:53:51 AM GMT
ASP.NET MVC 3 also introduces new action result HttpStatusCodeResult. This action result provides you way how to specify HTTP status code and status description in your controllers. In this posting I will show you how to use HttpStatusCodeResult in your real-world applications providing meaningful status code for products that were online once but are now gone and we don’t expect them to be back in future. »»»
|
|
4
proggs |
Thursday, July 29, 2010 7:29:00 AM GMT
Tuesday, July 27, 2010 6:28:57 PM GMT
ASP.NET MVC 3 introduces new ViewModel property of Controller that you can use to assign different properties to the model of your view. ViewModel is dynamic by type. In this posting I will show you how to use ViewModel property in your ASP.NET MVC applications. »»»
|
|
4
proggs |
Wednesday, July 28, 2010 1:16:10 AM GMT
Tuesday, July 27, 2010 6:19:50 PM GMT
ASP.NET MVC 3 introduces some new action results like HttpNotFoundResult that you can use to let browser know that resource was not found. In this posting I will show you how to use HttpNotFoundResult in real-world applications. »»»
|
|
4
proggs |
Friday, July 30, 2010 4:27:05 PM GMT
Tuesday, July 27, 2010 6:04:50 PM GMT
ASP.NET MVC 3 Preview 1 is launced and available for download. There are many cool features and I strongly suggest you to try the new version out. In this posting I will give you quick overview about what’s new in ASP.NET MVC 3. »»»
|
|
7
proggs |
Wednesday, July 28, 2010 4:14:10 PM GMT
Sunday, July 25, 2010 9:28:33 PM GMT
How to make AJAX-requests to ASP.NET MVC application using jQuery
I decided to write over long time one posting that is directed to beginners who start with jQuery and AJAX. One of the first things to study is how to make requests to server and how to retrieve objects. In this posting I will show you how to use jQuery to retrieve JSON data from ASP.NET MVC application and how to debug it. »»»
|
|
6
proggs |
Tuesday, July 27, 2010 6:19:25 AM GMT
Saturday, July 24, 2010 12:37:03 PM GMT
I wrote unit tests for my ASP.NET MVC application that uses some jQuery AJAX-components. These components load data from server in JSON format. I needed to write tests for these methods to make sure that correct data is returned to client. In this posting I will show you how to use dynamic type to test JSON-based action results and therefore avoid creating DTO classes. »»»
|
|
4
proggs |
Friday, July 23, 2010 4:08:31 PM GMT
Friday, July 23, 2010 8:29:13 AM GMT
Solution Navigator: Killer replacement for Solution Explorer
Visual Studio 2010 Productivity Power Tools contains now Solution Navigator that merges many good features of Visual Studio 2010, Solution Explorer and some Power Tools features to single view. After playing shortly with Solution Navigator I found it to be very good replacement for Solution Explorer. In this posting I will show you some very cool features of Solution Navigator. »»»
|
|
5
proggs |
Saturday, July 10, 2010 5:03:18 PM GMT
Friday, July 09, 2010 12:29:05 AM GMT
Long time ago there was simple ASP.NET editor called Web Matrix that was replaced by Visual Web Developer Express when Express versions came for Visual Studio. Now is time again for some small and easy tool and here it is – Microsoft WebMatrix Beta. In this posting I will introduce you Microsoft WebMatrix and show how it works. »»»
|
|
5
proggs |
Monday, July 05, 2010 2:00:09 AM GMT
Sunday, July 04, 2010 7:44:31 PM GMT
Stepping into ASP.NET MVC source code with Visual Studio debugger
Using Visual Studio symbols and source files makes debugging much easier. I am specially happy about ASP.NET MVC 2 source files because I develop on ASP.NET MVC 2 almost every day. You may also find other useful symbols and source files. In this posting I will show you how to get ASP.NET MVC source to your computer and how to use it. »»»
|
|
5
proggs |
Wednesday, June 02, 2010 1:05:56 PM GMT
Monday, May 31, 2010 7:47:55 AM GMT
I get almost every week some e-mails where my dear readers ask for source code of my ASP.NET MVC and FullCalendar example. I have some great news, guys! I ported my sample application to Visual Studio 2010 and made it available at CodePlex. »»»
|
|
5
proggs |
Wednesday, June 02, 2010 7:58:41 AM GMT
Sunday, May 30, 2010 10:39:39 AM GMT
In one of my community projects I needed to output some listings as Excel file. As installing Excel to server is non-sense that I was easily able to avoid I found simple solution for Excel 2007 files – open-source project called ExcelPackage. In this posting I will show you hot to create simple event attendees report in Excel 2007 format using ExcelPackage. »»»
|





