-
Sharing Entities between WCF and Silverlight
دوشنبه 21 مردادماه سال 1392 11:22
http://dotnet.dzone.com/news/sharing-entities-between-wcf خیلی دنبال پیدا کردن را حل خوبی برای به اشتراک گذاری کد بین سرور و کلاینت در سیلور لایت هستم . لینک فایل یکی از راه حل هاش هست .اما آیا کسی را حل دیکه ای می دونه ؟
-
Type safety
دوشنبه 13 خردادماه سال 1392 14:38
Type safety means that the compiler will validate types while compiling, and throw an error if you try to assign the wrong type to a variable. Some simple examples: // Fails, Trying to put an integer in a string String one = 1; // Also fails. int foo = "bar"; This also applies to method arguments, since you...
-
چگونه از وضعیت IPهای موجود در سیستم خود مطلع شویم
سهشنبه 9 آبانماه سال 1391 10:25
چگونه از وضعیت IPهای موجود در سیستم خود مطلع شویم CMD >Netstat -a
-
migration code
سهشنبه 9 آبانماه سال 1391 09:03
http://nuget.org/packages/EntityFramework/4.3.1 http://blogs.msdn.com/b/adonet/archive/2012/02/09/ef-4-3-code-based-migrations-walkthrough.aspx
-
پیش نویس :آیا روش های Debug را می دانیم ؟
سهشنبه 9 آبانماه سال 1391 09:02
http://www.srco.ir/Articles/DocView.asp?ID=231 یه مطلب خیلی خوب
-
یک روش خوب برای درک و حفظ کردن کد رنگ ها
سهشنبه 9 آبانماه سال 1391 09:00
یک روش خوب برای درک و حفظ کردن کد رنگ ها تحلیل کردم : RGB Hexa آبی سبز قرمز RGB(0,0,0) #00 00 00 سیاه 0 تیره RGB(0,255,0) # 00 FF 00 سبز RGB(255,0,0) # FF 00 00 قرمز RGB(0,0,255) # 00 00 FF آبی RGB(255,255,0) # 00 FF FF زرد RGB(0,255,255) FF FF # 00 سبز آبی RGB(255,0,255) FF 00 #FF صورتی RGB(255,255,255) FF FF # FF...
-
ایجاد متد با پارامتر های نا معیین
سهشنبه 9 آبانماه سال 1391 08:59
چگونه می توان زمان call کردن یک متد پارامتر های ان را مشخص کرد و یا به یک متد یه تعداد دلخواه در زمان فراخوانی پارامتر ارسال کرد ؟Param public static void UseParams( params int [] list) چگونه می توان به یک متد که دارای پارامتر می باشد پارامتر با type دلخواه به آن ارسال کرد ؟\پارامتر از نوع Object public static void...
-
مقایسه کارایی NHibernate با Entity Framework
سهشنبه 9 آبانماه سال 1391 08:58
NHibernate vs Entity Framework performance مقایسه سطوح store read over relations read by ID update delete Operation \ Number of operations NHiberante – 4K Entity Framework – 4K NHiberante – 40K Entity Framework- 40K Winner Store 37,37 9,19 1500 98 Entity Framework Read over relations 1,01 0,54 10,13 4,18 Entity...
-
jQuery - Get and Set Content and Attributes
دوشنبه 8 آبانماه سال 1391 16:43
Query - Get Content and Attributes Set Attributes - text() -html() - val() Three simple, but useful, jQuery methods for DOM manipulation is: text() - Sets or returns the text content of selected elements html() - Sets or returns the content of selected elements (including HTML markup) val() - Sets or returns the value...
-
روزهای پرتقالی دختری از جنس باران
سهشنبه 2 آبانماه سال 1391 15:15
گاهی شعر و احساست http://mahya-rahy.blogfa.com/post-196.aspx
-
سایت دانلود کتاب های برنامه نویسی
سهشنبه 2 آبانماه سال 1391 15:13
سایت دانلود کتاب های برنامه نویسی http://www.aghazeh.com/software-engineer/706-systems-anallysiis-and-desiign-wiith-uml-2.html
-
۲ تا بلاگ فارسی خوب برای دریافت مقالات برنامه نویسی اندروید
سهشنبه 2 آبانماه سال 1391 15:12
http://www.uncocoder.com/component/content/article/90 http://androidcode.ir/?page=3
-
?GET or POST
سهشنبه 2 آبانماه سال 1391 12:46
GET or POST? GET is simpler and faster than POST, and can be used in most cases. However, always use POST requests when: A cached file is not an option (update a file or database on the server) Sending a large amount of data to the server (POST has no size limitations) Sending user input (which can contain unknown...
-
XMLHttpRequest , XML DOM
سهشنبه 2 آبانماه سال 1391 11:38
The XMLHttpRequest Object The XMLHttpRequest object is used to exchange data with a server behind the scenes . The XMLHttpRequest object is a developer's dream , because you can : · Update a web page without reloading the page · Request data from a server after the page has loaded · Receive data from a server after...
-
Cross-browser vs. Multi-browser
سهشنبه 2 آبانماه سال 1391 11:33
Cross-browser Cross-browser refers to the ability of a website , web application , HTML construct or client-side script to function in environments that provide its required features and to bow out or degrade gracefully when features are absent or lacking. Cross-browser vs. Multi-browser With regard to scripts, which...
-
اطلاعات اولیه jquery
سهشنبه 2 آبانماه سال 1391 09:48
Examples: $(this).hide() - hides the current element. $("p").hide() - hides all <p> elements. $(".test").hide() - hides all elements with class="test". $("#test").hide() - hides the element with id="test". $(document).ready(function(){ // jQuery methods go...
-
jQuery.browser
دوشنبه 1 آبانماه سال 1391 10:30
jQuery.browser jQuery.browser.version $ . browser . msie $ . browser . version webkit (as of jQuery 1.4) safari (deprecated) opera msie mozilla http://api.jquery.com/jQuery.browser/
-
What is JSON?
چهارشنبه 26 مهرماه سال 1391 15:12
JSON stands for J ava S cript O bject N otation JSON is lightweight text-data interchange format JSON is language independent * JSON is "self-describing" and easy to understand Much Like XML JSON is plain text JSON is "self-describing" (human readable) JSON is hierarchical (values within values)...
-
WCF چیست؟
یکشنبه 23 مهرماه سال 1391 15:10
WCF یا Windows Communication Foundation چیست؟ Windows Communication Foundation یا (WCF)، یک قالب کاری بر ای ساختن برنامه های سرویس گرا است. با استفاده از WCF می توانید داده ها را به صورت پیام هایی از یک درگاه سرویس به درگاهی دیگر ارسال کند. یک درگاه سرویس (service endpoint) می تواند بخشی از سرویس همیشه در دسترسی باشد...
-
ef-4-3-code-based-migrations-walkthrough
یکشنبه 23 مهرماه سال 1391 14:32
http://nuget.org/packages/EntityFramework/4.3.1 http://blogs.msdn.com/b/adonet/archive/2012/02/09/ef-4-3-code-based-migrations-walkthrough.aspx
-
روش بازخوانی view state از کد Html
یکشنبه 23 مهرماه سال 1391 14:28
Byte [] stringByte = Convert .FromBase64String(Our ViewState String); String decodedViewState = System.Text. Encoding .ASCII.GetStringstringByte);
-
تفاوت ViewState با Cookie یا Session چیست ؟
یکشنبه 23 مهرماه سال 1391 14:00
ابن از اون سوالایی که تا می گی .Asp.net بلدی ازت می پرسن... ViewState چیزی نیست جز یک کنترل Hidden از نوع Html Controls ، که قادر است هر مقداری را در خود ذخیره کند ، دات نت از این کنترل برای ذخیره کردن مقادیر مختلف استفاده می کند تا بتواند حالت ماندگاری صفحه را در هنگام PostBack حذف نماید . مقادیر موجود در ViewState...
-
آیا می خواهیداز برنامه های تحت ویندوز خود در وب استفاده نمایید؟
چهارشنبه 19 مهرماه سال 1391 17:06
راحل حل بسیار جالب Citrix Citrix Systems, Inc . در ویکی پدیا ( NASDAQ : CTXS ) is a multinational corporation founded in 1989, that provides server and desktop virtualization , networking, software-as-a-service (SaaS), and cloud computing technologies, including Xen open source products. Citrix currently services...
-
اصول Entity Framwork Code First
دوشنبه 17 مهرماه سال 1391 17:58
اصول Entity Framwork Code First یک مقاله خیلی عالی از همکارم آقای وحید حسنی
-
چگونه می توان یک تابع را به هر نوع کلاسی اضافه کرد ؟
دوشنبه 17 مهرماه سال 1391 17:44
Extension Methods · آیا به کلاس های sealed می توان تابعی افزود ؟ · چگونه می توان یک تابع را به هر نوع کلاسی اضافه کرد ؟ · آیا می توان یک کلاس را در خارج از بدنه کلاس تعمیم و یا این کار را در فضای نام همان کلاس یا خارج از آن انجام داد؟ جواب این پرسش ها در Extension Methods می باشد قبل از C# 3.0 فقط میشد یک کلاس را از...