Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Readonly keyword in C#

Readonly keyword Readonly: Readonly is a keyword which when used with a variable then the value of that variable can only be changed either at runtime or at the time of the instance initialization. The value is assigned to these variable when they

What are New features in C# 6.0 ?

Here are some features that are available in C# 6.0 -: 1) Auto Property Initialization. 2) Use of Conditional operator to check NULL values. 3) nameof Expressions 4) String Interpolation 5) Exception filters 6) Bodied Methods 7) Using static

Creating Collections in Solr

Solr: Apache Solr is a search platform which is developed in Java and can be used for various purposes such as: Using it as a search engine, Can keep your data and use it for querying various things, etc.           &nb

How to get time intervals in hours between start time and end time in objective C

If we want to get the time intervals between the start time and end time then use the following code- it will return the array of hours according to the start time and end time. + (NSMutableArray *)getTimeIntervals:(NSString *)startTime andEndTime

Identify file type from hex/binary

I have some data in varbinary(max) from database and I have exported it to physical files. Some of these files were in jpeg so I was able to just add an extension .jpg to it and it opened. The rest are not jpeg files. I have tried almost all the exp

How to make my angular js function to run only one time?

I have this plunker.How to make that function to be executed only one time ? The code is:   <!DOCTYPE html> <html> <head> <script data-require="angular.js@1.1.5" data-semver="1.1.5" src="http://code.angularjs.org/1

Compare content of two arrays

Many times we face a situation where we have to assert the content of two tables in a web-page. The best solution of this problem is that we first put the content of both the tables in an array and then compare the content of these two arrays.  

Operator operloading in C# via a custom Vector3 class

using System ; class MyVector3{ public float X {get; set;} public float Y {get; set;} public float Z {get; set;} public MyVector3(float x, float y, float z){ X = x ; Y = y ; Z = z ; } public static MyVector3 operator+ (MyVector3 vec

How to animate view zoom and bounce like popup in objectiveC

This blog includes zoom and bouncing In animation on view. If we want to present view like popUp alert then it include two animation- first is zoom and second is bouncing.These two animation can be achieved by affinity transform.Scaling, rotation, a

How to get the current coordinates of the element

If we want to find the current coordinates of the element then we can easily do that with the help of jQuery. jQuery have offset() method which makes us to find the coordinates of the element which you want to find in respect to the document. 

1 99 320
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: