
dotnetandjava.wordpress.com
Dot Net and Java | Just another WordPress.com siteJust another WordPress.com site
http://dotnetandjava.wordpress.com/
Just another WordPress.com site
http://dotnetandjava.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Tuesday
LOAD TIME
0.2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
11
SSL
EXTERNAL LINKS
0
SITE IP
192.0.78.13
LOAD TIME
0.244 sec
SCORE
6.2
Dot Net and Java | Just another WordPress.com site | dotnetandjava.wordpress.com Reviews
https://dotnetandjava.wordpress.com
Just another WordPress.com site
Dot Net-speak vs Java-speak | Dot Net and Java
https://dotnetandjava.wordpress.com/2010/12/30/dot-net-speak-vs-java-speak
Dot Net and Java. Just another WordPress.com site. Dot Net Data Objects →. Dot Net-speak vs Java-speak. December 30, 2010. Dot Net-speak vs Java-speak:. Common Language Runtime : Java Runtime. Microsoft Intermediate Language (MSIL) : Java bytecode. Common Language Specification :? Common Type System :? Live Laugh Cry Do Try Fail Think Do Better Fail Better Be Curious Tinker Have Fun Create Push The Envelope Serve Share 1973 Husband Permaculture Bangkok Python Perl Ruby Rails Android. Dot Net and Java.
Date Literals | Dot Net and Java
https://dotnetandjava.wordpress.com/2010/12/31/date-literals
Dot Net and Java. Just another WordPress.com site. Thinking about Data and Attributes. Thinking about functions →. December 31, 2010. Date Literals in Visual Basic can be written as #12/31/2010# to mean 31 Dec 2010 . The format expected is #MM/DD/YYYY# which is US specific. I would prefer the format #DD/MM/YYYY#. I don’t know how to setup Visual Basic to accept my preferred format. Note tho that when the date is displayed, it is displayed according to my regional settings. View all posts by hoekit →.
Dot Net and Java | Just another WordPress.com site | Page 2
https://dotnetandjava.wordpress.com/page/2
Dot Net and Java. Just another WordPress.com site. Newer posts →. December 30, 2010. This blog is about exploration in dot net and java. The idea is to compare and contrast stuff in the dot net world and the stuff in the java world. At the very least, this should provide a translation from dot net speak to java speak. December 30, 2010. Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging! Newer posts →. Thinking about Data and Attributes. Dot Net Class Libraries.
Thinking about Data and Attributes | Dot Net and Java
https://dotnetandjava.wordpress.com/2010/12/31/thinking-about-data-and-attributes
Dot Net and Java. Just another WordPress.com site. Date Literals →. Thinking about Data and Attributes. December 31, 2010. All data have content and type. Content is the actual data e.g. abc . Type of abc is text string. This is the requirement of a programming language like Visual Basic. If we really want to go one level higher, we need to specify more attributes e.g. for Visual Basic apps that appear visually, other attributes include Color, etc. View all posts by hoekit →. Date Literals →. Build a web...
Thinking about functions | Dot Net and Java
https://dotnetandjava.wordpress.com/2010/12/31/thinking-about-functions
Dot Net and Java. Just another WordPress.com site. December 31, 2010. In Visual Basic, the idea of properties() is interesting. Functions are generic. The only thing we require them to do is return a value. Very sensible if you ask me. Pushing this further, what other subsets of functions will be useful? This restriction to functions is similar to restrictions of data I blogged about earlier. View all posts by hoekit →. This entry was posted in insights. Leave a Reply Cancel reply. Enter your comment here.
TOTAL PAGES IN THIS WEBSITE
11
Microsoft Dot Net
Tuesday, November 28, 2017. Find port number used by a process in windows. If your process is launched in a java process, then sysinternal tools by itself is not easy enough to figure out the port used by your process, because there are usually many java processes running on a machine. One way to get around this is. 1 Create a unique local user on the machine. 2 Start the process as that local user. Posted by Vivek Menon. Links to this post. Subscribe to: Posts (Atom). View my complete profile.
dotnet questions bank
Friday, March 27, 2009. Is it possible to host Tcp endpoint wcf service in IIS? IIS 51 and IIS 6 can only host HTTP bindings. IIS7 has WAS (Windows Activation Service) which allows hosting of endpoints bound to any transport protocol. so it would be capable of TCP. If you must host with IIS 6, then you're stuck with the HTTP bindings. If not, consider self-hosting in a Windows Service. Wednesday, March 25, 2009. What is the difference between pure and virtual pure function C#? A virtual function is decla...
Azure interview Questions
Interview Tips for Success. What is Cloud Computing? Cloud computing is the use of computing resources (hardware and software) that are delivered. As a service over a network (typically the Internet). Source from : http:/ en.wikipedia.org/wiki/Cloud computing. What are the Service Model in Cloud Computing? Examples of IaaS include: Amazon CloudFormation (and underlying services such as Amazon EC2), Rackspace Cloud, Terremark, Windows Azure Virtual Machines, Google Compute Engine. and Joyent. All three ro...
.NET anders
Tipps, Tricks und Meinungen zur Programmierung von .NET. Freitag, 26. August 2011. Continuations in C#–Mein Ansatz. Ralf Westphal hat unter http:/ ralfw.blogspot.com/2011/08/jenseits-von-solid.html. Einen interessanten Artikel zum Thema Continuations veröffentlicht. Leider hört Ralf auf, bevor er den entstandenen Code lesbar gemacht hat. Ich denke, man kann Continuations textuell in Code darstellen. Beim Lesen des Artikels hatte ich folgende Syntax im Kopf:. Es ist nicht nötig, das komplette Repository z...
Dot Net and Java | Just another WordPress.com site
Dot Net and Java. Just another WordPress.com site. December 31, 2010. In Visual Basic, the idea of properties() is interesting. Functions are generic. The only thing we require them to do is return a value. Very sensible if you ask me. Pushing this further, what other subsets of functions will be useful? This restriction to functions is similar to restrictions of data I blogged about earlier. December 31, 2010. Date Literals in Visual Basic can be written as #12/31/2010# to mean 31 Dec 2010 . All data ha...
dotNetandSharepoint Consultancy
This page uses frames but your browser does not support them.
dotnetandsqlserver.blogspot.com
Dot net & Sql server
Dot net and Sql server. NET-based Windows application development benefits from increased Windows Presentation Foundation (WPF) designer performance and updated components for Visual Basic and Visual C (including a MFC-based Office 2007 Ribbon). Web development improvements include enhanced the client-side script tooling (JavaScript IntelliSense). In addition to IDE performance inprovements SP1 fully supports SQL Server 2008 and the ADO.NET Entity Framework. Friday, April 27, 2012. Invoice Nos = COALESCE.
C#.NET Anonymous
Chronicling things I have discovered while learning C# and the .NET platform. Wednesday, April 4, 2012. Using T4 code templates I have implemented a method for all of my EF Entities that delivers a CollectionView with a default SortDescription that I define as a Static property in each entity's partial class file (outside of the T4 template). This works great for ListBox controls, but when it came to the DataGrid it started giving me issues with regards to sorting. Tuesday, April 6, 2010. Still learning ...
Programing Resources
Sixth Annual Duke's Choice Awards Spotlights 2008's Most Innovative Java Technology Applications. Hire JAVA Developer for Custom JAVA Application Development. Today, number of web development technology and programming language such as ASP.NET, PHP, JAVA, C, C , C#, Open source technologies are widely used to develop any kind of web application and website. All it have unique features, function and work on particular development platform and framework. Importance of Java / J2EE Web Application Development.
Sébastien Lachance | Passionate application developer
Aug 23, 2015. NavigationCacheMode: A property that can save you a headache! Windows 10 is here. There is no better time to start developing apps for the Windows 10 ecosystem. If you are new to Windows 10 app development (or even 8.1 if you want to target Windows 8.1 / Windows Phone 8.1 users), there are some basic concepts that you need to learn: reactive design, application lifecycle, navigation, and so on. This article is about one important property related to navigation (please continue to read!