Fitur fitur terbaru yang ada pada ASP.Net

Fitur Fitur terbaru yang ada pada ASP.Net

 
  1. Visual Studio 2010 memiliki beberapa tipe template projek ASP.Net dan beberapa modifikasi  terhadap tipe yang ada
      • ASP.Net web application
      • Silverlight 1.0 Web site
      • ASP.Net ajax server control dan server control extender
      • ASP.Net Mvc 2 Web application
  2. Web.Config
  3. Perubahan pada IDE(Integrated Development Environment)
      • Peningkatan pada IDE CSS 2.1
      • Peningkatan terhadap Third Party Library sebagai contoh JQuery
      • Peningkatan performa ketika bekerja dengan banyak file Javascript
      • Dukungan intellisense terhadap Javascript code menjadi lebih baik
  4. Deployment, deployment merupakan perubahan terbesar pada ASP.Net 4.0 detailnya sebagai berikut:
      • Perubahan mendasar pada Web.config untuk tipe konfigurasi yang berbeda
      • Adanya fitur Web Packages (file zip yang berisi aplikasi, database dan konfigurasi dalam satu file) secara default file ini akan disimpan pada folder "Obj" -> "Debug" -> "Package"

 
 
Tampilan Deployment pada .Net Framework 4.0
 
 

 

 
Tampilan pada Visual Studio 2008 .Net Framework
 
  
Keuntungan mendeploy dalam format Web Package
  • Dalam menyimpan semua isi web dan depedensi seperti IIS konfigurasi dan Database kedalam satu file .zip memudahkan untuk memindahkannya ke server berbeda, so saving effort, times and your energy. 

Menampilkan YAHOO ID di Blog anda


Jika anda ingin menampilkan Yahoo ID Icon pada blog anda, disini ada daftar Icon yang disediakan oleh pihak yahoo,gantikan ID yahoo sesuai dengan ID yahoo yang anda gunakan, have give a shot.

Problem Eclipse 3.5 With Blackberry Plugin

I Have experienced, when using eclipse 3.5(Galileo)  
Something similiar like this
"Cannot complete the install because of a conflicting dependency.
  Software being installed: BlackBerry Web Development Plug-in 1.0.0.200907241249-33 (net.rim.browser.tools.feature.feature.group 1.0.0.200907241249-33)
  Software currently installed: Eclipse Web Developer Tools 3.1.0.v200905242131-7R77FShEVw2xUGpF1LiNxdVAELXy (org.eclipse.wst.web_ui.feature.feature.group 3.1.0.v200905242131-7R77FShEVw2xUGpF1LiNxdVAELXy)
  Only one of the following can be installed at once:
    OSGi System Bundle 3.4.3.R34x_v20081215-1030 (org.eclipse.osgi 3.4.3.R34x_v20081215-1030)
    OSGi System Bundle 3.5.0.v20090520 (org.eclipse.osgi 3.5.0.v20090520)
  Cannot satisfy dependency:
    From: BlackBerry Web Development Plug-in 1.0.0.200907241249-33 (net.rim.browser.tools.feature.feature.group 1.0.0.200907241249-33)
    To: org.eclipse.osgi [3.4.0,3.5.0)
  Cannot satisfy dependency:
    From: Equinox Provisioning Repository 1.0.0.v20090601-1921 (org.eclipse.equinox.p2.repository 1.0.0.v20090601-1921)
    To: package org.osgi.framework 1.5.0
  Cannot satisfy dependency:
    From: org.eclipse.wst.server.discovery 1.0.0.v20090602
    To: bundle org.eclipse.equinox.p2.repository 1.0.0
  Cannot satisfy dependency:
    From: WST Server UI 3.1.0.v200901260254-7B3DLAtJZNyxfIUbDVOO4256 (org.eclipse.wst.server_ui.feature.feature.group 3.1.0.v200901260254-7B3DLAtJZNyxfIUbDVOO4256)
    To: org.eclipse.wst.server.discovery [1.0.0.v20090602]
  Cannot satisfy dependency:
    From: Eclipse Web Developer Tools 3.1.0.v200905242131-7R77FShEVw2xUGpF1LiNxdVAELXy (org.eclipse.wst.web_ui.feature.feature.group 3.1.0.v200905242131-7R77FShEVw2xUGpF1LiNxdVAELXy)
    To: org.eclipse.wst.server_ui.feature.feature.group [3.1.0.v200901260254-7B3DLAtJZNyxfIUbDVOO4256]".


So the solution was just using the older version of eclipse 3.4(Ganymede), and keep in mind that you can safely install multiple versions of Eclipse into separate directories on your computer.

Hope this post was useful ! ^^

Growing Gains - 6 Jobs With High-Rising Numbers


In a competitive job market, maximizing the potential of your education could hinge on a question of numbers: How many workers might be hired in a given field?
Since crystal balls aren't exactly what one might call reliable, the U.S. Department of Labor has done some projecting of its own when it comes to employment outlook.
Here's a closer look at six of the fastest growing occupations, in terms of numbers hired, through 2016.

MELACAK HANDPHONE ANDA JIKA HILANG

Semakin berkembangnya zaman teknologi akhir-akhir ini, sangat membantu kehidupan kita sebagai manusia entah itu yang bersifat langsung maupun tak langsung. Disini kami akan membahas mengenai program aplikasi software yang bisa untuk melacak keberadaan handphone kita, entah karena hilang tercuri maling maupun karena lupa saat kita menaruh hp kita.

Dataset Problem

I got the error when trying to configure my dataset "The Connection string could not be found in application settings, or the data provider associated with the
connection string could not be loaded"


The Solution

- Dataset, or tableadapter would always check the configuration in web.config, especially on the connection section, so this was cause by not well formed tag in the web.config file.