Sign in
|
Join
|
Help
Pavel's Blog
Pavel is a software guy that is interested in almost everything
software related... way too much for too little time
Home
Contact
About
RSS
Atom
Comments RSS
Go
Tags
.NET
.NET 4
.NET 4.0
.NET 4.5
.NET Profiling API
.NET2
.NET3.5
.NET4
64 bit
AI
AJAX
Android
Anonymous delegates
ASP.NET
ASP.NET MVC
ATL
Audio
Azure
BigInteger
BUILD
C#
C# 3.0
C# 4.0
C# 5.0
C++
C++/CLI
C++0X
C++11
CLR
CLR Explorer
COM
COM Apartments
Console
courses
D&D
Debugging
DEV
Developer Academy 3
Device Drivers
DirectCompute
DirectX
food
Fun
Games
Graphics
Intel
Intellisense
Internals
Interop
ITPRO
LINQ
LINQ to XML
Media Foundation
Memory Map Viewer
Menus
MFC
Multithreading
Native API
Native Development
NLP
Numerics
OFFTOPIC
OpenDay
PARSING
PDC2008
ReSharper
Robotics
Silverlight
Silverlight 2
Task Parallel Library
TECH
teched
teched_il
TechEd2010
TechedIsrael2008
thoughts
Threading
Tips
Tutorial
video
Vista
Visual Basic
Visual Studio
Visual Studio 11
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
VS 2010
WebTech
Win32
WinDbg
Windows Devices User Group
Windows Phone
Windows Phone User Group
Windows Platfrom User Group
Windows7
WPF
XAML
XNA
מכללת הי-טק
Archives
February 2012 (3)
January 2012 (6)
December 2011 (6)
November 2011 (5)
October 2011 (5)
September 2011 (5)
August 2011 (5)
July 2011 (3)
June 2011 (3)
May 2011 (3)
April 2011 (3)
March 2011 (8)
February 2011 (4)
January 2011 (5)
December 2010 (5)
November 2010 (13)
October 2010 (4)
September 2010 (5)
August 2010 (7)
July 2010 (1)
June 2010 (3)
May 2010 (4)
April 2010 (1)
March 2010 (2)
February 2010 (2)
January 2010 (3)
December 2009 (1)
November 2009 (4)
October 2009 (5)
September 2009 (3)
August 2009 (1)
July 2009 (4)
June 2009 (3)
May 2009 (2)
April 2009 (3)
March 2009 (2)
February 2009 (5)
January 2009 (3)
December 2008 (2)
November 2008 (4)
October 2008 (7)
September 2008 (6)
August 2008 (5)
July 2008 (6)
June 2008 (3)
May 2008 (5)
April 2008 (2)
March 2008 (9)
February 2008 (4)
January 2008 (9)
December 2007 (6)
Navigation
Home
All Posts
RSS
Popular Tags
Browse by Tags
All Tags
»
ASP.NET
(
RSS
)
.NET
.NET2
AJAX
ASP.NET MVC
C#
DEV
Developer Academy 2
LINQ
MVC
thoughts
Visual Studio 2008
מכללת הי-טק
ASP.NET MVC: History Repeating?
09 February 11 10:52 AM
|
pavely
|
1 comment(s)
In the early days of the web, all we had is HTML, and that was fine for a while. Then, we wanted something more “dynamic” or personal, so a bunch of sever side technologies were created (ISAPI, CGI, …) and then (in the Microsoft world) there was ASP, now sometimes referred to as “Classic ASP”. ASP was a mix of HTML and VBScript, later to be fondly named “spaghetti code” because of the intertwining of markup and code with a bunch of <% %> symbols and other variants. When ASP.NET came out, one...
ASP.NET AJAX 4.0 Preview 1 Released
23 July 08 08:24 AM
|
pavely
| with
no comments
ASP.NET AJAX 4.0 Preview 1 released on CodePlex. You can find it here. Some of the new features: Client side template rendering Declarative instantiation of behaviors and controls DataView control Markup extensions Bindings
My Presentations and Demos from Visual Studio 2008 Open Day
20 March 08 02:58 PM
|
pavely
| with
no comments
בשבוע שעבר נערך כנס Visual Studio 2008 במכללת הייטק. מצורפות שתי המצגות והדוגמאות שהעברתי שם בנושאים LINQ ו-ASP.NET MVC Framework. Presentations LINQ Demo MVC Demo
Upcoming Courses/Events in which I'm in...
03 March 08 04:32 PM
|
pavely
| with
no comments
The Visual Studio 2008/Windows Server 2008/SQL Server 2008 open day at Hi-Tech College is on the 13th of this month. I'll be doing 2 sessions, one on using LINQ with C# and the other about the ASP.NET MVC framework (hopefully with the update coming at the time of MIX). Check out Hi-tech College's web site for more details. Next, I'm going to give a 3-day course titled "Advanced .NET with C# 2.0" on the 17-19 of this month (course 4151) at Hi-Tech College. This course drills...
Developer Academy II Presentation and Demos
03 December 07 10:58 AM
|
pavely
|
1 comment(s)
I'll be blogging in Hebrew and English alternatively, just for my own twisted fun. Here is the presentation and demos of the ASP.NET AJAX Nuts & Bolts lecture I have at Developer Academy II. The demos cannot be run as is, at least because a database is required containing a table called Atlas, which has a Country and a City columns. But, it's probably beneficiary to view the LINQ to SQL code and the various JavaScript code snippets. ASP.NET AJAX Nuts & Bolts presentation Demos