gpeipman
Name: gpeipman
Score: 770
Last Seen: 17 days, 8 hours, 32 minutes ago
Member Since: 25 October, 2009
Servefault.com
atom rss
4
votes

Some e-books and .NET 4.0 beta exams

published 10 days, 23 hours, 44 minutes ago posted by gpeipmangpeipman 17 days, 8 hours, 32 minutes ago
Monday, March 01, 2010 5:55:25 PM GMT Tuesday, February 23, 2010 9:07:23 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. (more)
category: Unspecified | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net 4.0, office, Virtualization, Windows
4
votes

Simple pager for ASP.NET MVC

published 10 days, 23 hours, 44 minutes ago posted by gpeipmangpeipman 19 days, 7 hours, 32 minutes ago
Monday, March 01, 2010 5:55:25 PM GMT Sunday, February 21, 2010 10:07:24 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. (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, MVC, pager
5
votes

Code Metrics: Measuring LoC in .NET applications

published 10 days, 23 hours, 44 minutes ago posted by gpeipmangpeipman 19 days, 18 hours, 38 minutes ago
Monday, March 01, 2010 5:55:25 PM GMT Saturday, February 20, 2010 11:01:57 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. (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, code metrics, loc, NDepend, Visual Studio
5
votes

Code Metrics: Lines of Code (LoC)

published 19 days, 14 hours, 23 minutes ago posted by gpeipmangpeipman 21 days, 18 hours, 13 minutes ago
Sunday, February 21, 2010 3:17:13 AM GMT Thursday, February 18, 2010 11:26:52 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). (more)
category: Unspecified | clicked: 0 | comment | | source: weblogs.asp.net
tags: code analysis, code metrics
4
votes

My object to object mapper source released

published 19 days, 14 hours, 23 minutes ago posted by gpeipmangpeipman 22 days, 22 minutes ago
Sunday, February 21, 2010 3:17:13 AM GMT Thursday, February 18, 2010 5:17:21 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. (more)
category: Tools | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, object to object mapping, source, tools
5
votes

Writing object to object mapper: my mapper vs AutoMapper - Gunnar Peipman's ASP.NET blog

published 19 days, 14 hours, 23 minutes ago posted by gpeipmangpeipman 28 days, 11 hours, 13 minutes ago
Sunday, February 21, 2010 3:17:13 AM GMT Friday, February 12, 2010 6:27:16 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. (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, C#, object to object mapping, performance
2
votes

Writing object to object mapper: moving to generics

published 27 days ago posted by gpeipmangpeipman 29 days, 17 hours, 13 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Thursday, February 11, 2010 12:27: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. (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, CLR, object to object mapping, performance
3
votes

Visual Studio 2010 RC is available

published 27 days ago posted by gpeipmangpeipman 31 days, 8 hours, 1 minute ago
Saturday, February 13, 2010 5:39:53 PM GMT Tuesday, February 09, 2010 9:38:54 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. (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0, Visual Studio 2010
5
votes

IL perversions: throwing and catching strings

published 27 days ago posted by gpeipmangpeipman 31 days, 18 hours, 54 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Monday, February 08, 2010 10:46:10 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! (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net, exception handling, il, Visual Studio
4
votes

Writing object to object mapper: first implementations

published 27 days ago posted by gpeipmangpeipman 33 days, 5 hours, 11 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Sunday, February 07, 2010 12:29:02 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 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. (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: .Net, C#, object to object mapping, performance
5
votes

ASP.NET MVC Performance II: Optimizing resources

published 27 days ago posted by gpeipmangpeipman 33 days, 7 hours, 58 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Sunday, February 07, 2010 9:41:32 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. (more)
category: ASP.NET | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET, MVC, optimization, performance
3
votes

ASP.NET MVC Performance I: Combining resources

published 27 days ago posted by gpeipmangpeipman 34 days, 3 hours, 30 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Saturday, February 06, 2010 2:09:42 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. (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, MVC, optimization, performance
2
votes

Performance: Using LCG to copy property values of two objects

published 27 days ago posted by gpeipmangpeipman 34 days, 23 hours, 17 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Friday, February 05, 2010 6:22:23 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. (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net, C#, lcg, performance
3
votes

Using FullCalendar jQuery component with ASP.NET MVC

published 31 days, 4 hours, 51 minutes ago posted by gpeipmangpeipman 37 days, 2 minutes ago
Tuesday, February 09, 2010 12:48:36 PM GMT Wednesday, February 03, 2010 5:37:23 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. (more)
category: ASP.NET | clicked: 3 | comment | | source: weblogs.asp.net
tags: ASP.NET, fullcalendar, jQuery, MVC
5
votes

Performance: Using dynamic code to copy property values of two objects

published 31 days, 4 hours, 51 minutes ago posted by gpeipmangpeipman 37 days, 17 hours, 41 minutes ago
Tuesday, February 09, 2010 12:48:36 PM GMT Tuesday, February 02, 2010 11:58:59 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. (more)
category: Visual Studio | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: .Net, Linq, performance, reflection
4
votes

Windows Azure Tools and SDK 1.1 (February 2010)

published 31 days, 4 hours, 51 minutes ago posted by gpeipmangpeipman 38 days, 3 hours, 34 minutes ago
Tuesday, February 09, 2010 12:48:36 PM GMT Tuesday, February 02, 2010 2:05:23 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. (more)
category: Visual Studio | clicked: 0 | comment | | source: weblogs.asp.net
tags: Windows Azure
5
votes

Linking jQueryUI DatePicker and FullCalendar

published 31 days, 4 hours, 51 minutes ago posted by gpeipmangpeipman 38 days, 6 hours, 42 minutes ago
Tuesday, February 09, 2010 12:48:36 PM GMT Tuesday, February 02, 2010 10:57:31 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 togehter. (more)
category: Ajax | clicked: 6 | comment | | source: weblogs.asp.net
tags: datepicker, fullcalendar, jQuery, jquery ui
3
votes

.NET Framework 4.0: Comparing LINQ and PLINQ performance

published 34 days, 23 hours, 5 minutes ago posted by gpeipmangpeipman 39 days, 20 hours, 41 minutes ago
Friday, February 05, 2010 6:35:01 PM GMT Sunday, January 31, 2010 8:59:17 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. (more)
category: Visual Studio | clicked: 1 | comment | | source: weblogs.asp.net
tags: .Net Framework 4.0, plinq
5
votes

ASP.NET 4.0: How to use application warm-up class

published 31 days, 4 hours, 51 minutes ago posted by gpeipmangpeipman 40 days, 4 hours, 2 minutes ago
Tuesday, February 09, 2010 12:48:36 PM GMT Sunday, January 31, 2010 1:38:14 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. (more)
category: ASP.NET | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET, IIS
4
votes

Creating configuration reader for web and cloud environments

published 37 days, 9 hours, 35 minutes ago posted by gpeipmangpeipman 41 days, 2 hours, 16 minutes ago
Wednesday, February 03, 2010 8:04:29 AM GMT Saturday, January 30, 2010 3:23:57 PM GMT
Currently it is not possible to make changes to web.config file that is hosted on Windows Azure. If you want to change web.config you have to deploy your application again. If you want to be able to modify configuration you must use web role settings. In this blog post I will show you how to write configuration wrapper class that detects runtime environment and reads settings based on this knowledge. (more)
category: ASP.NET | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET, Azure
Previous 1 2 Next