student Box Office

Learn more from here.

May 30, 2012

Access Specifiers Or Access Modifiers in C#

In encapsulation, before creating any types you must always consider scope of the type or visibility of the type.  C# provides various number of keywords to decide the scope, those are private(default one), public, internal, protected and protected internal. If you create any type without these keywords, by default it will take as private. Here we will discuss about each access specifier with an example. I created Class1.cs class which has several methods with the different access modifiers as shown below. namespace AccessSpecifiers {     public class Class1     {         public void display1()         {             Console.WriteLine("public...

May 27, 2012

Windows 8 makes it easier for parents to track kids‘ internet usage

Microsoft's Family Safety tool helps parents limit site usage  Microsoft's Windows 8 will include a brand new suite of tools to help parents keep track of what their kids are doing on the internet. The Windows 8 Family Safety toolset will send weekly usage reports about the sites that have been visited, and will allow parents to block specific websites and apps, set time limits for usage, lock search engines into strict SafeSearch, and track Windows Store purchases. All of this can...

May 21, 2012

No Java Required: Write Android Apps in C#

No Java Required: Write Android Apps in C# XobotOS is a Xamarin-developed project that translated millions of lines of Java to C#. By Keith Ward 05/11/2012 Java is the underlying code for the Android OS. But one company has changed all that, ripping out most of the Java and replacing it with C#. That means .NET developers can code in a familiar language and produce apps that leverage C#'s advantages, including speed increases. It started as a skunkworks project for Xamarin. Xamarin's claim to fame is Mono, an open-source framework...

May 20, 2012

Ajax Control Toolkit May 2012 Release

Ajax Control Toolkit May 2012 Release I’m happy to announce the May 2012 release of the Ajax Control Toolkit. This newest release of the Ajax Control Toolkit includes a new file upload control which displays file upload progress. We’ve also added several significant enhancements to the existing HtmlEditorExtender control such as support for uploading images and Source View. You can download and start using the newest version of the Ajax Control Toolkit by entering the following command in the...

Page 1 of 7112345Next

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More