Yah normal lah Om... hal2 baru pasti menyebalkan... Kayak saya lah, orang2 udah programming pake OOP, saya masih procedural programming biasa..
(Tapi yang pasti, saya deliver selalu lebih cepat dan relatively bug-free, hehehe) Rgds, On 2011-01-20, Rudolf Gumansalangi <[email protected]> wrote: > Setuju kalo MVC itu pengembangan dari ASP.net > cuma ada 3 hal yg buat aku pribadi nggak suka coding dengan MVC > > 1. Nggak support view state > 2. Nggak support repeater control > 3. Page lifcycle nya beda dengan asp.net, jadi kalo kita biasa capture event > postback, di MVC caranya beda. > > Best Regards, > Rudolf Gumansalangi, S. Kom. > > > https://www.mcpvirtualbusinesscard.com/VBCServer/rudolfgumansalangi/card > > > > ----- Original Message ---- > From: nickotech2000 <[email protected]> > To: [email protected] > Sent: Wed, January 19, 2011 7:44:08 AM > Subject: Re: [mugi] Modern Asp.Net Web Application > > Gue sih setuju aja. cuma coding di mvc ga bisa cepat. kebanyakan company > maunya > cepat kan :). Kecuali kalau company juga mau berkembang juga > Pakai teknologi baru kayak MVC atau browser compatibility atau lainnya > biasanya > sih dipakai untuk hobby, side job//proyek pribadi atau bikin produk. > > > Best Regards, > > Nicko Satria Utama, MCTS > blogs : http://nickotech2000.blogspot.com > > > > > > > ________________________________ > From: erwin yulianto <[email protected]> > To: dotnet <[email protected]>; [email protected] > Sent: Wed, 19 January, 2011 1:45:16 > Subject: [mugi] Modern Asp.Net Web Application > > Mengambil sedikit kutipan dari article : > > *Modern ASP.NET* > > We believe that there is a right way to build web applications: > > - *Modern ASP.NET applications should be easy to maintain over time* > The initial development effort required to build a web application is > only a small part of the overall development effort put into an > application > over its lifespan. Modern web applications are designed for change. > - *Modern ASP.NET applications should be highly interactive* > The days of purely server generated web pages are a relic of the previous > century. Today's users expect web applications to be just as interactive > and > responsive as desktop applications. > - *Modern ASP.NET applications should be standards compliant* > Internet Explorer is no longer the only browser that you need to care > about. Modern ASP.NET applications are compatible with different browsers > (Internet Explorer, Mozilla Firefox, Google Chrome, Apple Safari) and > different devices (iPhone, Android, Windows Phone). > > *Recommended Technologies* > > We recommend that developers use the following technologies when building > web applications. We call this collection of technologies *Modern ASP.NET*: > > - *ASP.NET MVC 3* > ASP.NET MVC 3 enables you to build loosely coupled and testable > applications which can be easily maintained over time. ASP.NET MVC also > enables you to take complete control over your script and markup. > - *Entity Framework* > The Entity Framework enables you to more efficiently build > database-driven applications. Specifically, we recommend that you take > advantage of the Entity Framework's support for Code-First development > and > creating data classes with Plain Old CLR (POCO) Objects. > - *HTML5 and jQuery* > HTML5 and jQuery enable you to build more responsive and interactive > database driven web applications. For example, HTML5 Web Storage enables > you > to cache data in the browser. jQuery templates enable you to easily > display > sets of database records retrieved through Ajax calls. > - *SQL Server Reporting Services* > SQL Server Reporting Services (SSRS) enables you to create rich > interactive reports. You can use SSRS with ASP.NET MVC and with Visual > Studio ALM. > - *Visual Studio 2010 ALM* > Visual Studio ALM provides you with the technical infrastructure that you > need to manage a web application throughout its entire lifecycle. For > example, Visual Studio ALM provides you with source control, issue > tracking, > a build server, and testing tools. > > *What's Wrong with ASP.NET Web Forms?* > > ASP.NET Web Forms was initially prototyped in 1997 and the first beta > release of ASP.NET Web Forms was in 2000. A lot has changed over the last 10 > years and we believe that ASP.NET Web Forms is no longer the best framework > for building Web applications. > > We recommend that companies which have existing ASP.NET Web Forms > applications migrate the applications to ASP.NET MVC. Because you can mix > Web Forms and MVC in the same web application, you can migrate to > ASP.NETMVC gradually. > > *The Importance of HTML5 and jQuery* > > HTML5, jQuery, Ajax, and Javascript are all technologies that enable you to > do more in the browser. Users expect modern web applications to support > rich, responsive, and interactive user interfaces. > > ASP.NET MVC alone does not enable you to build richly interactive > applications. ASP.NET is a server-side framework for building web > applications. Pages are dynamically generated on the server and displayed in > the browser. > > Fortunately, ASP.NET MVC and jQuery work great together. By taking advantage > of HTML5 and jQuery, you can build web applications that rival traditional > desktop applications in their user interfaces. > > > > Best Regards, > Erwin Yulianto S W > To unsubscribe from this group, send an email to: > [email protected] > Get Free 5 GB mailbox Check this http://www.mugi.or.id > > > > > To unsubscribe from this group, send an email to: > [email protected] > Get Free 5 GB mailbox Check this http://www.mugi.or.id > > > > > > To unsubscribe from this group, send an email to: > [email protected] > Get Free 5 GB mailbox Check this http://www.mugi.or.id > -- -- Pandu E Poluan - IT Optimizer My website: http://pandu.poluan.info/ To unsubscribe from this group, send an email to: [email protected] Get Free 5 GB mailbox Check this http://www.mugi.or.id
