Browse by Tags
All Tags »
.Net (
RSS)
בעקבות כנס המפתחים השנתי של מיקרוסופט (PDC) שהתקיים בשבוע שעבר, ו ראיון עם בוב מוגליה , נשיא חטיבת השרתים וכלי הפיתוח במיקרוסופט, עלו תהיות במספר בלוגים ואתרים טכנולוגים בארץ ובעולם לגבי המחויבות של מיקרוסופט ל- Silverlight. בראשית השבוע, פרסם בוב מוגליה מספר הבהרות לגבי המחויבות של מיקרוסופט לסילברלייט, וחשיבות הפלטפורמה למיקרוסופט ולמפתחים. דבריו של מוגליה לא משתמעים לשתי פנים: לא רק שסילברלייט כאן, היא למעשה אסטרטגית כיום למיקרוסופט יותר מאשר בעבר . להלן מספר שאלות ותשובות בנושא. ש: האם מיקרוסופט...
במהלך הרצאת המליאה של כנס המפתחים השנתי של מיקרוסופט (Professional Developers Conference) שנערך השבוע במטה החברה ברדמונד, הציגו סטיב באלמר, מנכ"ל החברה ובוב מוגליה, נשיא חטיבת השרתים וכלי הפיתוח, כיצד החברה ממשיכה לפתח את פלטפורמת מיקרוסופט החל מה- PC, דרך הטלפון ועד הענן. דגש מיוחד ניתן להתקדמות והתפתחות Windows Azure, Internet Explorer 9, Windows Phone 7 וההזדמנויות הקיימות למפתחים מעל פלטפורמות אלה כיום ובעתיד. צפו בהרצאת המליאה מתוך PDC10 (שעתיים בקירוב) צפו בכל הרצאות הכנס הזמינות לצפייה...
WebMatrix היא חבילה חינמית המכילה את כל מה שבוני אתרים צריכים כדי לבנות אתר לאינטרנט ובחינם: היא כוללת שרת Web, שפת סקריפט בשם CSHTML (שילוב של #C ושל HTML), מסד נתונים, וכלי אחד לבניית האתר וניהול הנתונים שלו. עם WebMatrix ו- CSHTML אפשר לבנות בקלות אתר דינמי גם ללא רקע בתכנות, לנהל את מסד הנתונים של האתר, לבצע אופטימיזציה למנועי חיפוש ולהעלות אותו לחברת האחסון בלחיצת כפתור כדי לחשוף אותו לאינטרנט. החבילה, שמשקלה הוא פחות מ- 50Mb וניתן להורדה כחבילה אחת, כוללת 4 רכיבים: IIS Developer Express –שרת...
How to create a CSHTML and WebMatrix TweetMeme Helper Microsoft has recently introduced the first beta of its new stack for building great web sites – WebMatrix . One of the key components of WebMatrix is the ASP.Net Web Pages “Razor” Syntax (or simply: CSHTML ) that lets you write C# code inside the HTML markup. Helpers in WebMatrix Among the new possibilities and simplicity that this approach brings to people who build web sites, there is also the notion of Helper . Helpers are a way to use a single...
IIS URL Rewrite Module 2.0 – RTW The IIS URL Rewrite Module 2.0 – RTW is available for download . IIS URL Rewrite v2.0 is includes all the features from version 1.1 , and adds extensibility support and outbound response rewriting. More specifically, v2.0 can be used to: Express complex URL rewriting logic by using custom rewrite providers written in .NET. Replace the URLs generated by a web application in the response HTML with a more user friendly and search engine friendly equivalent Fix up the...
Create a Strongly Typed CRUD UI With ASP.Net MVC RC In this post I will show the tooling enhancements in ASP.Net MVC that lets you build CRUD ( List, Details, Create and Edit ) actions very fast. With a little amount of code we can create a good starting point for building a data entry application using ASP.Net MVC . 1. Prepare the database. In this sample I am using the Leasing database, that contains 3 tables. Download the schema and create the database. 2. Create a new ASP.Net MVC Application...
Just Released: Source Code for ASP.Net MVC 1.0 RC After yesterday’s news that ASP.Net MVC 1.0 RC is available, now comes this. You can download the Full Source code of ASP.Net MVC 1.0 RC from here . Enjoy!
ASP.Net MVC Release Candidate is Available Scott Guthrie has just announced that the ASP.NET MVC 1.0 Release Candidate is out. Few of the highlights of this release: Visual Studio Tooling Improvements Add Controller Command Add View Command Adding and Customizing Scaffold Templates Go To Controller / Go To View MSBuild Task for Compiling Views View Refactoring Support View Improvements Views without Code-Behind Files Model Property Setting the Title Strongly Typed HTML/AJAX Helpers Form Post Improvements...
Building an IE8 Visual Search Provider for my Twitter Friends With the upcoming release of Internet Explorer 8 , one of the new features in it that I am most excited about is the Visual Search Suggestions . In this post I will build a Visual Search Suggestion Provider that displays a list of my twitter friends with their current status and profile image as I type their name in the search box. You can download the source code of the complete version of this guide . This guide is based on the Search...
Twitter API from C#: Searching Following my post Twitter API From C#: Getting a User’s Time Line , I’ll talk about how to use the Twitter Search API . The main difference between this post and the previous one, is that Twitter Search API currently does not support XML response, and supports only atom and json. So, in order to search for specific terms, I’ll have to take another approach than the one I took before. Performing a Search To perform a search in the browser for “DevAcademy3”, I can navigate...
Twitter API From C#: Getting a User’s Time Line From Twitter’s REST API : User Timeline: Returns the 20 most recent statuses posted from the authenticating user : http://twitter.com/statuses/user_timeline.xml It's also possible to request another user's timeline. For example: http://twitter.com/statuses/user_timeline/bursteg.xml Making an HTTP Request Since all the API is expressed in REST, I figured out that I need a simple reusable method to perform HTTP requests. This method takes the...
Visual Studio 2010 and .NET Framework 4.0 Training Kit - November Preview is now Available The November preview of the Visual Studio 2010 and .NET Framework 4.0 Training Kit is now available for download . This preview includes the following content: Presentations Overview of the .NET Framework 4.0 This presentation goes over the new technologies and enhancements being made in the version 4 release of the .NET Framework. Overview of the Visual Studio 2010 This presentation covers is a high-level...
Download PDC 2008 Sessions and Watch Offline personally prefer watching sessions regardless of my Internet connection status, so I decided to download PDC08 sessions and watch offline . I collected the list of available sessions from PDC 08 , and they are easy to download. I personally use Free Download Manager for simultaneous efficient downloads - you can try it yourself. Just select all the text in this post, right click and select “Download Selected with Free Download Manager”. For a full list...
Download and Install Visual Studio 2008 and .Net Framework 3.5 SP1 Beta(KB945140) Visual Studio 2008 and .Net Framework 3.5 SP1 Beta was announced today after being kept as a secret for some time. Here is the list of available downloads as part of this release: Microsoft Visual Studio 2008 Service Pack 1 Beta Microsoft .NET Framework 3.5 Service pack 1 Beta - Full Installation Microsoft .NET Framework 3.5 Service pack 1 Beta - Web Installation Microsoft .NET Framework 3.5 Client Profile (Beta) Microsoft...
SQL Server 2008 FILESTREAM - Part 1 SQL Server 2008 has a lot of new cool features that I've talked about before: SQL Server 2008 IntelliSense SQL Server 2008 T-SQL: DECLARE and SET in the Same Statement SQL Server 2008 T-SQL: Insert Multiple Rows SQL Server 2008 T-SQL: MERGE Statement One of the great features in SQL 2008 is it's FILESTEAM support. To make things short, we can now not only store the path to the file in our database, but we can now store the whole file inside the SQL Server...
More Posts
Next page »