gpeipman
|
|
|
progg.ru
|
6
proggs |
Friday, February 26, 2010 6:14:33 AM GMT
Tuesday, February 23, 2010 9:00:32 AM GMT
Lately I have found some pretty interesting e-books about different technologies and one announcement about .NET Framework 4.0 beta exams. In this posting I will introduce you books I found and first beta exams of .NET 4.0. »»»
|
|
7
proggs |
Wednesday, February 24, 2010 9:32:35 AM GMT
Sunday, February 21, 2010 9:58:29 AM GMT
I needed simple pager for one of my ASP.NET MVC projects. I mean really simple pager – no new types my code should be aware of, no any other chemistry I don’t really need in early stages. As ASP.NET MVC has nothing to offer I wrote my own really simple pager implementation. Here is what I did. »»»
|
|
5
proggs |
Sunday, February 21, 2010 1:24:13 PM GMT
Saturday, February 20, 2010 10:56:50 PM GMT
My previous posting gave quick overview of code metric called Lines of Code (LoC). In this posting I will introduce you how to measure LoC in Visual Studio projects using Visual Studio Code Analysis and NDepend. »»»
|
|
4
proggs |
Sunday, February 21, 2010 5:51:22 PM GMT
Thursday, February 18, 2010 11:15:18 PM GMT
I started writing series of blog posting about code metrics. I plan to introduce different metrics and explain their meaning. Also I plan to introduce tools you can use to measure those metrics. Where possible I will introduce you how to use one or another metric. The first metric is the simplest one and it is called Lines of Code (LoC). »»»
|
|
4
proggs |
Friday, February 19, 2010 4:34:25 AM GMT
Thursday, February 18, 2010 5:10:03 PM GMT
Some readers asked me for Visual Studio project of my simple object to object mapper. I am glad to announce that the source code of my mapper is now available for download. It is Visual Studio 2008 project written on C# and besides mapper implementation it contains primitive sample application that shows you how to use my mapper. »»»
|
|
5
proggs |
Wednesday, February 17, 2010 6:18:15 AM GMT
Tuesday, February 16, 2010 7:34:55 AM GMT
Why is my page redirecting me back to front page although it gets all the data it requires? I was going out of my mind when exploring the problem in one system but this time there was really simple answer: you cannot fully trust the code written by n00bs. Okay, here is my story. »»»
|
|
6
proggs |
Monday, February 15, 2010 4:00:14 AM GMT
Friday, February 12, 2010 6:24:33 AM GMT
As my object to object mapper is now almost completed and I am sure it is good idea to stay on LCG (Lightweight Code Generation) I can now compare the performance of my mapper to AutoMapper. »»»
|
|
7
proggs |
Thursday, February 11, 2010 5:42:34 PM GMT
Thursday, February 11, 2010 12:24:06 AM GMT
In my previous posting about object to object mapping Writing object to object mapper: first implementations I wrote first and simple implementations of mapper. These implementations based heavily on reflection. In this posting I will boost up mapper performance by using generics. »»»
|
|
11
proggs |
Wednesday, February 10, 2010 10:32:04 AM GMT
Tuesday, February 09, 2010 9:36:20 AM GMT
VS2010 RC is out now and available for MSDN users since now. Other guys have to wait until tomorrow when VS2010 RC is made publically available. Reading first news I discovered that most important thing is hardly improved performance of VS2010 RC IDE. All your feedback is welcome to VS2010 RC Connect site. »»»
|
|
6
proggs |
Wednesday, February 10, 2010 4:24:05 PM GMT
Monday, February 08, 2010 10:43:27 PM GMT
Inspired by Mohamed Mahmoud’s blog posting How to: Create Interfaces with Static Methods via IL? I wrote another sick example on IL (Intermediate Language) to show you how different is the world behind compilers. Tonight I have enough of exceptions, I want to throw some strings! Let’s do it! »»»
|
|
6
proggs |
Monday, February 08, 2010 6:02:47 PM GMT
Sunday, February 07, 2010 12:25:05 PM GMT
I wrote some object to object mapping code and introduced it in some of my previous postings about performance. As I received 22x performance raise when trying out different mapping methods and it is now time to make my code nice. In this posting I will show you how I organized my code to classes. Yes, you can use my classes in your work if you like. »»»
|
|
7
proggs |
Monday, February 08, 2010 3:45:37 AM GMT
Sunday, February 07, 2010 9:37:41 AM GMT
In my previous posting about ASP.NET MVC performance I showed you how to combine resources like scripts, style sheets and images. In this posting I will show you how to minimize resources so we don’t waste the bandwidth we got »»»
|
|
7
proggs |
Tuesday, February 09, 2010 1:15:07 PM GMT
Saturday, February 06, 2010 2:07:05 PM GMT
I wrote a small postings series about how to optimize ASP.NET MVC applications. This posting is small introduction to series and it also introduces first two optimization steps: resources and images combining. »»»
|
|
3
proggs |
Saturday, February 06, 2010 4:03:25 AM GMT
Friday, February 05, 2010 6:19:52 PM GMT
Today I gave last performance boost to my property values copying mechanism. I would like to thank my readers Ron and David to remind me Lightweight Code Generation (LCG) and pointing me out aussie bloke blog entry Generic copy object using Lightweight Code Generation. In this posting I will show you last performance boost and put down a summary about my experiment this far. »»»
|
|
6
proggs |
Thursday, February 04, 2010 7:18:57 PM GMT
Wednesday, February 03, 2010 5:33:14 PM GMT
I found very good jQuery component called FullCalendar. My special favorites are agenda views because they make this calendar really useful in business applications. In this posting I will show you how to use FullCalendar with ASP.NET MVC. »»»
|
|
7
proggs |
Thursday, February 04, 2010 10:29:41 AM GMT
Tuesday, February 02, 2010 11:55:39 PM GMT
Last year I wrote short posting about how to use LINQ to find matching properties of two objects. In this posting I will show you how to copy values from one object to another and how to boost up performance so you can use this strategy also on in servers under heavy load. »»»
|
|
6
proggs |
Wednesday, February 03, 2010 2:12:11 PM GMT
Tuesday, February 02, 2010 2:02:36 PM GMT
With Windows Azure official launch there is available new version of Windows Azure Tools and SDK 1.1. Also there are updated and new sample applications available in MSDN Code Library. »»»
|
|
8
proggs |
Friday, February 05, 2010 9:38:29 AM GMT
Tuesday, February 02, 2010 10:54:20 AM GMT
In one of my sample projects I wrote simple calendar solution. Users can select dates from calendar and see what events they have on selected days. I used jQueryUI DatePicker and FullCalendar components. In this posting I will show you how to link them together. »»»
|
|
7
proggs |
Tuesday, February 02, 2010 1:19:13 PM GMT
Sunday, January 31, 2010 8:56:38 PM GMT
In one of my sessions I demonstrated how PLINQ uses two CPU-s instead of one and has better performance than non-parallel processing. In this posting I will introduce my experiment and show you my example results. In the end of this posting you can find source code that is ready for demonstration. »»»
|
|
7
proggs |
Tuesday, February 02, 2010 1:19:13 PM GMT
Sunday, January 31, 2010 1:35:38 PM GMT
About week ago I introduced IIS Application Warm-up Module. ASP.NET 4.0 provides separate mechanism for same purposes. ASP.NET 4.0 application warm-up is different and if you like you can use both warm-up methods together. In this posting I will show you how to make ASP.NET 4.0 application warm-up work. »»»
|


