18 Nov 2009

ASP.NET MVC 2 Beta Released

Χθες (στις 17.11.2009) στο πλαίσιο της PDC09, ο Bob Muglia ανακοίνωσε την κυκλοφορία της έκδοσης ASP.NET MVC 2 Beta. Η έκδοση αυτή είναι πλήρης συμβατή με το Visual Studio 2008 SP1 αλλά όχι και με το Visual Studio 2010 Beta 2.

Μερικά από τα χαρακτηριστικά της έκδοσης είναι :

  • RenderAction (και Action)
  • AsyncController 
  • Expression Based Helpers (TextBoxFor, TextAreaFor, etc.) 
  • Client Validation Improvements (validation summary) 
  • Add Area Dialog 
  • Empty Project Template 
  • Και φυσικά πολλά ακόμα

Την Beta μπορείτε να την κατεβάσετε από εδώ ενώ αρκετά χρήσιμο είναι και το document με τα Release Notes που μπορείτε να βρείτε εδώ.

Ελπίζω σύντομα να βρεθούν όλα τα Bugs και να έχουμε στα χέρια μας την RC έκδοση ;)

16 Nov 2009

Windows Azure Tools for Visual Studio and SDK - November 2009 Release

 
Οι νέες εκδόσεις (November 2009) των Windows Azure SDK (Software Development Kit) και Windows Azure Tools for Visual Studio κυκλοφόρησαν. Όσοι λοιπόν ασχολείστε με ανάπτυξη εφαρμογών για το σύννεφο μπορείτε να τις κατεβάσετε.

Παρακάτω αντιγράφω απο τη σελίδα της Microsoft μερικές αλλαγές που έχουν γίνει :
  • Windows Azure Service Runtime managed library: The latest version of the Service Hosting Runtime API includes support for enhanced communication between roles and for runtime notification of service configuration changes. Direct communication between role instances enables new application development scenarios, including applications that distribute state across role instances. Service configuration changes include an increase or decrease in the number of request role instances and changes to the values of configuration settings.
  • Windows Azure Diagnostics managed library: The new Diagnostics API enables logging using standard .NET APIs. The Diagnostics API provides built-in support for collecting standard logs and diagnostic information, including the Windows Azure logs, IIS 7.0 logs, Failed Request logs, crash dumps, Windows Event logs, performance counters, and custom logs.
  • Certificate Management: Enhanced support for SSL certificates in Windows Azure and in the Windows Azure SDK enables the secure automated deployment of certificates to services hosted on Windows Azure.
  • Variable-size Virtual Machines : Developers may now specify the size of the virtual machine to which they wish to deploy a role instance, based on the role's resource requirements. The size of the VM determines the number of CPU cores, the memory capacity, and the local file system size allocated to a running instance.
  • External endpoints for worker roles: A worker role may now define any number of external endpoints for HTTP, HTTPS, and TCP, and specify the desired port number for any external endpoint.
  • Persistent local resource storage: Developers can now choose to persist data written to a local storage resource at runtime when the role is recycled.
  • Windows Azure Storage Client managed library: The Storage Client library provides a .NET API for accessing the Windows Azure storage services.
  • Improved Development Storage: Development storage provides a high-fidelity simulation of the Windows Azure storage services in the cloud. Tables can now be created dynamically in the development storage Table service and are no longer required to be generated in advance.
  • Updated samples: The samples included with the Windows Azure SDK have been updated to demonstrate new features. The samples now include both C# and Visual Basic versions.


Μπορείτε να κατεβάσετε το SDK απο εδώ, καθώς επίσης και τα Visual Studio Tools απο εδώ.

 

21 Oct 2009

Διαθέσιμο το Visual Studio 2010 Beta 2

 
Το Visual Studio 2010 Beta 2 είναι διαθέσιμο προς κατέβασμα για όλους τους χρήστες (MSDN και μη). Μπορείτε να το κατεβάσετε από εδώ.

