Resources to learn MVC 3

by jask2002 31. March 2012 23:58
Rick Anderson posted step by step tutorial series on MVC covering

And Plural Sigh video library links to MVC [More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

.Net | MVC

Secret to clear the PMP Exam

by jask2002 30. March 2012 10:39
Recently my colleague Ravi cleared the PMP exam. Here is the secret for clearing the exam in his own words

“I cleared the PMP exam after several sleepless nights. I am sharing my experience and I hope it will help you prepare for the PMP exam.

You may call me obsessed with PMI approach to manage the projects; but I treated my PMP exam as a real “Project” and followed the same approach to plan and execute to achieve the PMP certification. Here are the details:

[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , , , ,

PMP

C# 4 - Named and Optional Parameters

by jask2002 30. March 2012 10:01
C# 4 now supports both Named and Optional Parameters. Optional Parameters give the ability to omit the parameter while calling the method whereas Named parameters enable users to specify the parameter name. So users don’t have to worry about the parameter position. [More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

.Net | C#

Look who is reserving large amount of virtual memory on 64 bit: It is . Net GC heaps

by jask2002 30. March 2012 06:47
On 64 bit window 2003/2008 servers as soon as you give any .Net (.aspx) resource requests you would notice w3wp.exe taking large amount of memory in form of Virtual bytes.

Looking in task manager we would notice W3wp.exe Process/Commit size: 380 MB

Whereas looking into perfmon virtual bytes counter or in IIS 7 => Worker Processes.We would notice approx. 5.5 GB as virtual bytes occupied by w3wp.exe
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , , , ,

.Net | Debugging | GC

IIS 7.x: When kernelCachePolicy is set to DontCache, Static content would be still cache in http.sys

by jask2002 28. March 2012 07:16
When setting Kernel mode cache via Output Cache module in IIS7.x , you can have any of following value set

kernelCachePolicy – can be DontCache | CacheUntilChange | CacheForTimePeriod | DisableCache (only in server).
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

IIS 7 | Cache

ASP.NET MVC 4, ASP.NET Web API and ASP.NET Web Pages v2 (Razor) now all open source with contributions

by jask2002 28. March 2012 06:56
Hanselman made the big announcement on his computer zen blog

Read more http://www.hanselman.com/blog/ASPNETMVC4ASPNETWebAPIAndASPNETWebPagesV2RazorNowAllOpenSourceWithContributions.aspx?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ScottHanselman+%28Scott+Hanselman+-+ComputerZen.com%29
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

.Net | MVC

Why you should not use System.Drawing from ASP.NET applications

by jask2002 23. March 2012 07:22
Probably you would heard it many times and it is quite evident from the MSDN article http://msdn.microsoft.com/en-us/library/system.drawing.aspx

“Classes within the System.Drawing namespace are not supported for use within a Windows or ASP.NET service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions.”

Today I’ll try to explain WHY it is not supported through the windbg dump analysis.

[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , , , ,

.Net | Debugging | GC

How to change GC flavor[from Server mode to WorkStation Mode] for dllhost.exe

by jask2002 19. March 2012 05:52
When you have a Managed COM+ component written in C# class library and hosted on to DLLHOST.EXE

By default on a multi proc box .Net would load Server Mode GC(Mscorsvr) and in case you want to change the GC flavor to Workstation Mode (Mscorwks) for some reasons

Typically we do the change in aspnet.config in framework 2.0 folder
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

.Net | GC | Debugging

Microsoft GTSC India Developers Support hiring for ASP.NET / BizTalk / SharePoint engineers

by jask2002 16. March 2012 11:51
If you are passionate about troubleshooting issues of the customers world wide ranging from Development boxes to Production down situations.

Then GTSC India is hiring!!!
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , , , , , ,

.Net

ASP.Net 4 Performance Monitoring feature

by jask2002 8. March 2012 09:59
In the real world scenario, at times you would have more than one applications running in the Default Web Site. For example:

Default Website
--> Root
--> HR
--> Buggy App
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: ,

.Net

About me

Hi there,

My name is  Jas and I'm currently working with Microsoft IIS/ASP.Net Escalation services.

Tag cloud

Month List

RecentComments

Comment RSS
 

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.