June 2004 - Posts

0
Comments

Development of web application using MVC II design pattern or why following MVC II will help me. by nattYGUR

Abstract This article goes through different approaches to create enterprise web application. I outline possible architecture and explain why following MVC 2 design pattern will give you the best return on investment, in terms of application maintains...
2
Comments

RE : I'm a bit lax on my java knowledge. What would an application server do for me? by nattYGUR

Well, I think that Win XP SP 2.0 is a great example! Application server should host your classes and provide them services. You, as programmer, should acquire application server services by using AOP (abstract oriented programming – Attribute are...
1
Comments

Using server.Transfer() from Application_BeginRequest harm session by nattYGUR

Well I know it little bit twisted but If it happened to one of us, probably it could be happened to others. If for some reason you need to catch request in pipeline before page is called and you choose to use Application BeginRequest event. Using server...
0
Comments

Retrieve Framework Directory by nattYGUR

Small but usefull : HttpRuntime.ClrInstallDirectory . HttpRuntime can be used to retrieve other info such as : sss = HttpRuntime.AspInstallDirectory; sss = HttpRuntime.AppDomainAppVirtualPath; sss = HttpRuntime.MachineConfigurationDirectory; sss = HttpRuntime...
3
Comments

From NWAF to NBOSS. by nattYGUR

After long conversations and debates on the Internet and directly with MS employee and other architects and enterprise developers I decide that I'll start conversion of JBOSS application server into .NET implementation. I have no doubts that application...
2
Comments

Relocating the GAC. by nattYGUR

I was looking, for quit a long time, how to move GAC folder from C driver into other driver. Yes, it's Enterprise demands again. The system guys insist that C:/ preserved for system files only, D:/ for data files and E:\ for application files. Therefore...
8
Comments

"The breakpoint will not currently be hit. No symbols have been loaded for this document." Webgarden can cause it too. by nattYGUR

Changing windows 2003 server webgarden setting from the default of 1 will cause new w3wp.exe for every debug session. This situation apparently confuse visual studio and VS don't know which process to attach to. Setting webgarden value back to 1 solves...
4
Comments

ASP.NET internal course - thanks and updates. by nattYGUR

1) Thanks to all of you that willing to participate. The course will ne held during July (it depends on those guys that give me their server). I'll notice every one of you by e-mail when I know the exact dates. I'll choose the first 10 approvals, from...
20
Comments

ASP.NET internals course. by nattYGUR

I need 10 programmers who are willing to participate in ASP.NET on-line course. The course target is to deep dive into ASP.NET internals such as: 1) page compilation 2) Post back mechanism 3) Viewsate 4) Page life cycle. 5) Page parser. 6) Creating custom...
0
Comments

NWAF files available on sourceforge by nattYGUR

Its not beta yet, but you can find NWAF together with simple testing application on sourceforge : http://sourceforge.net/projects/nwaf/ . I'll be happy to hear your opinion, answer your questions and certainly see you joining this effort.
More Posts Next page »