Μέσα στο Visual Studio 2010 Beta 2 υπάρχει και η έκδοση του ASP.NET MVC 2 Preview 2 οπότε αν θέλετε να δείτε τις νέες δυνατότητες απλά κατεβάστε το.
 

 

15 Oct 2009

Windows Azure Platform Training Kit – October Update

Η νέα έκδοση του εκπαιδευτικού πακέτου (Training Kit) για το Windows Azure κυκλοφόρησε, ταυτόχρονα σχεδόν με το SQL Azure October CTP. Μπορείτε να το βρείτε εδώ όμως προσέξτε ότι η σελίδα γράφει October Update και ότι το όνομα του αρχείου είναι “WindowsAzurePlatformKitOctober2009.exe”.

Η ενημερωμένη αυτή έκδοση περιέχει κάποιες νέες ενότητες στα Hands On Lab οι οποίες έχουν σχέση με τα firewalls και το πώς να χρησιμοποιήσετε το BCP για να μεταφέρετε δεδομένα στο SQL Azure.

06 Aug 2009

Essential Studio ASP.NET MVC μόνο για 5$!

Η SyncFusion την Δευτέρα 10 Αυγούστου 2009 και για μία μόνο ημέρα προσφέρει το SyncFusion Essential Studio ASP.NET MVC Edition για μόλις 5$. Η τιμή του προϊόντος αυτού κανονικά είναι 995$!

Η εταιρία ανακοίνωσε ότι όλα τα έσοδα από τις πωλήσεις θα προσφερθούν στην οργάνωση One Laptop per Child (OLPC).

Νομίζω ότι μία τέτοια προσφορά θα πρέπει να την αποκτήσουν όλοι οι Developers, ακόμα και αν δεν έχουν σκοπό να χρησιμοποιήσουν το προϊόν άμεσα.

Για περισσότερα διαβάστε εδώ.
 
 
21 Jul 2009

July CTP of Windows Azure SDK Released


Κυκλοφόρησαν οι νέες εκδόσεις των Windows Azure SDK (July 2009) και Windows Azure Tools for Visual Studio.

Οι αλλαγές που υπάρχουν και όπως αναφέρονται στο Windows Azure Blog είναι οι εξής:

Windows Azure SDK

  • The Windows Azure SDK supports developing and deploying services containing multiple web and worker roles. A service must include at least one role, of either type, and may include zero or more web roles, and zero or more worker roles.
  • The new PowershellRole sample hosts the Powershell runtime within a Windows Azure role. It demonstrates a simple remote console web role as well as a worker role whose implementation is a Powershell script. The host also includes the CloudDrive sample snap-in to provide access to Windows Azure Storage from script.

Windows Azure Tools for Visual Studio

  • New project creation dialog
  • Support for developing and deploying services containing multiple web and worker roles. A service may contain zero or more web roles and zero or more worker roles with a minimum of one role of either type.
  • Ability to associate any ASP.NET Web Application project in a Cloud Service solution as a Web Role
  • Support for building Cloud Services from TFS Build
  • Enhanced robustness and stability


Μπορείτε να κατεβάσετε τις νέες εκδόσεις εδώ

02 Jul 2009

Greek Coding Camp 2009


Ανακοίνωση

H Ελληνική ομάδα fedora και ο Chania-LUG διοργανώνουν στις 4-7 Ιουλίου 2009 το πρώτο Greek Coding Camp στην Παλαιόχωρα Χανίων στη Νότια Κρήτη. Θα κατασκηνώσουμε, θα φέρουμε τα laptop μας και θα ασχοληθούμε με το hacking των αγαπημένων μας εφαρμογών.

