Home
|
All Posts
|
RSS
|
Popular Tags
|
Sign in
|
Join
|
Help
in
Current Tags
(Entire Site)
.NET
.NET 3.5
.NET 4
.NET 4.0
.Net Framework
.NET General
ADO.NET
ADO.Net Data Services
Agile
Ajax
ALM
Architecture
ASP.NET
ASP.NET MVC
Azure
Beta
C#
C++
CodePlex
Csharp
CSS
Data Access
Design Patterns
DevAcademy3
Development
Entity Framework
Events
Hebrew
HTML
HTML5
IE8
IIS
IObservable
IObserver
IronRuby
ITPRO
Javascript
Jquery
Lecture
linq
MEF
Microsoft
Miscellaneous
MOSS
MOSS 2007
MVVM
OFFTOPIC
Parallel
PDC
PDC09
Performance
presentation
QA
Ribbon
Rx
SDP
Sela
SharePoint
SilverLight
Silverlight 2.0
Silverlight 3
Silverlight 4
SQL
SQL Server
Team Build
Team System
Team System 2010
Tech
teched_il
Testing
TFS
TFS 2010
TFS Administration
TFS API
TFS Utilities
Tips
Tips and Tricks
Tools
Unit Tests
VIDEO
Visual Studio
Visual Studio 2008
Visual Studio 2010
VS2010
WCF
Web
Webcast
WF
Windows 7
Windows Azure
Windows Phone
Windows Phone 7
WinForms
Work Items
WPF
XAML
XNA
ויז'ואל סטודיו
חדשות
מכללת הי-טק
Calling a WCF service from a client without having the contract interface
I was asked yesterday in the Hebrew C#/.NET Framework MSDN forums a tough question – is it possible to dynamically call a WCF service using only the contract name, operation name, and metadata address? At first I agreed with the answer given in the forum – move from SOAP bindings to WebHttpBinding (“REST”). This of course makes things a lot easier, only requiring you to create a WebHttpRequest and parse the response. However the question remains - is it possible to do this in the case of a SOAP-based...
02-10-2012 0:47
by
Ido Flatow
to
Ido Flatow's Blog
Veni Vidi Scripsi
תגים:
WCF
,
CodeDom
,
DEV
,
mex
,
WsdlImporter
,
WCF Client
Build Modern Web Applications with HTML5, CSS3 and JavaScript Third Round – Slide Deck and Demos
Build Modern Web Applications with HTML5, CSS3 and JavaScript Third Round – Slide Deck and Demos Today, I delivered a third round of my HTML5 MSDN session at Microsoft HQ. I want to thank all the attendees who attended and heard about the transition that the web eco-system is going through. The session agenda was as follows: What is HTML5? The New Elements Migration to HTML5 HTML5 APIs (Canvas, Web Storage, IndexedDB, AppCache, Geolocation and Web Workers) CSS3 The slide deck and demos can be downloaded...
02-09-2012 14:09
by
Gil Fink
to
Gil Fink's Blog
תגים:
Microsoft
,
MSDN
,
DEV
,
Javascript
,
HTML5
SharePoint 2010: How to Display Administration Detailed Error Messages
SharePoint 2010 מאפשר להציג את הודעת השגיאה המפורטת במסכי הניהול: 1. הודעה שגיאה כללית 2. שינוי ב-web.config בתיקייה C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS 3. הודעת השגיאה המפורטת הערה: השגיאה המפורטת מוצגת תמיד ב-Windows Log ב-Server Manager.
02-09-2012 10:33
by
dudin
to
Dudi Nissan's Blog
תגים:
DEV
,
SharePoint
נעילה באמצעות Application Lock
שמוליק כהן רובינו מכירים את מנגנון הנעילות של SQL Server . זהו המנגנון המונע קונפליקטים בזמן הגישה לנתונים. כך למשל, כל זמן שמשתמש מעדכן רשומה מסוימת, משתמש אחר לא יוכל לעדכן אותה או למחוק אותה, וברוב המקרים גם לא יוכל לקרוא אותה. מנגנון זה נועל ישויות בבסיס הנתונים: רשומה, key באינדקס, page , extent , טבלה ובסיס נתונים. אולם מה קורה אם אני רוצה לנעול רשומה שטרם הכנסתי? לדוגמא, נניח שאני בודק את קיומו של מספר זהות חד חד ערכי בטבלת לקוחות, ורק אם הוא לא קיים בטבלה, אני מכניס אותו. הקוד יראה כך: declare...
02-08-2012 16:38
by
nayatech
to
מא ועד ת SQL Server
תגים:
DEV
,
SQL Server
,
locking
,
transaction
My Coming Gigs
My Coming Gigs In the next following months I’m going to speak in some events which you can attend. I’m starting tomorrow with the Build Modern Web Applications with HTML5, CSS3 and JavaScript session at Microsoft Ra’anana. This is the third round of this session in the last four months. On February 22, I’m having a session about HTML5 in Sela Haifa office. If you live in the north of Israel and you want to attend you can go to this link . On March, between 25-29, Sela Group is having a SDP conference...
02-08-2012 15:26
by
Gil Fink
to
Gil Fink's Blog
תגים:
DEV
,
Conference
,
SDP
,
Sela Group
,
Sela
,
Javascript
,
HTML5
שימוש בפרוצדורות המערכת sp_msforeach
עדי כהן כמו שכולנו יודעים, יש הרבה דברים שלא מתועדים ע"י מייקרוסופט, אבל קיימים ב SQL Server . אובייקטים לא מתועדים יכולים להשתנות ללא אזהרה בגרסת שרת חדשה, בהתקנה של Service pack או בהתקנה של CU . מבחינת מייקרוסופט מי שמשתמש ב- undocumented object לוקח על עצמו את הסיכון שהקוד שלו יפסיק לעבוד ללא שום אזהרה. זאת סיבה מעולה לא להשתמש בשום אובייקט לא מתועד בקוד אפליקטיבי. לעומת זאת בסקריפטים אדמיניסטרטיבים, יש לנו הרבה מקרים שכדאי להשתמש בהם. הסיבה להבדל בגישה היא, שכאשר אפליקציה נופלת בגלל שימוש...
02-08-2012 12:00
by
nayatech
to
מא ועד ת SQL Server
תגים:
DEV
,
SQL Server
,
sp_msforeachdb
,
sp_msforeachtable
ההרשמה נפתחה: הגישו מועמדות לפרס קידום המצויינות בבדיקות תוכנה לשנת 2012
שיתפתם את הקהילה בפתרון חדשני ויעיל? ייעלתם את תהליך הבדיקה בפרוייקט? הצטרפו למקצוענים ולחברות המובילות בבדיקות בארץ שכבר נרשמו והציגו את מועמדותכם כעת. העמותה הישראלית לקידום הסמכות לבודקי תוכנה ITCB וארגון Sigist הפורום לבודקי תוכנה בישראל, מכריזים על פתיחת הרישום זו לפרס עידוד מצוינות ותרומה לקהילת הבודקים. הפרס נועד על מנת לעודד את קהילת הבודקים לשיתוף מידע ומקצוענות בענף. וועדת הפרס מורכבת מאנשי בדיקות מנוסים בתעשייה ותכלול גם את אלון ליצקי יו”ר SIGiST ואת טל פאר יו”ר ITCB. הוועדה תבחן בעיון...
02-08-2012 11:57
by
Eran Sharvit
to
בלוג MSDN ישראל
תגים:
DEV
,
תחרות
,
ויז'ואל סטודיו
,
Testing
,
ALM
טרנזאקציות אוטונומיות (Autonomous Transactions)
צח פניגשטיין SQL Server מאפשר לנו לבצע טרנזאקציות מקוננות. טרנזאקציה מקוננת היא טרנזאקציה שעטופה בטרנזאקציה שנפתחה ברמה גבוהה יותר בקוד. כדי לברר את רמת הקינון (העומק) של הטרנזאקציה שבה אנו נמצאים אנו יכולים לבדוק בכל רגע את ערכו של משתנה המערכת TRANCOUNT@@ שמחזיר את מספר הטרנזאקציות הפתוחות ב scope הנוכחי בנקודת הזמן הנוכחית. כל קריאה ל BEGIN TRANSACTION פותחת טרנזאקציה מפורשת, ומעלה את ערכו של TRANCOUNT@@ באחד. כל קריאה ל COMMIT סוגרת את הטרנזאקציה האחרונה שנפתחה, ומחסירה אחד מערכו של TRANCOUNT...
02-08-2012 9:47
by
nayatech
to
מא ועד ת SQL Server
תגים:
DEV
,
SQL Server
,
Linked Server
,
transaction
,
Nested Transactions
מפגש של ה-Windows Devices User Group בפברואר
אני רוצה להזמין אתכם למפגש הבא של קבוצת המשתמשים של התקני חלונות (או באנגלית Windows Devices User Group) שאני מנהל יחד עם פבל יוסיפוביץ’. המפגש ייערך בתאריך 28 לפברואר 2012, בשעה 17:00 בערב, במשרדי מייקרוסופט, רעננה. במפגש זה נרחיב את הידע שלנו בנושא Windows Phone. נדבר על מנגנון הניווט המובנה ועל מחזור חייה של אפליקציית Windows Phone (תומר שמם). בנוסף, דורי מחברת SBSH יספר על הסבה של אפליקצייה מוצלחת בשם SafeWallet ל-Windows Phone. ניתן להרשם בקישור זה . מי שעדיין לא הצטרף לקבוצה שפתחנו ב-LinkedIn...
02-07-2012 23:52
by
Elad Shaham
to
Windows
DEV
ices
DEV
תגים:
DEV
,
Windows Phone 7
,
Windows Devices User Group
SCCM WMI Helper C#
Hello, recently I have started to develop a C# library that enables you to perform all sorts of actions automatically with c#. this library was originally developed for a customer that has a very large SCCM environment that need a lot of automation. I have implemented the following actions : WMI_Query - a function to return a single columns from a SCCM provider query. ReSyncSCCMInventory – a function that send a resync command to a client. DeleteAllPackagesFromDP – a function to delete all packages...
02-07-2012 22:55
by
galhut1
to
IT Management? why?
תגים:
SCCM
,
ITPRO
,
Dev
,
C#
Page 1 of 577 (5770 items) 1
2
3
4
5
Next >
...
Last »