Ο στόχος του event είναι να έρθουν κοντά για 4 ημέρες έλληνες opensource-άδες όλων των ειδών (developing, design, documentation, translations, …) και κατά τη διάρκεια της κατασκήνωσης να εμπλακούν σε συγκεκριμένα έργα που θα ολοκληρωθούν σε 4 ημέρες. Αρκετές ημέρες πριν το event τα πιο δημοφιλή θέματα θα ανακοινωθούν και οι συμμετέχοντες θα έχουν τη δυνατότητα να οργανωθούν από πριν, να επιλέξουν έργο για να προετοιμαστούν κατάλληλα, κλπ. Το buzzword μας για το summit είναι: "Get stuff done". Στην καλύτερη των περιπτώσεων θα δούμε στο τέλος του Camp να έχουν δημιουργηθεί νέα έργα από ποικοιλόμορφες ομάδες που συναντήθηκαν για πρώτη φορά στο Camp.

Το camp είναι ανοιχτό σε project που αφορούν coding, μεταφράσεις, bug fixing και κάθε είδους community contribution.

Περισσότερες πληροφορίες για τα project αλλά και για να προτείνετε το δικό σας.

Σύνδεσμοι

  • Πρόγραμμα GCC/2009: Το πρόγραμμα του camp καθώς και των παράλληλων δραστηριοτήτων
  • Διαμονή και μετάβαση: Πληροφορίες για τη διαμονή, το ταξίδι προς Χανιά και το camping, καθώς και τι θα χρειαστείτε στο camping
  • Υλικό marketing: Για την προώθηση του event υπάρχουν αφίσες και banner
  • Projects: Όλα τα έργα για να δηλώσετε συμμετοχή, να δείτε πώς μπορείτε να προετοιμαστείτε, αλλά και για να προτείνετε το δικό σας

Αναδημοσίευση από το Greek Coding Club. Διαβάστε περισσότερες πληροφορίες εκεί.

Categories: Fun | General | Programming
24 May 2009

Δωρεάν βιβλίο για Ruby

Αν σας ενδιαφέρει να μάθετε Ruby τότε μία καλή ιδέα είναι να κατεβάσετε αυτό το δωρεάν eBook από την Sapphire Steel, τους δημιουργούς του Ruby In Steel. Το βιβλίο αποτελείται από 20 κεφάλαια σε 425 σελίδες.

 


Για περισσότερες πληροφορίες διαβάστε εδώ.
Tags: , ,
Categories: General | Programming
20 May 2009

Το Documentation για το Visual Studio 2010 και το .NET Framework 4

Αφού λοιπόν κυκλοφόρησε το Visual Studio 2010 Beta 1 στο MSDN, τώρα είναι διαθέσιμο  και το Documentation για το Visual Studio 2010 Beta 1, Microsoft .NET Framework 4.0 Beta 1 και Windows Presentation Foundation (WPF). Φυσικά και τα τρία βρίσκονται στο MSDN και μπορείτε να τα βρείτε άμεσα.

Categories: Programming
18 May 2009

CodeRush Xpress για C# και VB.NET

 

 

Τον περασμένο Οκτώβριο η DevExpress κυκλοφόρησε μία δωρεάν έκδοση CodeRush (CodeRush Xpress) το οποίο όμως υποστήριζε μόνο C# . Αυτές τις μέρες, στο πλαίσιο της συνεργασίας της  με τη Microsoft,η  DevExpress κυκλοφόρησε μια εντελώς νέα έκδοση του CodeRush Xpress η οποία παρέχει  πλήρη υποστήριξη τόσο για C # όσο και για τη Visual Basic. Η έκδοση αυτή ουσιαστικά συμπεριλαμβάνει το CodeRush Xpress και το Refactor! για τη Visual Basic, δημιουργώντας ένα τεράστιο φοβερό εργαλείο (και φυσικά ΔΩΡΕΑΝ) με εκπληκτική χαρακτηριστικά:

  • Duplicate Line
  • Highlight All References
  • Increase or Reduce Selection
  • Smart Clipboard Operations
  • Generate from Using (TDD)
  • Quick Navigation Window
  • Quick File Navigation
  • 60+ Refactorings! 
Μπορείτε να το κατεβάσετε απο εδώ απλά θυμηθείτε ότι υποστηρίζει μόνο Visual Studio 2008 και μάλιστα όχι τις Express εκδόσεις.